php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10056 Unable to load libphp4.so into Apache 1.3.19
Submitted: 2001-03-29 10:24 UTC Modified: 2001-10-20 23:13 UTC
From: oliverh at matrixmagician dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3pl1 OS: Linux MIPS (little-endian)
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: oliverh at matrixmagician dot com
New email:
PHP Version: OS:

 

 [2001-03-29 10:24 UTC] oliverh at matrixmagician dot com
I have and use a Cobalt Qube2 (64-Bit MIPS little-endian).
It uses a specific version of the Linux kernel 2.0.34 with backported fixes from 2.1.111.
I have compiled MySQL 3.23.35 with these options:
./configure --disable-assembler \
            --prefix=/usr/local/mysql \
            --disable-shared \
            --with-low-memory \
            --with-mysqld-ldflags="-all-static" \
            --with-client-ldflags="-all-static" \
            --with-mysqld-user=mysql
(These settings are based on someone else's settings for compiling MySQL 3.22.32 on Raq2/Qube2)

PHP4.0.3pl1:
./configure --with-mysql=/usr/local/mysql \
            --with-apxs=/usr/sbin/apxs \
            --with-zlib \
            --enable-track-vars \
            --enable-trans-sid \
            --enable-ftp \
            --with-mm=/usr/local/lib
            --with-xml

The message I get when trying to run Apache with this newly compiled module is:

Syntax error on line 239 of /etc/httpd/conf/httpd.conf: 
Cannot load /usr/lib/apache/libphp4.so into server: /usr/local/mysql/lib/mysql/libmysqlclient.so.10: undefined symbol: my_message_no_curses 

I have run 'ldd' on libphp4.so and libmysqlclient.so.10 and there are no undefined symbols in either of them.


    

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-29 10:36 UTC] oliverh at matrixmagician dot com
I am also unable to run any PHP version greater than 4.0.3pl1.  Apache dumps core.
Probably the same issue as Bug #9827.

 [2001-10-20 23:13 UTC] sniper@php.net
This should be fixed in CVS.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jan 03 02:01:29 2025 UTC