[cgi-devel] compile and build fastcgi
Status: Beta
Brought to you by:
drrngrvy
From: Josep M. <jm...@gm...> - 2010-12-28 00:34:09
|
Hi, I found the FastCGI lib and I was quite impressed by the asyn I/O capabilities so I decided to give it a try. However, I was unable to build the library or compile any of the examples. Unfortunately there wasn't info at: http://cgi.sourceforge.net/docs/fastcgi___cgi/tutorial/running.html After downloading and unpacking cgi-0.7.1, I get: boost/ libs/ README.txt project-root.jam Never seen jam before, but it looks like an ant-like builder... after install bjam (apt-get install bjam) I can only get to: Unable to load Boost.Build: could not find "boost-build.jam" --------------------------------------------------------------- Attempted search from /home/solso/test/cgi-0.7.1 up to the root and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: /usr/share/boost-build. Please consult the documentation at 'http://www.boost.org'. I'm sure some of you will be laughing at the moment, but I not able to find out which directories I should put in the environment to build the library and to compile the example I wanted: http://cgi.sourceforge.net/docs/fastcgi___cgi/examples/fastcgi_examples.html#fastcgi___cgi.examples.fastcgi_examples.asynchronous_echo Please, help would be much appreciated. Thanks a lot, Regards, JM |