checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
This is about installing the K3B CD/DVD Burning application into a Debian-type desktop (Mepis 8 Lenny).We are driven into trying to compile from source because the version that arrives from using Synaptic has a bug that always reports a 'Track 1 write error' at the very end of a burn. This bug is not present on K3B in other distros in the PC (Its a multiboot).
So after unpacking the source, and running './configure', it starts checking, ending up with..
Quote:
checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
Now these paths to libraries, for the use applications, are not at all the same kind of path as in
Code:
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/games
I searched about,until I found..
Quote:
/usr/share/doc/libx11-6
/usr/share/doc/libx11-data
/usr/share/doc/libx86-1
.. but I have no idea what to do about it.
Right about now, I just feel very ignorant. Maybe someone can help..
==
Libs checked for by "configure" will be searched for first
in /usr/lib/ and the suffix is usually .so which is in
the development package. ( libname = libx11.so )
# 'apt-get install libx11-dev' will do ( or use Synaptic )
You will also need 'libxext-dev' 'zlib1g-dev' 'libpng12-dev'
'libjpeg62-dev' 'libqt3-mt-dev' (11 packages) 'kdelibs4-dev'
(35 packages)
Numbers mentioned are interdependecies installed, when
installing libqt3-mt-dev and kdelibs4-dev.
Optional, if cd / DVD-ripping, encoding etc. is a requirement :
'libdvdread' 'libhal-dev' 'libhal-storage-dev'
'libavcodec-dev' 'libavformat-dev'
'libflac++-dev' 'libmpcdec-dev' 'libtag1-dev'
'libmusicbrainz4-dev'
...... and 2 packages, not in the usual repo ?
'liblame0' 'liblame-dev'
http://debian-multimedia.org/dists/s...e/liblame0.php
'./configure' was run using Debian Lenny.
No comments:
Post a Comment