php-developer-list | 2001122
Date: 12/31/01
- Next message: zak <email protected>: "[PHP-DEV] Bug #11652 Updated: mysql_data_seek() and mysql_unbuffered_query() warning text"
- Previous message: zak <email protected>: "[PHP-DEV] Bug #14419 Updated: Please use Character-enable mysql_escape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 14498
Updated by: zak
Reported By: oliverh <email protected>
Old Status: Open
Status: Assigned
Bug Type: MySQL related
Operating System: Cobalt Linux 5.0
PHP Version: 4.1.0
Old Assigned To:
Assigned To: zak
New Comment:
By not specifying a path to the MySQL libraries, you are
using PHP's built-in library.
I would guess this is a problem with MySQL - I will check
it out.
Previous Comments:
------------------------------------------------------------------------
[2001-12-13 17:36:06] oliverh <email protected>
Compiled MySQL 3.23.46 with these configure options:
./configure \
--prefix=/usr/local/mysql \
--enable-assembler \
--with-low-memory
Compiled PHP 4.10 with these options:
./configure --with-apxs=/usr/sbin/apxs \
--with-mysql=/usr/local/mysql \
--with-imap=/usr/local/src/imap-2000c \
--with-imap-ssl \
--with-zlib \
--enable-track-vars \
--with-gettext \
--with-gd \
--with-jpeg-dir=/usr/local/lib \
--with-mm=/usr/local/lib/mm \
--enable-sysvshm \
--enable-ftp
Starting Apache 1.3.22 with "apachectl start" gives me this:
Syntax error on line 238 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 can work-around this bug by NOT specifying the dir when configuring PHP i.e. (--with-mysql as opposed to --with-mysql=/usr/local/mysql)
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14498&edit=1
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: zak <email protected>: "[PHP-DEV] Bug #11652 Updated: mysql_data_seek() and mysql_unbuffered_query() warning text"
- Previous message: zak <email protected>: "[PHP-DEV] Bug #14419 Updated: Please use Character-enable mysql_escape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

