ports/79774: mod_fastcgi builds but won't install (wrong path)

Clemens Renner claim at rinux.net
Mon Apr 11 02:20:21 UTC 2005


>Number:         79774
>Category:       ports
>Synopsis:       mod_fastcgi builds but won't install (wrong path)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 11 02:20:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Clemens Renner
>Release:        5.3-p5
>Organization:
Rinux
>Environment:
FreeBSD rinux 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Wed Jan 26 19:59:46 CET 2005     root at rinux:/usr/obj/usr/src/sys/RINUX  i386
>Description:
The port of www/mod_fastcgi-2.4.2 will build correctly. However, once the port is being installed, the file mod_fastcgi.so will not be installed into Apache's modules (/usr/local/libexec/apache2) directory.

The problem is that in the Makefile, it should read

cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -a -n fastcgi .libs/mod_fastcgi.so

instead of 

cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -a -n fastcgi mod_fastcgi.so

as the file in question is rather in work/mod_fastcgi-2.4.2/.libs rather than in work/mod_fastcgi-2.4.2 .
>How-To-Repeat:
make install in /usr/ports/www/mod_fastcgi
>Fix:
Correct the Makefile as stated above.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list