Re: undefined reference to `FCGX_GetParam'

Doru Georgescu <headset001-/[email protected]> Wed, 21 Jul 2010 22:42:35 -0700 (PDT)
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
> Hi Doru!
> 
> Try it this way:
> gcc test.c -o test -lfcgi
> 
> Cu stima,
> Aron Sabo

Thank you very much! In fact, I lost my hope before I got your answer. 
All I had to do was to cp test /usr/lib/cgi-bin/test.fcgi 
getenv("QUERY_STRING"); works correctly 
I also found options to limit number of processes: 
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxprocesses

I hugely enjoyed Budapest. 
Doru