From: [EMAIL PROTECTED] Operating system: Linux Suse 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Compiled Fault Hello, I compiled php 4.0.4pl1 with apache (dynamic shared object). I used the following configure command: ./configure --with-mysql=/usr/ --with-pgsql=/usr/local/pgsql --with-apxs=/usr/local/apache/bin/apxs --enable-sysvshm=yes --enable-sysvsem=yes --enable-track-vars=yes --enable-url-includes=yes --enable-ftp --with-regex --with-jpeg-dir=/usr/local/ --with-zlib --with-gd=/usr/local/ --with-mcrypt=/usr/ --enable-versioning --with-config-file-path=/etc/ --with-ldap=/usr/local/ldap After I finished compiling, i start the apache daemon an got the following fault: Syntax error on line 207 of /usr/local/apache/conf/httpd.conf cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: undefined symbol: php_regcomp, The configure order is perfect, the fault lay in the following instruction: --with-regex -- Edit Bug report at: http://bugs.php.net/?id=9713&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]