Have installed: MySQL 4.0.4-0 PhP 4.1.2-7.3.4 Red Hat Kernel 2.4.18-17.7.x Apache 1.3.23 After upgrade of the kernel no longer able to access data via web interface. Checking the apache error log shows: 'child pid XXXX exit signal Segmentation Fault (11)' MySQL error and server logs do not show any errors. Modules that are required to integrate apache, PhP, and MySQL are as follows: apache ==> PhP: libphp4.so (location verfied) PhP ==> MySQL: mysql.so (location verified) When accessed from a terminal window the MySQL database works fine with both a socket connection and tcp connection. PhP info page can be accessed no problem and shows that it was compiled with: '--with-mysql=shared,/usr' as well as the following parameters for MySQL. MySQL Support enabled Active Persistent Links 0 Active Links 0 Client API version 4.0.4-beta MYSQL_MODULE_TYPE external MYSQL_SOCKET /var/lib/mysql/mysql.sock MYSQL_INCLUDE -I/usr/include/mysql MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient -L/usr/lib -z Directive Local Value Master Value mysql.allow_persistent On On mysql.default_host no value no value mysql.default_password no value no value mysql.default_port no value no value mysql.default_socket /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock mysql.default_user no value no value mysql.max_links Unlimited Unlimited mysql.max_persistent Unlimited Unlimited any assistance would be appreciated. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php