Following some excellent instructions posted in May from Phil Betrolus
on getting PHP to compile correctly with AIX 4.3.3.

The good news is that I have a reasonably error free (just warnings
now about suffixes and so forth, as I see almost all AIX users in this
group are reporting) compile of PHP.   Apache doesn't even core dump
when trying to start up anymore.

However, Apache logs are indicating that any PHP requests I issue
(e.g. phpinfo) segmentation faults upon request.

I compiled using Cv.5.0 for AIX 4.3.3 and PHP 4.0.6 using this as my
configure line:

./configure --without-mysql --with-oracle
--with-apxs=/usr/local/apache/bin/apxs

then, edited the libtool file according to Phil's instructions from
May (adding arguments  to archive cmds line)

then I did the export CC='cc -Dinline= -ma' 

finally I ran the make install.

Any help to be had?   Thanks all.

Buddy Dowdy

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