Hi,
Can anyone help me please. I'm trying to install php-4.0.1pl2 on AIX 4.3.3 using the IBM C compiler V5. I'm using apache 1.3.12 which is built to use loadable modules and I intend to make php loadable. I have the following configure script
./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/tmp/php-4.0.1pl2 \
--without-mysql \
--enable-track-vars \
--enable-magic-quotes \
--enable-debugger
I have tried many variations on the compiler choice and flags (IBMs C compiler has many forms) all without success.
At present when I try to compile php all goes well until Zend, then it blows up.
I've checked everything I can find in the forum. I tried -Dinline -ma and then I get lots of "inline cannot be redefined" type messages.
Has anyone built this combination and if so can you let me know how you did it?
TIA
Mark