ID: 15809 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: IMAP related Operating System: RedHat 7.2 PHP Version: 4.1.2 New Comment:
oh, I get it now. ssl_onceonlyinit() is in c-client, but only if you compile it with ssl support. There's a vague indication of that on the php manual page for the imap extension, but it could be clearer :) Previous Comments: ------------------------------------------------------------------------ [2002-05-20 18:40:48] [EMAIL PROTECTED] It works fine without --with-imap-ssl :) It'd be nice to provide this feature for our users though. Here's an ldd of the imap object btw, looks like everything's there that should be: # ldd imap.so libcrypto.so.2 => /lib/libcrypto.so.2 (0x400c4000) libssl.so.2 => /lib/libssl.so.2 (0x40187000) libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2 (0x401b4000) libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x401c7000) libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40220000) libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x40231000) libc.so.6 => /lib/libc.so.6 (0x40234000) libdl.so.2 => /lib/libdl.so.2 (0x4036a000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) ------------------------------------------------------------------------ [2002-05-20 18:35:53] [EMAIL PROTECTED] What if you don't have '--with-imap-ssl' in your configure line? ------------------------------------------------------------------------ [2002-05-20 18:21:19] [EMAIL PROTECTED] I'm getting this same problem, with version 4.2.1 and compiling imap as a shared object. I'm also using RedHat 7.2, with openssl-0.9.6b-8 installed. Apparently there is no ssl_onceonlyinit() function in this version, at least according to a quick and dirty "rpm -ql openssl | xargs grep ssl_onceonlyinit" ------------------------------------------------------------------------ [2002-05-09 09:08:47] [EMAIL PROTECTED] Hi, FreeBSD 4.5 RELEASE-p4 Apache httpd-2.0.35 mod_php4 php-4.2.0 openssl openssl-0.9.6c portupgrade makes/installs all fine, but at last: Syntax error on line 264 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/libexec/apache2/libphp4.so into server: /usr/local/libexec/apache2/libphp4.so: undefined symbol "ssl_onceonlyinit" ------------------------------------------------------------------------ [2002-04-10 18:54:16] [EMAIL PROTECTED] Does PHP 4.2.0RC2 work any better? (it can be found here: http://www.php.net/~derick/ ) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15809 -- Edit this bug report at http://bugs.php.net/?id=15809&edit=1
