LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   OpenSSL Problems (https://www.linuxquestions.org/questions/linux-software-2/openssl-problems-451388/)

Megatog615 06-04-2006 12:12 AM

OpenSSL Problems
 
I recently uninstalled Slackware's default OpenSSL package, to compile my own from the OpenSSL source. It compiled and installed ok, but programs that require OpenSSL's libraries are broken. How do I direct them to the new OpenSSL(/usr/local/ssl)?

In fact, this has been a problem I've had with many programs I've installed in the past, and I would like to learn how to fix these dependency problems in Slackware.

Megatog615 06-04-2006 11:33 AM

Why does no one ever answer my questions?

scheidel21 06-07-2006 02:20 PM

I canno remember the file but there is a config file that cotains paths to search you need top add it there sorry I cannot recall te file name

gilead 06-07-2006 06:13 PM

I haven't tinkered with it for a while, but you might have some success if you add the new location (/usr/local/ssl) to /etc/ld.so.conf and run ldconfig.

If that doesn't work, you can always try re-compiling the apps and use a command line switch to tell them where the new libs are. Obviously, that's not the preferred way... ;)


All times are GMT -5. The time now is 03:57 PM.