php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3694 rfc822_parse_msg_full symbol not found
Submitted: 2000-03-01 18:26 UTC Modified: 2000-03-02 12:07 UTC
From: edward at interlook dot com Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Redhat Linux 6.0
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: edward at interlook dot com
New email:
PHP Version: OS:

 

 [2000-03-01 18:26 UTC] edward at interlook dot com
I compiled php with imap support, I used the latest (pine 4.21) imap libs from washington. and somehow the following error results:

apache version is 1.3.12


# /etc/rc.d/init.d/apachehttpd configtest
Syntax error on line 30 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: rfc822_parse_msg_full
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-02 09:37 UTC] edward at interlook dot com
I compiled php with imap support, I used the latest (pine 4.21) imap libs from washington.
                                          
and somehow the following error results:                                                           

apache version is 1.3.12

# /etc/rc.d/init.d/apachehttpd configtest
Syntax error on line 30 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/libphp4.so: undefined symbol: rfc822_parse_msg_full

also I checked the ldd of libphp.so 

# ldd libphp4.so
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x401b6000)
        libpam.so.0 => /lib/libpam.so.0 (0x401bc000)
        libdl.so.2 => /lib/libdl.so.2 (0x401c4000)
        libmysqlclient.so.8 => /usr/local/mysql/lib/mysql/libmysqlclient.so.8 (0x401c8000)
        libz.so.1 => /usr/local/lib/libz.so.1 (0x401dc000)
        libpng.so.2 => /usr/local/lib/libpng.so.2 (0x401eb000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40222000)
        libm.so.6 => /lib/libm.so.6 (0x40231000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4024d000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x4027b000)
        libc.so.6 => /lib/libc.so.6 (0x40290000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)


 [2000-03-02 09:48 UTC] edward at interlook dot com
I found the mistake.

You need to rename c-client.a to libc-client.a


 [2000-03-02 12:07 UTC] joey at cvs dot php dot net
Symlink it...newer versions will try to automatically create the symlink for you, I think.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC