From:             dcvoyager at gmail dot com
Operating system: Red Hat enterprise Linuxe ES 3
PHP version:      5.0.4
PHP Bug Type:     Reproducible crash
Bug description:  Unable to load dynamic library and signal Segmentation fault

Description:
------------
I have redhat enterprise (ES) version 3 and I had php-4.3.2-19.ent
instaled on it with httpd-2.0.46-44.ent and mysql-4.1.11.

I upgraded my php to 5.0.4 and my configure was 
./configure --prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--cache-file=../config.cache \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d \
--enable-force-cgi-redirect \
--disable-debug \
--enable-pic \
--disable-rpath \
--enable-inline-optimization \
--with-bz2 \
--with-db4=/usr \
--with-curl \
--with-dom=/usr \
--with-exec-dir=/usr/bin \
--with-freetype-dir=/usr \
--with-png-dir=/usr \
--with-gd \
--enable-gd-native-ttf \
--with-ttf \
--with-gettext \
--with-ncurses \
--with-gmp \
--with-iconv \
--with-jpeg-dir=/usr \
--with-openssl \
--with-png \
--with-pspell \
--with-regex=system \
--with-xml \
--with-expat-dir=/usr \
--with-pcre-regex=/usr \
--with-zlib \
--with-layout=GNU \
--enable-bcmath \
--enable-exif \
--enable-ftp \
--enable-magic-quotes \
--enable-safe-mode \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-discard-path \
--enable-track-vars \
--enable-trans-sid \
--enable-yp \
--enable-wddx \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-mbregex \
--without-oci8 \
--with-pear=/usr/share/pear \
--with-imap=shared --with-imap-ssl \
--with-kerberos=/usr/kerberos \
--with-ldap=shared \
--with-mysql=shared,/usr \
--with-pgsql=shared \
--with-unixODBC=shared \
--enable-memory-limit \
--enable-bcmath \
--enable-shmop \
--enable-versioning \
--enable-calendar \
--enable-dbx \
--enable-dio \
--enable-mcal \
--with-apxs2filter=/usr/sbin/apxs

after the make and make install, I restarted apache, now none of my php
scripst works. When I looked at the error logs for httpd it gives this
error
[******error*****]
[Mon Apr 18 15:08:08 2005] [notice] child pid 25188 exit signal
Segmentation fault (11) 

and also these errors

PHP Warning:  PHP Startup: : Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20041030, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php4/ldap.so' - /usr/lib/php4/ldap.so: undefined symbol:
OnUpdateInt in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php4/mysql.so' - /usr/lib/php4/mysql.so: undefined symbol:
OnUpdateInt in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php4/odbc.so' - /usr/lib/php4/odbc.so: undefined symbol:
OnUpdateInt in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php4/pgsql.so' - /usr/lib/php4/pgsql.so: undefined symbol:
OnUpdateInt in Unknown on line 0
 

Actual result:
--------------
How can I make php to run normal?

-- 
Edit bug report at http://bugs.php.net/?id=32752&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32752&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32752&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32752&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32752&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32752&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32752&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32752&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32752&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32752&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32752&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32752&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32752&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32752&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32752&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32752&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32752&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32752&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32752&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32752&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32752&r=mysqlcfg

Reply via email to