php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1468 IMAP 4.5 fails when running apache config
Submitted: 1999-05-30 00:33 UTC Modified: 1999-12-13 16:15 UTC
From: craig at mikrotek dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.8 OS: FreeBSD 3.2 STABLE
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: craig at mikrotek dot net
New email:
PHP Version: OS:

 

 [1999-05-30 00:33 UTC] craig at mikrotek dot net
When IMAP 4.45 is installed, PHP3 builds correctly, but when it is linked into Apache,
                         Apache's configure script bombs out with :

cd ../apache_1.3.6
./configure --activate-module=src/modules/php3/libphp3.a \
--enable--module=rewrite


                         Creating Makefile in src
                          + configured for FreeBSD 3.2 STABLE platform
                          + setting C pre-processor to cc -E
                          + checking for system header files
                          + adding selected modules
                             o rewrite_module uses ConfigStart/End
                               enabling DBM support for mod_rewrite
                             o db_auth_module uses ConfigStart/End
                               using Berkeley-DB/1.x for mod_auth_db (-lc)
                             o php3_module uses ConfigStart/End
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_expunged'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_diskerror'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_lsub'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_flags'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_fatal'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_notify'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_searched'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_status'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_login'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_list'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_critical'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_exists'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_log'
                         /usr/local/lib/libc-client4.so: undefined reference to `mm_dlog'





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-12 15:06 UTC] jim at cvs dot php dot net
Did the IMAP libraries start requiring another library?
 [1999-12-13 16:15 UTC] joey at cvs dot php dot net
closing-lack of info
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 10:01:31 2024 UTC