FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » OpenSSL support => disabled (install ext/openssl)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: OpenSSL support => disabled (install ext/openssl) [message #173350 is a reply to message #173345] Mon, 04 April 2011 10:27 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 4/3/2011 10:44 PM, Bob wrote:
> Ive spent several hours trying to figure out why I cannot get
> php working with openssl. I configure php-3.5.6 with the following
> (on Fedora 13):
>
> configure --prefix=/opt/php536 --with-apxs2=/opt/apache2217ssl/bin/
> apxs --enable-shared --enable-session --enable-libxml --with-libxml-
> dir=/opt/libxml2 --with-mysql --enable-pcntl --enable-sysvshm --enable-
> sysvsem --with-openssl=/usr
>
> I had to make --with-openssl=/usr just to get past a evp.h include
> error. It configures fine now with the above configure line. After a
> successful make, I run:
>
> php -r "phpinfo();" | grep -i openssl
> and get:
> OpenSSL support => disabled (install ext/openssl)
>
> Can anyone tell me whats wrong and how I fix it? I even tried going
> back to older
> php versions without luck, same issue.
>
> Also my apache config is setup already for ssl in case it matters:
> configure --prefix=/opt/apache2217ssl --enable-nonportable-atomics=yes
> -with-mpm-prefork --enable-ssl --enable-rewrite --enable-
> module=security --with-included-apr
>
> Thanks
>
>
>

Do you have OpenSSL installed (which version?) and are the .so's
available to PHP? This problem is almost always caused by an old
version of OpenSSL being picked up or OpenSSL not being available to PHP.

The other cause is not using the PHP executable or php.ini file you
think you're using, but since you are getting the message that OpenSSL
is disabled, this is less likely.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Using imagettfbbox with Arial Bold
Next Topic: More with imagettfbbox(); absolute url not working?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 13:42:36 GMT 2024

Total time taken to generate the page: 0.06597 seconds