How to install PHP 4.4 on Ubuntu?

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

Was this solution helpful to you?

Other answers

CentOS, RHEL,Fedora:yum install openssl debian,ubuntu:apt-get install openssl

Robber Phex

Related Q & A:

Just Added Q & A:

Find solution

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.