On Sat, Jan 14, 2006 at 12:10:03PM +0100, Christian Holm Christensen wrote : > Hi Charles, > > Are you sure you have the file libX11.so on the system? And it's > readable by you? Normally it's in /usr/X11R6/lib. Also, the package is > `libx11-dev' (note the lower-case `x'). However, it's a bit strange. > ROOT build-depends on `libxpm-dev' which in turn depends on `libx11-dev'
Apparently there is no problem: [EMAIL PROTECTED]:~$ ls -l /usr/X11R6/lib/libX11.so lrwxrwxrwx 1 root root 11 2006-01-09 08:51 /usr/X11R6/lib/libX11.so -> libX11.so.6 [EMAIL PROTECTED]:~$ ls -l /usr/X11R6/lib/lib Display all 107 possibilities? (y or n) [EMAIL PROTECTED]:~$ ls -l /usr/X11R6/lib/libX11.so.6 lrwxrwxrwx 1 root root 13 2006-01-09 08:51 /usr/X11R6/lib/libX11.so.6 -> libX11.so.6.2 [EMAIL PROTECTED]:~$ ls -l /usr/X11R6/lib/libX11.so.6.2 -rw-r--r-- 1 root root 946952 2006-01-07 04:36 /usr/X11R6/lib/libX11.so.6.2 > Try installing `libxpm-dev' - it should pull in libx11-dev. It is already there... [EMAIL PROTECTED]:~$ dpkg -l libxpm-dev +++-==============-==============-============================================ ii libxpm-dev 6.9.0.dfsg.1-2 X pixmap library development files Well, I have no time to look for clues by myself this evening, but if you give one to me, I can try it before going to bed (it is almost 10pm in Japan...) I managed to fakeroot make-kpkg a kernel, so there is nothing obviously wrong in my build environnement... I will try to apt-get source --build a few random packages tomorrow in order to check if it works robustly. Best, -- Charles -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

