php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15761 IMAP-SSL Bug
Submitted: 2002-02-27 06:28 UTC Modified: 2002-04-04 06:57 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: neuman_peter at hotmail dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.1.1 OS: RedHat 7.2
Private report: No CVE-ID: None
 [2002-02-27 06:28 UTC] neuman_peter at hotmail dot com
Hi,

If I PHP with --with-imap-ssl=/usr/local/openssl install comes with apache start of the errors: 

Syntax error on line 240 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: ssl_onceonlyinit
/usr/local/apache/bin/apachectl start: httpd could not be started

OpenSSL Version is: OpenSSL 0.9.6c

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-27 06:30 UTC] neuman_peter at hotmail dot com
sorry my eMail is: neuman_peter@hotmail.com
 [2002-03-03 12:41 UTC] neuman_peter at hotmail dot com
Please FIX the BUG thanx
 [2002-03-03 12:54 UTC] rasmus@php.net
Show us your entire ./configure line please.  Do you have both --with-imap and --with-imap-ssl?
 [2002-03-03 12:56 UTC] sander@php.net
status -> feedback
 [2002-03-03 13:54 UTC] neuman_peter at hotmail dot com
here is my ./configure:

./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-mcrypt=/usr/local/lib --with-png-dir=/usr/local/lib --with-jpeg-dir=/usr/local/lib --with-curl=/usr/local/lib --with-unixODBC=/usr/local/lib --with-zlib=/usr/local --enable-ftp --with-hyperwave --with-ming --with-freetype-dir=/usr/local --with-gd --with-swf --with-ttf=/usr/local/lib --enable-gd-native-ttf --with-mhash=/usr/local/lib --enable-yp --enable-versioning --enable-ftp --enable-apc --enable-bcmath --with-tiff-dir=/usr/local/lib --with-t1lib=/usr/local/lib --enable-sysvshm=yes --enable-sysvsem=yes --enable-calendar --enable-trans-sid --enable-mbregex --enable-mbstring --enable-wddx --enable-shmop --enable-exif --enable-memory-limit --enable-freetype-4bit-antialias-hack --with-bz2 --with-gettext --with-xpm=/usr/X11R6 --with-openssl=/usr/local/openssl --with-pgsql=/usr/local/pgsql --disable-debug --with-microcode=shared --with-dom=/usr/local/lib --enable-gd-imgstrttf --enable-pdflib --with-pdflib --enable-xslt --with-xslt-sablot --enable-dbase --with-ldap --with-zip --with-zlib-dir=/usr/local/lib --with-pspell --with-rtfm=shared --with-kerberos --with-imap --with-imap-ssl=/usr/local/openssl
 [2002-03-03 18:11 UTC] sniper@php.net
You might wanna read the ./configure --help sometime..
You're using totally bogus paths there.
/usr/local/lib won't work anywhere. Remove the '/lib' from
those.

Also, are you sure your c-client lib has been compiled
with SSL support?


--Jani

 [2002-04-04 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC