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...
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.
I wish to configure OpenSSL such that when running openssl req -new to generate a new certificate signing request, I am prompted for any alternative subject names to include on the CSR.
I have added this line to the [req_attributes] section of my openssl.cnf:
subjectAltName = Alternative subject names
This has the desired effect that I am now prompted for SANs when generating
I am making an rpm of my shared library. In the .spec file, I am writing the normal install commands in %install part ,making some soft links, running ldconfig on %post and %postun. I am not building library in rpm because I already have compiled and stripped library with me.
I've recently set up the title instance (64bit) on AWS. I have that being said, I've installed httpd and php, both of which are running.
The series of installs executed are as follows:
yum install httpd
yum install php
yum install mysql
yum install php-mysql
What am I missing with regards to the PHP install?
Openssl is an open source library. Whoever uses this library faces some problem. It is a common problem. The problem is in the steps of building openssl library. In the answer I have given the steps for building openssl.
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.