Hello!

Some weeks ago, the FreeBSD PHP4 port has changed from building with static 
extensions to use seperate ports for each extension. I use SquirrelMail, 
which uses "fsockopen()" to connect with our IMAP server. For this 
connections TLS/SSL is needed, and all was working ok with static included 
extensions in PHP4. Now with PHP4 build to use shared extensions, I will get

Warning: fsockopen(): no SSL support in this build 
in /usr/local/www/squirrelmail/functions/imap_general.php on line 445

If I build PHP with "--with-openssl=${OPENSSLBASE}" SSL is supported by 
"fsockopen()", but with "--with-openssl=shared,${OPENSSLBASE}" fsockopen() 
gives me the above error message.

Regards

-- 
/\/\ichael Ranner

[EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED]
----------------------------------------------------------------------
JAWA Management Software GmbH - http://www.jawa.at/
  Liebenauer Hauptstrasse 2oo - A-8041 Graz
        Tel +43 316 403274 21 - Fax +43 316 403274 10
----------------------------------------------------------------------
             Mariazell Online - http://www.mariazell.at/
----------------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to