help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] Static and dynamic link


From: Stephen F. Booth
Subject: Re: [help-cgicc] Static and dynamic link
Date: Sat, 4 Dec 2004 01:09:34 -0500
User-agent: KMail/1.7.1

It sounds like the library isn't being found at link time.  That seems 
strange, though, since it appears to be installed in /usr/lib.  Did you run 
ldconfig after installing the library?

Stephen

On Thursday 25 November 2004 12:33, cgifalco wrote:
> Hello cgicc gurus,
>
> I have a problem with dynamic link on my Fedora Core 3. If I compile the
> program in this way
> g++ test.cpp -o test.cgi /usr/lib/libcgicc.a
> the script works OK and displayes  the desired page on my httpd server.
> But if I compile the program in this way
> g++ test.cpp -o test.cgi -lcgicc
> the browser isses message
>
>
>   Internal Server Error
>
> And in the error_log is this message
> [Thu Nov 25 17:48:27 2004] [error] [client 127.0.0.1] Premature end of
> script headers: test.cgi, referer: http://localhost/cgitests/cgitest.html
> Thank you for a help
>   cgifalco
>
>
>
> _______________________________________________
> help-cgicc mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-cgicc

Attachment: pgpecHV93NPI0.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]