Share

khtml2png

Subscribe

compiling on ubuntu server 9.10

  1. 2009-11-09 22:28:50 UTC

    I am trying to compile khtml2png on Ubuntu server 9.10 Karmic Koala, as I am migrating my webserver from Gentoo to Ubuntu.

    Please refer to my notes on my wiki: http://wirespeed.xs4all.nl/mediawiki/index.php/Thumbnailawebsite#OnUbuntuServer

    While running ./configure I ran into the following error message:

    • Could not find X11

    I am trying to find out which exact package I need to install. I started with a clean server install and only had the packages installed as described in my wiki page.

    Advice anyone?

    ./configure

    rm: cannot remove cmake_install.cmake': No such file or directory rm: cannot removeDoxyfile': No such file or directory
    rm: cannot remove *.moc': No such file or directory rm: cannot removekhtml2png2': No such file or directory
    rm: cannot remove *.kdevelop': No such file or directory rm: cannot removekhtml2png2.kdevelop.filelist': No such file or directory
    rm: cannot remove `khtml2png2.kdevses': No such file or directory
    -- The C compiler identification is GNU
    -- The CXX compiler identification is GNU
    -- Check for working C compiler: /usr/bin/gcc
    -- Check for working C compiler: /usr/bin/gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at /usr/share/cmake-2.6/Modules/FindX11.cmake:362 (MESSAGE): Could not find X11 Call Stack (most recent call first): /usr/share/cmake-2.6/Modules/FindKDE3.cmake:92 (FINDPACKAGE) CMakeLists.txt:6 (findpackage)

    -- Configuring incomplete, errors occurred! CMake Error at /usr/share/cmake-2.6/Modules/FindX11.cmake:362 (MESSAGE): Could not find X11 Call Stack (most recent call first): /usr/share/cmake-2.6/Modules/FindKDE3.cmake:92 (FINDPACKAGE) CMakeLists.txt:6 (findpackage)

    -- Configuring incomplete, errors occurred!

  2. 2009-11-18 09:34:10 UTC

    I had to add the header and dev files to run faultlesly:

    $ sudo apt-get install kdelibs4-dev libkde3-java libkde3-jni

    SOLVED

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.