Re: [PHP-INST] AIX, PHP4 and core dump

2001-02-20 Thread Dave Brooks, BCS Systems
It does all go! The secret (from Bill Stoddard, see http://www.phpbuilder.com/forum/archives/3/2001/01/1/102909), is when using APXS, to edit the 'libtool' script after running './configure' and add the following switch to both the 'archive_cmds=' and 'archive_expsym_cmds=' lines: \${wl}-bI:/

Re: [PHP-INST] AIX, PHP4 and core dump

2001-02-15 Thread Dave
Alex, The '-ma' flag reports "cc1: Invalid option 'a' " We have gcc 2.95.2 (under AIX 4.3.3) Dave At 19:27 14/02/01 -0500, you wrote: >Dave > >Rather than setting HAVE_ALLOCA try setting CFLAGS="-ma". > >Alex > > >-- >PHP Install Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [E

Re: [PHP-INST] AIX, PHP4 and core dump

2001-02-14 Thread Alex Akilov
Dave Rather than setting HAVE_ALLOCA try setting CFLAGS="-ma". Alex -- 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]

[PHP-INST] AIX, PHP4 and core dump

2001-02-14 Thread Dave Brooks, BCS Systems
Hi there, We are trying to build PHP4 under AIX 4.3.3 using gcc ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/HTTPServer/bin/apxs make make install It all compiles and installs. However httpd core dumps with a segmentation fault. We then tried (as per a posting on the list) build