LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   OpenSSL (https://www.linuxquestions.org/questions/linux-newbie-8/openssl-4175477207/)

sumegha13 09-15-2013 10:24 AM

OpenSSL
 
Is there anyone who knows about the OPEN SSL and how to install its packages in ubuntu12.10??

Its urgent please help !!!

smallpond 09-15-2013 10:46 AM

Yes. There are lots of people.

If you are really asking how to configure it after running
Code:

sudo apt-get install openssl
then you should be telling us what you want to set up. Client? Server? VPN?

rosehosting.com 09-15-2013 12:14 PM

After running:

#sudo apt-get install openssl

determine the applicable version of the SSL shared libraries:

#apt-cache search libssl | grep SSL

libssl-dev - SSL development libraries, header files and documentation
libssl-doc - SSL development documentation documentation
libssl1.0.0 - SSL shared libraries

Install SSL shared libraries using the following command:

#sudo apt-get install libssl1.0.0


All times are GMT -5. The time now is 08:32 AM.