[PHP-DEV] Apache segfaults with php3 *and* 4 From: Ray Clouse (ray.clouse <email protected>)
Date: 02/25/00

We need to get PHP working to access an Oracle database, but it's not
happening. We removed the Apache & PHP RPMs from our up-to-date RH6.1
system and first made Apache 1.3.11 with this configuration:

./configure --prefix=/usr/local/apache --enable-shared=max \
            --sysconfdir=/etc/httpd/conf

Then we made PHP3 with this config:

./configure --with-apxs=/usr/local/apache/bin/apxs \
        --with-config-file-path=/etc/httpd \
        --enable-safe-mode \
        --with-exec-dir=/usr/bin \
        --with-system-regex \
        --disable-debug \
        --with-zlib \
        --enable-debugger \
        --enable-magic-quotes \
        --enable-track-vars \
        --with-oracle

Then we ran httpd:

/usr/local/apache/bin/httpd -X

This segfaults. So we'd make clean, rm config.cache, and remake without
the --with-oracle config. httpd would run fine, no segfault. We did
the exact same thing with PHP4, with the exact same results.

Somebody must have experienced this before. Please help!

-- 
-------------------------------------------------------------------------
Ray Clouse                         |             Don't fear the
penguins.
Engineer Scientist/Specialist      |              
Boeing Expendable Launch Vehicles  |  Ray.Clouse AT boeing.com
Huntington Beach, CA               |  rclouse AT penguinpowered.com

-- 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>