hi, just upgraded to the latest GIT head. Out of the box, the makefile does not install FCGI pre-requisites, and Plack tests look like this:
t/Plack-Handler/apache1.t ....................... skipped: Test requires module 'Apache::Constants' but it's not found t/Plack-Handler/apache2.t ....................... skipped: TEST_APACHE2 is not set t/Plack-Handler/cgi.t ........................... skipped: Test requires module 'HTTP::Request::AsCGI' but it's not found t/Plack-Handler/fcgi.t .......................... skipped: Test requires module 'FCGI::ProcManager' but it's not found t/Plack-Handler/fcgi_client.t ................... skipped: Test requires module 'FCGI::Client' but it's not found t/Plack-Handler/http_server_simple.t ............ skipped: Test requires module 'HTTP::Server::Simple::PSGI' but it's not found t/Plack-Handler/standalone-prefork.t ............ skipped: Test requires module 'Parallel::Prefork' but it's not found as a result, my FCGI installation stopped working. It still doesn't work after I installed FCGI::ProcManager and FCGI::Client: 2010-03-12 13:37:52: (mod_fastcgi.c.2618) FastCGI-stderr: Can't call method "read" without a package or object reference at /usr/lib/perl5/site_perl/5.8.8/Plack/Request.pm line 94. digging further with the hope to find the missing module. _______________________________________________ jifty-devel mailing list jifty-devel@lists.jifty.org http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel