On 2009-05-30 22:04, Digital Hit Entertainment wrote: >>> /* Define to the system default library search path. */ >>> #define LT_DLSEARCH_PATH >>> "/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/qt-3.1/lib:"/usr/local/ssl/lib"" >>> >>> >> Here's the problem, notice the extra " just before /usr/local/ssl/lib. >> Look in config.log, and see if you can find out where that is coming from. >> >> Also check /etc/ld.so.conf and /etc/ld.so.conf.d/* >> > > configure:11629: result: LD_LIBRARY_PATH > configure:11639: checking for the default library search path > configure:11646: result: /lib /usr/lib /usr/kerberos/lib /usr/X11R6/lib > /usr/lib/qt-3.1/lib "/usr/local/ssl/lib" > > Would that be it? How do I fix that? (my head is currently in a sleep > deprived coffee searching state) Thanks. >
Look for quotes in /etc/ld.so.conf, $LD_LIBRARY_PATH, or anywhere else you set those, like your $HOME/.bashrc. Also see what gcc -print-search-dirs|grep libraries outputs. When it no longer outputs quotes you fixed it. Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
