Date: 01/03/01
- Next message: tom.anheyer <email protected>: "[PHP-DEV] PHP 4.0 Bug #8529: crash in curl_exec"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] popen() on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: jbadiella <email protected>
Operating system: Linux Slackware 7.1
PHP version: 4.0.4
PHP Bug Type: *Install and Config
Bug description: Undefined symbol compiling PHP as DSO --with-mysql
I want to compile PHP for Apache with the external MySQL libraries:
./configure \
--with-apxs=/usr/local/lib/apache/bin/apxs \
--with-mysql=/usr/local
works, but after installation, Apache aborts with:
Syntax error on line 238 of /usr/local/lib/apache/conf/httpd.conf:
Cannot load /usr/local/lib/apache/libexec/libphp4.so into server: /usr/local/lib
/apache/libexec/libphp4.so: undefined symbol: __dn_expand
I checked the config log and it actually complains about libraries it cannot find (bind socket dir pam), but make appears to be succesful! It is the same with any PHP 4.x.
-- Edit Bug report at: http://bugs.php.net/?id=8528&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: tom.anheyer <email protected>: "[PHP-DEV] PHP 4.0 Bug #8529: crash in curl_exec"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] popen() on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

