in reply to Soap::Transport::HTTP vs DBI

Could it be that loading of DBI fails only from the webserver? Try to make a simple website CGI script (the usual "hello world") and then add 'use DBI'. If you don't see "hello world" on the web page anymore, the fault lies in the environment of your webserver

Replies are listed 'Best First'.
Re^2: Soap::Transport::HTTP vs DBI
by snafui (Initiate) on Jul 02, 2010 at 16:38 UTC
    The normal apache web server on this box from which I run CGI scripts often can access DBI fine. I suppose whether SOAP::Transport::HTTP::Daemon can access it is the question and I'm not sure how to answer.