php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11138 Cannot build php with IMAP support
Submitted: 2001-05-27 09:25 UTC Modified: 2001-10-02 04:38 UTC
From: nelson at lunenetworks dot com dot br Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: NetBSD/AXP 1.5
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: nelson at lunenetworks dot com dot br
New email:
PHP Version: OS:

 

 [2001-05-27 09:25 UTC] nelson at lunenetworks dot com dot br
I'm trying to compile from the sources and run php-4.0.5 with IMAP and MySQL support. I'm using UW-IMAP libraries, and when starting Apache, the following message is displayed:

Cannot load /usr/pkg/lib/httpd/libphp4.so into server: /usr/pkg/lib/httpd/libphp4.so: Undefined PLT symbol "mail_close_full" (reloc type = 26, symnum = 969)

I've downloaded the sources of UW-IMAP too and tried, with the same symptoms. The default libtool script failed as -Wl does not exist in ld. I've changed to -whole-archive and the following warning was displayed, but compiled successfully:

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 14:03 UTC] sniper@php.net
Does this happen with latest CVS snapshot:

http://snaps.php.net/

 [2001-10-02 04:38 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 22 04:01:27 2024 UTC