php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4133 Loading a libphp3.so linked with imap libs from RedHat 6.2 fails
Submitted: 2000-04-13 13:15 UTC Modified: 2000-05-15 15:15 UTC
From: ribas at exys dot com dot br Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.15 OS: RedHat 6.2
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: ribas at exys dot com dot br
New email:
PHP Version: OS:

 

 [2000-04-13 13:15 UTC] ribas at exys dot com dot br
Loading libphp3.so into apache fails because the imap-devel package from RedHat 6.2 is linked with kerberos libs, which
are not linked with php by default. By the way, why there
is no '--with-extra-libs' option in php's configure ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 15:15 UTC] sas at cvs dot php dot net
You can link in extra libs by specifying them as 

LIBS="-lfoo -lbar" ./configure ...
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 16:00:01 2026 UTC