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'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 am trying to install openssl-devel on a 64bit linux instance on ec2.
The following did not work for me:- Install and/or sync ABS# pacman -S abs
# abs- Copy openssl somewhere to build (using my dir as an example)$ cp -r /var/abs/core/openssl ~/installed/abs- Download openssl_1.0.1-4ubuntu5.3.debian.tar.gz from here (over on the right)- Untar the file$ tar -xvzf openssl_1.0.1-4ubuntu5.3.debian.tar.gz- Copy patch into openssl abs dir (assumes you're in the direct
Hello,
I have openssl.0.9.8.1103.tar.tgz file which I have downloaded from
Code:
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aix... site
The website says that the file name is openssl.0.9.8.1103.tar.z but when downloaded I get openssl.0.9.8.1103.tar.tgz as the whole file with .tar.tgz as the extention.
Here uncompress does not work since this does
For the trinity needed a never version of openssl. You must use other distro, or create an openssl rpm like openssl097a, with newest openssl, or try a search other from repo. For example, fedora 12... [by fonya]
I am trying to install the StGeorge payment gateway api on my CewntOS VPS. But when I tried running
php test.php
I get error: error while opening file libwebpayclient.so
So I tried: ldd libwebpayclient.so
Which showed that libssl.so.6 and libcrypto.so.6 are not found.
We're currently using Ubuntu 10.04 and based on the PCI Compliance results, we're told to upgrade our OpenSSL.
I attempted to do this using this reference: http://sandilands.info/sgordon/upgrade-latest-version-openssl-on-ubuntu and http://www.lunarforums.com/dedicated_web_hosting_at_lunarpages/upgrading...
Unfortunately, they didn't work for me.