Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 14:20:31 GMT
From:      cw <bsdbug@fidei.co.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84681: mod_fastcgi doesn't install with apache2
Message-ID:  <200508281420.j7SEKVBA061987@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84681; it has been noted by GNATS.

From: cw <bsdbug@fidei.co.uk>
To: bug-followup@FreeBSD.org,  ben@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508281420.j7SEKVBA061987>