Install libssl

tesquenure

Member
Aug 18, 2009
109
1
16
Hi,

It is posible to install libssl on proxmox ?

I try an apps than need it and aptitude install libssl dont install it.

Regards,

Tes.
 
Hi Tom,

but it should be already installed.

thats true.;)

But when i try to start my apps, y have this message :

Code:
error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

Im shure its come from my apps and not from proxmox, but idk what can i do.

Regards,

Tes.
 
Code:
error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

But the file is installed? (check with 'dpkg -L libssl0.9.8'). Why kind of application is it?
 
Hi Dietmar,

Code:
dpkg -L libssl0.9.8
/.
/usr
/usr/lib
/usr/lib/libcrypto.so.0.9.8
/usr/lib/libssl.so.0.9.8
/usr/lib/ssl
/usr/lib/ssl/engines
/usr/lib/ssl/engines/libcswift.so
/usr/lib/ssl/engines/libubsec.so
/usr/lib/ssl/engines/libgmp.so
/usr/lib/ssl/engines/libchil.so
/usr/lib/ssl/engines/libnuron.so
/usr/lib/ssl/engines/libaep.so
/usr/lib/ssl/engines/libsureware.so
/usr/lib/ssl/engines/lib4758cca.so
/usr/lib/ssl/engines/libatalla.so
/usr/share
/usr/share/doc
/usr/share/doc/libssl0.9.8
/usr/share/doc/libssl0.9.8/changelog.gz
/usr/share/doc/libssl0.9.8/copyright
/usr/share/doc/libssl0.9.8/changelog.Debian.gz
I contact the dev team and they confirm me whats come from the fact than there bin is for 32bits.

http://kontrolpack.com

I follow the compilation instrutions with no success.

I try this solution with ubuntu 32bits and win XP to evaluate that software.
Im not shure its what i need.

I try to find a simply solution to manage some PVE server via wan.
But this is a nother story.

Regards,
Tes.