Opened 17 years ago

Closed 17 years ago

#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 (2)

comment:1 by warmerdam, 17 years ago

Keywords: fastcgi configure added
Milestone: 5.0.1 release
Status: newassigned

comment:2 by warmerdam, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed in trunk (r6960) and 5.0 branch (r6961).

Note: See TracTickets for help on using tickets.