ID:               26612
 Updated by:       [EMAIL PROTECTED]
 Reported By:      zefram at zefram dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         OpenSSL related
 Operating System: FreeBSD 4.9 STABLE
 PHP Version:      4.3.4
 New Comment:

--with-apache compiles PHP into apache statically (which means that
Apache must also be recompiled/installed whenever PHP is
recompiled/installed).  Making a guess from your comment "I stop/start
apache after upgrading" I'm not certain you're doing that.  Are you?

phpinfo() should give a "Build Date" for which the currently running
PHP was compiled.  Double check that to make sure you're running the
version you think you are.




Previous Comments:
------------------------------------------------------------------------

[2003-12-13 03:12:46] zefram at zefram dot net

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  



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26612&edit=1

Reply via email to