Ticket #2355 (closed defect: fixed)
Configure fails to find FCGI_Accept in -lfcgi on FreeBSD
| Reported by: | gsherman | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.1 release |
| Component: | Build Problems | Version: | 5.0 |
| Severity: | normal | Keywords: | fastcgi configure |
| Cc: |
Description
When configuring on FreeBSD 6.x, the fast cgi library is not detected, even though the path is specified using:
--with-fcgi=/usr/local
The output in config.log is:
configure:11019: checking for FCGI_Accept in -lfcgi configure:11054: gcc -o conftest -g -O2 -fPIC conftest.c -lfcgi -lm -lstdc++
>&5
/usr/bin/ld: cannot find -lfcgi
Compiling the test program for fcgi in config.log and specifying -L/usr/local/lib works.
Change History
Note: See
TracTickets for help on using
tickets.
