Re: [Krename-users] need a working libXext on Mandrake 8.2
Brought to you by:
domseichter,
stonki
From: <dom...@t-...> - 2002-06-15 13:36:40
|
Hallo Peter, > > checking for libXext... no > > configure: error: We need a working libXext to proceed. Since > > configure can't find it itself, we stop here assuming that make > > wouldn't find > > > > I have verified that the libXext.so.6 and libXext.so.6.4 is > > located in /usr/X11R6/lib > > > > Does anybody know what is wrong ? > > well, I am NOT the programmer, so maybe Dom knows more, but I search > google and it points me to the same problem: > > /* CUT HERE > > > I have that. /usr/X11R6/lib has libXext.so.6 linked to > > libXext.so.6.4...so > > > its there. darnit. > > Is there also a symlink named libXext.so, pointing at libXext.so.6? > (The dynamic linker looks for shared libraries whose names end in > plain ".so", and these are often symbolic links to particular > versions of the libraries.) > > > If the answer to the above is Yes, I suspect the configure script > for this application is broken. I've seen that sometimes with > Debian source packages (I can't remember what sort of package this > is, that you're talking about): my X setup is perfectly standard, > yet even when I explicitly specify the X location on the > "configure" command line, X stuff is "not found". > > /* First of all, Stonki is right, a Symlink libXext.so is required. Do you a= lso=20 have the devel package installed? I think the problem is another one, you= r=20 configure command seems to be wrong unless you X11 include files are also= in=20 /usr/X11R6/lib . Try the following configure command: =2E/configure --x-includes=3D/usr/X11R6/include --x-libraries=3D/usr/X11R= 6/lib CU Dom --=20 ************************************************* Dominik Seichter - dom...@we... Krename http://krename.sourceforge.net ************************************************* |