ID: 34796 Updated by: [EMAIL PROTECTED] Reported By: glen at delfi dot ee -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: PLD Linux PHP Version: 5.1.0RC1 New Comment:
Thanks but I already committed something similar as your first patch was obviously half-way there. Previous Comments: ------------------------------------------------------------------------ [2005-10-10 00:10:22] glen at delfi dot ee i updated the patch so it will work also with: --disable-openssl --enable-ftp=shared my test compile and run worked ok. get the patch from same URL. ------------------------------------------------------------------------ [2005-10-09 22:40:05] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Fix will be in PHP 5.1 and above. ------------------------------------------------------------------------ [2005-10-09 22:01:49] glen at delfi dot ee Description: ------------ if you configure your php with: --with-openssl=shared --enable-ftp=shared then ftp module is compiled with openssl related functions, but not linked, this causes ftp module loaded earlier in php.ini outputing missing SSL_ symbols $ php -m PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/ftp.so' - /usr/lib/php/ftp.so: undefined symbol: SSL_shutdown in Unknown on line 0 here's patch to fix it. http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/php-ftp-ssllibs.patch NB: applying this patch and compiling --without-openssl is not tested. otherwise it fixes the bug described earlier. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34796&edit=1