How can I install OpenSSL in Linux?
-
I want to use some function of openssl(to create public private key pair and to encrypt data etc) with php. But these php functions are not working by default. How can I install and configure openssl and php. I am using Ubuntu 12.04. Please help I am a beginner.
-
Answer:
Another way is to build it from source: You can download the latest version openssl from here: http://www.openssl.org/source/ 1). $ tar -xvzf openssl-1.0.1g.tar.gz 2). $ cd openssl-1.0.1g 3). $ ./config 4). $ ./make -j4 5). $ ./make test 6). $ sudo make install
Fengwei Zhang at Quora Visit the source
Other answers
CentOS, RHEL,Fedora:yum install openssl debian,ubuntu:apt-get install openssl
Robber Phex
Related Q & A:
- How can I install node.js module using phantom, instead of npm?Best solution by Stack Overflow
- How can I install ".deb" file for mobile user?Best solution by Ask Ubuntu
- How can I install my Epson stylus c45?Best solution by Yahoo! Answers
- How can I install games into my PSP?Best solution by Yahoo! Answers
- How can I install MSN on Linux?Best solution by addictivetips.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.