RE: problems configuring with fastcgi

"Stephen F. Booth" <[email protected]> Mon, 5 Apr 2004 22:23:04 -0400
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <000d01c41b7e$1b3d7be0$15abe004@hades>
You might need to set the LDFLAGS environment variable; I'm not sure
which paths are being searched.  It appears that the library can't find
either the header files or the FastCGI library itself.

% LDFLAGS=-L/opt/lib ./configure --prefix=/opt --enable-fcgi-demos

Let me know if this works!

Stephen

> -----Original Message-----
> From: [email protected] [mailto:help-cgicc-
> [email protected]] On Behalf Of Jiann-Ming Su
> Sent: Monday, April 05, 2004 3:37 PM
> To: [email protected]
> Subject: [help-cgicc] problems configuring with fastcgi
> 
> I have fastcgi libraries installed in /opt/lib.  "/opt/lib" has been
added
> to /etc/ld.so.conf.  I've ran "ldconfig".  When I try to configure
cgicc,
> I
> get the following error:
> 
>   # ./configure --prefix=/opt --enable-fcgi-demos
>   checking whether to build the cgicc demos... yes
>   checking whether to build the cgicc fcgi demos... yes
>   checking for FCGX_Accept in -lfcgi... no
>   configure: error: FastCGI libraries not found
> 
> What am I missing?
> 
> --
> Jiann-Ming Su  [email protected]  404-712-2603
> Development Team Systems Administrator
> General Libraries Systems Division
> 
> 
> 
> 
> _______________________________________________
> help-cgicc mailing list
> [email protected]
> http://mail.gnu.org/mailman/listinfo/help-cgicc