View Single Post
Old 05-07-2010, 11:25 PM   #8
Junior Member
 
Join Date: Jan 2010
Posts: 15
Denie is on a distinguished road
Default

It seems like there is a problem with ISPmanager's libssl.so and libcrypto.so
Code:
/usr/local/ispmgr/external/lib/libssl.so.0.9.8: no version information available (required by /usr/bin/openssl) 
/usr/bin/openssl: /usr/local/ispmgr/external/lib/libcrypto.so.0.9.8: no version information available (required by /usr/bin/openssl)
To fix this i did the following:

Code:
mv /usr/local/ispmgr/external/lib/libssl.so.0.9.8 /usr/local/ispmgr/external/lib/libssl.so.0.9.8_0 

cp /usr/lib/libssl.so.0.9.8 /usr/local/ispmgr/external/lib/libssl.so.0.9.8 

and 

mv /usr/local/ispmgr/external/lib/libcrypto.so.0.9.8 /usr/local/ispmgr/external/lib/libcrypto.so.0.9.8_0 

cp /usr/lib/libcrypto.so.0.9.8 /usr/local/ispmgr/external/lib/libcrypto.so.0.9.8
I dont know if this will fix it for you, but my ISPmanager runs normal again, on all of my servers...

Eik Christensen
Eik-data.dk
Denie is offline   Reply With Quote