|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-13 13:51 UTC] pollita@php.net
[2003-12-13 15:12 UTC] zefram at zefram dot net
[2003-12-13 15:30 UTC] zefram at zefram dot net
[2003-12-13 16:25 UTC] zefram at zefram dot net
[2003-12-14 20:25 UTC] sniper@php.net
[2003-12-14 20:39 UTC] zefram at zefram dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 19:00:02 2025 UTC |
Description: ------------ I'm trying to use (not really php.net, but..) fsockopen("ssl://www.php.net",443); however, I'm getting an error that "no SSL support in this build", which in fact it's not according to phpinfo(). I only have the following streams: php, http, ftp, compress.zlib. I'm supplying the following configure options, and I stop/start apache after upgrading php, but it's no go. ./configure --with-apache=../apache_1.3.29/ --with-mysql --with-gd --enable-sockets --with-png-dir=/usr/include/ libpng --with-zlib-dir=/usr/include --with-jpeg-dir=/usr/ include/libjpeg --with-mhash --with-openssl --with-openssl-dir=/usr/include/openssl When I grep for SSL, I get: checking for OpenSSL support... yes checking for OpenSSL version... >= 0.9.6 checking for SSL_CTX_set_ssl_version in -lssl... (cached) yes checking OpenSSL dir for MCVE... /usr/include/openssl checking OpenSSL dir for SNMP... /usr/include/openssl The OpenSSL code does appear to compile in ext/openssl/. I'm not sure what other information I can provide. Thanks for any assistance, John