php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19718 problems with --with-imap-ssl on Debian Woody
Submitted: 2002-10-02 09:45 UTC Modified: 2002-10-04 11:36 UTC
From: pratesi at telug dot it Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.2.3 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pratesi at telug dot it
New email:
PHP Version: OS:

 

 [2002-10-02 09:45 UTC] pratesi at telug dot it
Apache fails to start on Debian Woody (both on i386 and
on powerpc) if PHP is configured using --with-imap-ssl,
while everything works if that configure option is not used.

This is the error I get when starting Apache:

Starting web server: apache/usr/sbin/apache: relocation error: /usr/lib/php4/20020429/imap.so: undefined symbol: ssl_onceonlyinit
failed

I did not have this problem with PHP 4.2.2.

This bug seems to be very similar to bugs 15809 and 18506.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-02 10:36 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

Also, check that your c-client library really is compiled with SSL support..

 [2002-10-04 10:43 UTC] pratesi at telug dot it
I have installed libc-client2001 and not libc-client-ssl2001,
hence the c-client library I'm using is without ssl support.
Sorry for having submitted a bogus bug report.
 [2002-10-04 11:36 UTC] sniper@php.net
Phew. :) The snapshot should detect this though and break the configure at that point telling you this..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 13:01:27 2024 UTC