Hi,

I had installed the PHP 4.1.2 that I modified slightly from the RH 7.3 SRPM
to include informix (as a module) and dbase support (not active in the
original RPM from RH 7.3). It worked OK for a long time, but I found some
bugs in the Informix handle of blobs, and when I got to post a bug on
php.net, I saw there that I can only post bugs for the latest version of PHP
(4.3.1 at the moment).

I grab this version from php.net (tarball) and generate another RPM (based
on the previous one) with all the modules that I need. It compiled fine
(even a patch that I created to compile the informix module cleanly wasn't
needed), but at execution time I got the following error on error_log when I
call session_start():

[Mon Mar 24 00:54:23 2003] [notice] child pid 24016 exit signal Segmentation
fault (11)
[Mon Mar 24 00:54:26 2003] [notice] child pid 24013 exit signal Segmentation
fault (11)

Here is my configure directive:

./configure
        --prefix=/usr \
        --with-config-file-path=/etc \
        --disable-debug \
        --enable-pic \
        --disable-rpath \
        --enable-safe-mode \
        --enable-inline-optimization \
        --enable-memory-limit \
        --enable-zend-multibyte \
        --enable-shared \
        --enable-libgcc \
        --enable-sigchild \
        --with-tsrm-pthreads \
        --with-layout=GNU \
        --enable-dbase \
        --enable-bcmath \
        --enable-debugger \
        --enable-exif \
        --enable-ftp \
        --enable-magic-quotes \
        --enable-safe-mode \
        --enable-sockets \
        --enable-sysvmsg \
        --enable-sysvsem \
        --enable-sysvshm \
        --enable-discard-path \
        --enable-track-vars \
        --enable-trans-sid \
        --enable-yp \
        --enable-wddx \
        --enable-bcmath \
        --enable-shmop \
        --enable-versioning \
        --enable-calendar \
        --enable-dbx \
        --disable-dio \
        --enable-mbstring \
        --enable-mbregex \
        --enable-thread-safety \
        --with-openssl \
        --with-qtdom \
        --with-readline \
        --with-zlib \
        --with-bz2 \
        --with-db2 \
        --with-db3 \
        --with-flatfile \
        --with-curl \
        --with-dom=/usr \
        --with-exec-dir=/usr/bin \
        --with-freetype-dir=/usr \
        --with-png-dir=/usr \
        --with-gd=/usr \
        --enable-gd-native-ttf \
        --with-ttf \
        --with-gdbm \
        --with-gettext \
        --with-ncurses \
        --with-gmp \
        --with-iconv \
        --with-jpeg-dir=/usr \
        --with-mm \
        --with-png \
        --with-pspell \
        --with-regex=system \
        --with-xml \
        --with-expat-dir=/usr \
        --with-imap=shared \
        --with-imap-ssl \
        --with-kerberos=/usr/kerberos \
        --with-ldap=shared \
        --with-snmp=shared \
        --enable-ucd-snmp-hack \
        --with-mysql=shared,/usr \
        --with-pgsql=shared \
        --with-unixODBC=shared \
        --with-informix=shared,/opt/informix \
        --with-apxs=/usr/sbin/apxs

And here is my kernel and glibc info:
Linux <machine-name> 2.4.18-4SGI_XFS_1.1 #1 Tue May 28 08:42:00 CDT 2002
i686 unknown (stock SRPM from RH 7.3 with SGI XFS patches applied by me
manually)
glibc-2.2.5-40 (stock RPM RH 7.3)

Can any of you have any idea of what was wrong...???

Thanks for your wise support. Any additional information that you need to
help me, just ask.

Cheers,

Juvenal A. Silva Jr.
TR&D - Technology, Research & Development



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to