Reconfiguring PHP with OpenSSL Extension on CentOS
Posted
by
Evan
on Server Fault
See other posts from Server Fault
or by Evan
Published on 2010-07-01T08:26:23Z
Indexed on
2010/12/28
16:55 UTC
Read the original article
Hit count: 312
openssl
|php-extensions
Hi Guys - Long time browser, first time poster!
I have a CentOS Dedicated server running just fine.
I'm trying to reconfigure PHP to include the OpenSSL extensions so I can use some of the Youtube API's.
I installed OpenSSL with yum, so it's in place on the server. I'm just now having trouble getting PHP to use it as an extension.
I got the latest PHP tarball, untarred, set my configure string (./configure) using the proper parameter for openssl (--with-openssl=/usr) and it checked out just fine.
I ran Make, then Make Install. I am getting hung up here. After it makes the PEAR config file it seems to quit. I guess I'm not sure, but it seems like there is a LOT more that should be happening. Here is a screenshot: http://www.evanfell.com/screencaps/6iamks.png
Restarting apache shows no change to the PHP running on the server.
Is there are PEAR issue killing the Install process? Or is there an other issue?
Thanks In Advance.
Happy to clarify and provide more info.
© Server Fault or respective owner