LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Sylpheed-Claws compile error on Slackware-current (https://www.linuxquestions.org/questions/linux-software-2/sylpheed-claws-compile-error-on-slackware-current-414489/)

jaakkop 02-12-2006 07:16 AM

Sylpheed-Claws compile error on Slackware-current
 
....

kolme 02-12-2006 07:44 AM

You could do a "locate libdb" to see where it really is. Did you installed libdb as a Slackware package, or did you compile it yourself?

You may need to set LD_CONFIG_PATH or LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=/usr/local/lib
export LD_CONFIG_PATH=/usr/local/lib

It's just a guess, if that doesn't work, post some more information. Good luck!

jaakkop 02-12-2006 08:28 AM

.....

kolme 02-12-2006 10:31 AM

Sylpheed uses version 4.2 instead of 4.4, so you may want to install the older version.

Also, you could make a simbolic link, libdb.4.4.la -> libdb.4.2.la. It's dirty, but it worked for me most of the times.


All times are GMT -5. The time now is 03:33 AM.