Hello,
I have a Cobalt Qube2.
I have recently compiled Apache 1.3.19, PHP4.0.3pl1 and MySQL 3.23.33.
Even though, everything compiled normally. I am unable to load PHP4 as a
DSO. When I run 'apachectl configtest', I get this error:

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

What does that mean ?

I have compiled MySQL with these ./configure options:

./configure --disable-assembler --with-low-memory --prefix=/usr/local/mysql

PHP:

./configure --with-apxs \
--enable-versioning \
--with-mysql=/usr/local/mysql
--enable-track-vars \
--enable-ftp \
--with-mm=/usr/local/lib \
--with-zlib \
--with-xml




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to