Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
Last edited by Megatog615; 06-04-2006 at 03:17 AM.
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...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.