| Bug #14498 | undefined symbol: my_message_no_curses | ||||
|---|---|---|---|---|---|
| Submitted: | 13 Dec 2001 5:36pm UTC | Modified: | 1 Jan 2002 4:16am UTC | ||
| From: | oliverh at hingst dot org dot uk | Assigned to: | zak | ||
| Status: | Closed | Category: | MySQL related | ||
| Version: | 4.1.0 | OS: | Cobalt Linux 5.0 | ||
[13 Dec 2001 5:36pm UTC] oliverh at hingst dot org dot uk
[31 Dec 2001 7:14pm UTC] zak@php.net
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.
[1 Jan 2002 4:16am UTC] georg@php.net
Thats not a php-bug, its a mysql/cobalt problem. Configure mysql with following additional options: -disable-shared -with-mysqld-ldflags="-all-static" -with-client-ldflags="-all-static"
