Hi,
I compiled the Apache 2.0.45 with --prefix=/usr/local/apache2 --enable-threads. After that, I compiled the PHP Lastest with the follow configure options:
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs –with-gettext --with-xml --with-mcrypt --with-imap --with-imap-ssl --enable-sysvsem --enable-sysvshm --with-zlib --with-gmp --with-openssl
After the "make", I tryied "make install" but, the PHP couldn't create the libphp.so module and show me the error message:
apxs:Error: Command failed with rc=65536
I'm using OpenBSD 3.2.
Does anyone could help me please ?
Thanks,
ROberto Samarone Araújo