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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 02:01:28 2024 UTC