ID: 10056
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Apache related
Operating System: Linux MIPS (little-endian)
PHP Version: 4.0.3pl1
New Comment:
This should be fixed in CVS.
--Jani
Previous Comments:
------------------------------------------------------------------------
[2001-03-29 10:36:57] [EMAIL PROTECTED]
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-03-29 10:24:46] [EMAIL PROTECTED]
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.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=10056&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]