I have a problem with running my application on vps server. I have there Ubuntu. On my personal computer I install ubuntu too. On my computer my application runs and work but on server I got this:
An unhandled exception occurred at $080C9936 :
Exception : Unable to initialize OpenSSL library, please check your OpenSSL installation
$080C9936 TLSSLSESSION__CREATESSLCONTEXT, line 503 of ./lnet/lnetssl.pp
$080C9B96 TLSSLSESSION__CREATE, line 547 of ./lnet/lnetssl.pp
$0804866B TSERWER__CREATE, line 41 of serwer.lpr
$08048BC7 main, line 123 of serwer.lpr
probably on linux openssl is default installed but I do this:
sudo apt-get install openssl
Everything install ok and I do:
apt-cache search libssl | grep SSL
I didnt get any info... Its only error 'configure directory/file dosent exist'
Probably I should configure this openssl but I dont know how. Can you help me?