mod_fcgid 2.0 does not install (make fails)
Hi, I'm having trouble getting the new mod_fcgid 2.0 to install (see details below)... apache2@2.2.3_2 is installed and working fine, MacPorts is at 1.320 and up to date. No problems with the previous version, mod_fcgid 1.09. Any hints are greatly appreciated. -- Thank you! -- $ sudo port clean --all mod_fcgid ---> Cleaning mod_fcgid $ sudo port install mod_fcgid ---> Fetching mod_fcgid ---> Attempting to fetch mod_fcgid.2.0.tar.gz from http://easynews.dl.sourceforge.net/mod-fcgid ---> Verifying checksum(s) for mod_fcgid ---> Extracting mod_fcgid ---> Applying patches to mod_fcgid ---> Configuring mod_fcgid ---> Building mod_fcgid with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_mod_fcgid/work/mod_fcgid.2.0" && make all" returned error 2 Command output: Makefile:13: /apache2/build/special.mk: No such file or directory make: *** No rule to make target `/apache2/build/special.mk'. Stop. Error: Status 1 encountered during processing.
I fixed it. A patch wasn't really changing a hardcoded path to Apache so I deleted it and used an reinplace. Give it a few hours, selfupdate, and you'll be good. Mark "Robert Foxworthington" <robertfx@gmail.com> on Wednesday, December 13, 2006 at 11:59 PM -0800 wrote:
$ sudo port clean --all mod_fcgid ---> Cleaning mod_fcgid
$ sudo port install mod_fcgid ---> Fetching mod_fcgid ---> Attempting to fetch mod_fcgid.2.0.tar.gz from http://easynews.dl.sourceforge.net/mod-fcgid ---> Verifying checksum(s) for mod_fcgid ---> Extracting mod_fcgid ---> Applying patches to mod_fcgid ---> Configuring mod_fcgid ---> Building mod_fcgid with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_mod_fcgid/work/mod_fcgid.2.0" && make all" returned error 2 Command output: Makefile:13: /apache2/build/special.mk: No such file or directory make: *** No rule to make target `/apache2/build/special.mk'. Stop.
Error: Status 1 encountered during processing.
participants (2)
-
Mark Duling
-
Robert Foxworthington