ID: 14569
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Apache related
Operating System: linux
PHP Version: 4.1.0
New Comment:

These are all the options used to configure PHP/4.1.0. It's an excerpt from a script 
used in an RPM build.

./configure \
        --prefix=/usr \
\
        --with-apxs="`rpm -ql xalkina-apache | grep bin/apxs`" \
\
        --with-exec-dir=/usr/local/lib/php \
        --with-config-file-path=/etc/httpd \
\
        --with-system-regex \
        --enable-versioning \
        --enable-sysvsem \
        --enable-sysvshm \
        --disable-maintainer-mode \
        --disable-dmalloc \
\
        --without-tsrm-pthreads \
        --without-gd \
        --without-gettext \
        --with-ldap=/usr \
        --without-recode \
        --without-ttf \
        --without-xml \
        --without-gdbm \
        --without-ndbm \
        --without-db2 \
        --without-dbm \
        --without-cdb \
        --without-mcrypt \
        --without-mhash \
        --without-yp \
        --without-imap \
        --without-imsp \
        --without-imagick \
        --without-mck \
        --without-openssl \
        --without-snmp \
        --without-hyperwave \
        --without-zlib \
        --without-pdflib \
        --without-cpdflib \
        --without-fdftk \
\
        --without-adabas \
        --without-msql \
        --without-mysql \
        --without-oracle \
        --without-oci8 \
        --without-iodbc \
        --without-openlink \
        --without-sybase \
        --without-sybase-ct \
        --without-pgsql \
        --without-ibm-db2 \
        --without-solid \
        --without-empress \
        --without-velocis \
        --without-informix \
        --without-interbase \
        --without-custom-odbc \
        --without-dbase \
        --without-filepro \
        --without-ovrimos \
\
        --enable-safe-mode \
        --enable-track-vars \
        --enable-memory-limit \
        --disable-display-source \
        --disable-url-fopen-wrapper


Previous Comments:
------------------------------------------------------------------------

[2001-12-17 17:42:38] [EMAIL PROTECTED]

What is your full configur eline fro PHP 4 ?

------------------------------------------------------------------------

[2001-12-17 17:41:20] [EMAIL PROTECTED]

PHP/4.1.0 is compiled as a dynamic module for Apache/1.3.22.

When it is compiled --with-mysql=/usr, the server crashes with a SIGILL.

When it is compiled --without-mysql, the server starts normally and waits for 
requests.

Apache is compiled with dynamic modules and loads them per the default configuration. 
mod_dav, mod_roaming, mod_php3 are also loaded, but they don't seem to affect the 
behaviour. I checked the procedure both with & without PHP/3.0.18.

Both PHP/3.0.18 & PHP/4.1.0 are compiled with --enable-versioning.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14569&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]

Reply via email to