Ticket #2355 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Configure fails to find FCGI_Accept in -lfcgi on FreeBSD

Reported by: gsherman Assigned to: 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

10/19/07 16:18:19 changed by warmerdam

  • keywords set to fastcgi configure.
  • status changed from new to assigned.
  • milestone set to 5.0.1 release.

10/19/07 19:16:09 changed by warmerdam

  • status changed from assigned to closed.
  • resolution set to fixed.

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