Hello,

I am trying to port a PHP/MySQL application that happily runs under Linux 
across to an AIX box.

We have MySQL is running under AIX - using mysql we can create tables, 
insert rows, etc and even access data via a C program.

PHP is running as an Apache module - a simple phpinfo() works.

If our PHP scripts are invoked when mysqld is not active we get a database 
error "Can't connect to server", as to be expected.

If however, mysqld is started and then we attempt our script, Apache 
reports a segmentation fault (as shown in its error logs) and the client 
browser gets an unexpected network error.

Any ideas, debugging clues, etc would be much appreciated.

AIX 4.3.3
Apache 1.3.12 (IBM HTTP Server)
MySQL 3.23.32
PHP 4.0.4 pl 1


Many thanks,


Dave Brooks


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to