ports/84681: mod_fastcgi doesn't install with apache2

cw bsdbug at fidei.co.uk
Sun Aug 28 14:20:31 UTC 2005


The following reply was made to PR ports/84681; it has been noted by GNATS.

From: cw <bsdbug at fidei.co.uk>
To: bug-followup at FreeBSD.org,  ben at flyingwalrus.net
Cc:  
Subject: Re: ports/84681: mod_fastcgi doesn't install with apache2
Date: Sun, 28 Aug 2005 15:20:17 +0100

 Having just come across this problem myself it is actually quite easy to 
 fix.
 The cause of the problem is that mod_fastcgi.so is being created in:
 /usr/ports/www/mod_fastcgi/work/mod_fastcgi-2.4.2/.lib
 The very first install command changes to:
 /usr/ports/www/mod_fastcgi/work/mod_fastcgi-2.4.2 and then attempts to 
 work on mod_fastcgi.so in that directory.
 
 To do the install stage yourself:
 
 cd /usr/ports/www/mod_fastcgi/work/mod_fastcgi-2.4.2
 cp ./.lib/mod_fastcgi.so ./
 /usr/local/sbin/apxs -i -a -n fastcgi mod_fastcgi.so
 
 Regards,
 Colin.



More information about the freebsd-ports-bugs mailing list