php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4134 Configure can't find imap libs
Submitted: 2000-04-13 13:33 UTC Modified: 2000-06-24 10:57 UTC
From: ribas at exys dot com dot br Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 1 OS: RedHat 6.2
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ribas at exys dot com dot br
New email:
PHP Version: OS:

 

 [2000-04-13 13:33 UTC] ribas at exys dot com dot br
'configure --with-imap' fails (can't find libraries) on RedHat 6.2 . Setting a path for the libraries doesn't works, either. PHP 3.0.15 compiles without problems when you set a
path. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-27 13:50 UTC] sas at cvs dot php dot net
Please try a snapshot from http://snaps.php.net and let us know whether it works.
 [2000-04-29 18:11 UTC] ribas at exys dot com dot br
php4-200004290545 doesn't works, either. But I found the
problem : configure is looking for a c-client.a on 
/usr/c-client/c-client.a or /usr/local/c-client/c-client.a,
while it's actually installed on /usr/lib/c-client.a . Additionally,
configure tries to create a symlink named libc-client.a pointing
to c-client.a . Well, this only works if you are compiling as root.
Any autoconf/M4 expert there ? :)


 [2000-06-24 10:57 UTC] joey at cvs dot php dot net
IF a libc-client.a does not exist, configure tries to find and symlink a c-client.a
If you do not want to compile as root, su to root, create the symlink yourself,
and return to user account to finish build.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 08:00:02 2026 UTC