After installing Apache 2.2.15, mod_fcgid port is trying to download and install httpd-2.0.63.tar.bz2 (Apache 2.0).
I found no other way of making mod_fcgid work with apache 2.2.15 already installed on custom location (/opt).
workaround:
Code:
# ln -sf /opt/apache-2.2.15_9/sbin/apxs /usr/local/sbin/apxs
# make install PREFIX=/opt/mod_fcgid-2.3.5 USE_APACHE=2.2
And that's it. Mod_fcgid installs nicely with apache 2.2.15 installed in a custom location.
After installing Apache 2.2.15, mod_fcgid port is trying to download and install httpd-2.0.63.tar.bz2 (Apache 2.0).
I found no other way of making mod_fcgid work with apache 2.2.15 already installed on custom location (/opt).
workaround:
[code]# ln -sf /opt/apache-2.2.15_9/sbin/apxs /usr/local/sbin/apxs
# make install PREFIX=/opt/mod_fcgid-2.3.5 USE_APACHE=2.2
[/code]
And that's it. Mod_fcgid installs nicely with apache 2.2.15 installed in a custom location.