php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23886 Compile fails with imap-ssl support enabled
Submitted: 2003-05-30 00:46 UTC Modified: 2003-05-30 08:51 UTC
From: aitrus at tresgeek dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.2 OS: Redhat 9
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: aitrus at tresgeek dot net
New email:
PHP Version: OS:

 

 [2003-05-30 00:46 UTC] aitrus at tresgeek dot net
Attempting to compile php 4.3.2 (and several earlier versions) fails on RedHat 9 with --with-imap-ssl included.

CPPFLAGS=-I/usr/local/include
LDFLAGS=-L/usr/local/lib
./configure --prefix=/usr/local \
--with-apache=/usr/src/Apachetoolbox-1.5.64/apache_1.3.27 \
--with-imap=/usr \
--with-imap-ssl=/usr \
--with-kerberos=/usr/kerberos \
--with-mhash=/usr/local \
--with-mcrypt=/usr/local \
--with-openssl=/usr \
--with-curl=/usr \
--with-gettext=/usr \
--with-mysql=/usr \
--with-ldap \
--with-xml \
--with-gd=shared,/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-freetype-dir=/usr \
--with-pspell=/usr \
--with-bz2=/usr \
--enable-gd-native-ttf \
--enable-calendar \
--enable-exif \
--enable-track-vars \
--enable-magic-quotes \
--enable-trans-sid \
--enable-wddx \
--enable-ftp \
--enable-inline-optimization \
--enable-memory-limit \
--enable-sysvshm \
--enable-force-cgi-redirect \
--enable-safe-mode \

The error sites class errors on multiple lines between 50 and 205 in php_imap.c.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-30 01:58 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


It would help to say WHICH errors you get.
 [2003-05-30 03:35 UTC] aitrus at tresgeek dot net
After further investigation it was found that the problem was actually with a rogue libc-client.a which was being installed by the Apache Toolbox during Apache/PHP install.

Sorry for the confusion.
 [2003-05-30 08:51 UTC] sniper@php.net
Not PHP problem -> bogus.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 08:01:34 2025 UTC