From: [EMAIL PROTECTED] Operating system: Debian 2.2 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: undefined symbol SQLParamData I compiled PHP 4.0.4p1 today, with the following options: ./configure --with-apxs=/opt/apache/bin/apxs --with-ibm-db2=/usr/IBMdb2/V7.1 It compiles fine, but when I try and load Apache it fails with this error: Cannot load /opt/apache/libexec/libphp4.so into server: /opt/apache/libexec/libphp4.so: undefined symbol: SQLParamData When I do an 'ldd' on it, I get the following: libdb2.so.2 => /usr/lib/libdb2.so.2 libdl.so.2 => /usr/libdl.so.2 libresolv.so.2 => /lib/libresolv.so.2 libm.so.6 => /lib/libm.so.6 libcrypt.so.1 => /lib/libcrypt.so.1 libnsl.so.1 => /lib/libnsl.so.1 libc.so.6 => /lib/libc.so.6 /lib/ld-linux.so.2 => /lib/ld-linux.so.2 I'm not sure what the problem is. When I tried to investigate this error, I found some information about this coming up when compiling PHP with something called 'Solid'. My system is as follows: Debian GNU/Linux 2.2 Kernel v2.4.0 apache: v1.3.14 php: v4.0.4p1 gcc: v2.95.3 -- Edit Bug report at: http://bugs.php.net/?id=8913&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]