I'm going crazy... it's the third version of PHP I tried to get a fonctionnal Apache/MySQL/PHP system... no result 😢
I installed Apache 1.3.27 with those flags:
--prefix=/usr/local/apache --enable-module=so
configure... make... make install... allright-y !
Then, I installed MySQL (the binary version), no problem: works fine. Finally, I tried to compile PHP, with those flags:
--with-mysql --with-apxs=/usr/local/apache/bin/apxs
But I just keep getting error... I tried 4.3.2, 4.3.1 and 4.3.0 version: always errors like:
"ctype.lo truncated" or "undefinied reference to 'errno'"...
Does sbdy have a solution here ?? Please, I'm really stuck !
Thanks a lot.