I upgraded to mysql 3.23.38 and recompiled apache 1.3.19 with php 4.0.5.
Now I am getting the following in my apache error_log file:

[Thu May 17 09:41:42 2001] [notice] child pid 25756 exit signal
Segmentation fault (11)

and the following in my mysql hostname.err file:

010517  9:39:03  Aborted connection 3055 to db: 'dbname' user:
'username' host: `localhost' (Got an error reading communication packets)

The php script completes except if it is pulling a large amount of data
from the database.

I tried the 'update_sources' script in the php ext/mysql/libmysql
directory and a recompile with no change.

Anyone else with this problem?

Redhat (Intel) 6.2 with kernel 2.2.19
configure scripts below -

apache:
CFLAGS="-O2 -march=i686" \
SSL_BASE=../openssl-0.9.6a \
EAPI_MM=../mm-1.1.3 \
./configure \
--prefix=/usr/freeware/apache \
--libexecdir=/usr/freeware/apache/libexec \
--with-layout=SO \
--enable-module=most \
--enable-shared=max  \
--activate-module=src/modules/php4/libphp4.a \
--enable-shared=ssl \
--disable-rule=SSL_COMPAT \
--enable-rule=SSL_SDBM

php:
CFLAGS="-O2 -march=i686" ./configure \
        --disable-debug \
        --enable-track-vars \
        --with-pgsql=/usr/local/pgsql/lib \
        --with-mysql \
        --with-mm=../mm-1.1.3 \
        --with-gd \
        --with-jpeg-dir \
        --with-ttf \
        --with-apache=../apache_1.3.19
mysql:
rpm -bb --target=i686 mysql-3.23.38.spec
rpm -Fvh MySQl-*
-- 
Charles Dostale
System Administrator
Silver Oaks Communications
http://www.silveroaks.com
824 17th Street
Moline IL USA  61265
[EMAIL PROTECTED]
309-797-9898

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