From: Yves M. <yme...@li...> - 2004-11-16 10:50:15
|
> Sorry for beeing such a linux dummy... We all begin with few knowledge and learn more and more thanks to documen= tation and people who give their help :) > I just found the libXpm files ... > Installed package: xorg-x11-libs.i386 0:6.7.0-5 matches with > /usr/X11R6/lib/libXpm.so.4 > Where do i have to link them, so that ld can find them?? On Linux, probably in /etc/ld.so.conf If you edit that file, run ldconfig after that to take the change into ac= count. On Linux and other systems, you also have the environment variable $LD_LI= BRARY_PATH (same syntax as PATH). But prefer /etc/ld.so.conf for standard locations. Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |