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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or 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: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 06:01:32 2024 UTC