LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Just don't know what I'm missing here... (https://www.linuxquestions.org/questions/linux-software-2/just-dont-know-what-im-missing-here-157853/)

hpnadig 03-15-2004 04:09 AM

Just don't know what I'm missing here...
 
When I'm trying to run devhelp installed from the sources, I get this error:

Code:

devhelp: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
I just am not getting what I''m missing here. libopenssl 0.9.6 seems to be installed.

320mb 03-15-2004 07:23 AM

sounds like the location of libssl.so.4 is not in your $PATH
echo $PATH
should tell you what your $PATH is..........

Komakino 03-15-2004 07:36 AM

Wouldn't it be the ld.so.conf path that's important, rather than the actual path?
Check /etc/ld.so.conf to make sure the location of the libssl.so.4 is included. If not then add it and run ldconfig


All times are GMT -5. The time now is 02:12 PM.