[PHP-DEV] Bug #836: ld: cannot open regex/libregex.a: No such file or directory From: rasmus <email protected>
Date: 10/08/98

From: sasha <email protected>

From: sasha <email protected>
Operating system: RH Linux 2.0.35
PHP version: 3.0.5
PHP Bug Type: Compile Failure
Bug description: ld: cannot open regex/libregex.a: No such file or directory

- make never enters regex, hence libregex doesn't get compiled
- config flags used:

./configure \
        --with-apxs \
        --prefix=/usr \
        --with-pgsql=/usr \
        --with-zlib \
        --with-dbase \
        --with-config-file-path=/etc/httpd/conf \
        --disable-debug \
        --enable-magic-quotes \
        --enable-debugger \
        --enable-bcmath \
        --enable-track-vars

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>