I'm attempting to upgrade to php4 with apache2 on my FreeBSD server for use w/ phpmyadmin.
to do that
cd /usr/ports/www/mod_php4
make --with-apxs2 && make install --with-apxs2
It fails with the error:
Configuring SAPI modules
Checking for AOL server support... no
Checking for Apache 1.x module support via DSO through APXS... configure: error: Use --with-apxs2 with Apache 2.x!
well, i did that and get the error
Am I missing something here?