I'm not sure how to recompile PHP with OpenSSL? I've been looking around the OpenSSL PHP page and the OpenSSL tutorials but I don't see any openssl.so or php-openssl.so around my server?
Is there a simple package on apt-get channel so I can install it from there?
I just need to recompile PHP with OpenSSL, but I have no idea how to do this.
EDIT: I run a dedicated server and it's Ubuntu 11.10.
I have a confusion to choose the best way for upgrading the OpenSSL on my Linux machine.
1*Through the yum Update.*
# yum update
I know this will update the entire packages. But If I want to specifically update OpenSSL
Can I use # yum update OpenSSL
2.
I installed an recompiled both Apache and PHP5, but it seems I am doing something wrong and unable to omit the old openssl. How can I configure and recompile to use only the new one?
From my phpinfo():
Apache/2.4.2 (Unix) OpenSSL/0.9.8o
OpenSSL support enabled
OpenSSL Library Version OpenSSL 0.9.8o 01 Jun 2010
OpenSSL Header Version OpenSSL 1.0.1 14 Mar 2012
I am trying to install openssl-devel on a 64bit linux instance on ec2.
Download the source for openssl-0.9.8l
http://www.openssl.org/source/openssl-0.9.8l.tar.gz
$ tar -zcvf openssl-0.9.8l.tar.gz
$ cd openssl-0.9.8l
$ ./config --prefix=/usr/local --openssldir=/usr/local/openssl
$ make clean
$ make
$ sudo make install
I want to update openssl using yum update command.
I knew that yum update will update all packages.
My spec file:
http://pastebin.com/tfPUBv0c
I patched it to remove patches that don't apply cleanly to 1.0.1c and to get it to build a ix86 package properly under a x86_64 host.
I'm building a rpm package of OpenSSL 1.0.1c for my F14 installation but I'm missing something but now knowing what.
[buurin@htcore SPECS]$ rpm -q --provides openssl.x86_64
config(openssl) = 1.0.0a-1.fc12
lib475
I want to install curl library in ubuntu 12.04 LTS.
For that i use the following command
sudo apt-get install libcurl4-openssl-dev.
but i got the errors as
ajay@ajay-K54L:~$ sudo apt-get install libcurl4-openssl-dev
[sudo] password for ajay:
Reading package lists... Done
Building dependency tree
Reading state information...
Any package that I try to install, is giving an error of 'lock':
# pkgadd -d openssl-1.0.0g-sol10-sparc-local
The following packages are available:
1 SMCossl openssl
(sparc) 1.0.0g
Select package(s) you wish to process (or 'all' to process
all packages).