Bug #147
closedCGI returns null document, if the cgi has to load dynamic libraries
Description
I am using tidy module from uTidyLib (which provides python binding to libtidy.so) in my cgi script.
mod_cgi returns null document (0 bytes in access log). If I remove the use of the 'tidy' module, then the cgi works. I suspect, it has something to do with the dynamic loading of libtidy.so by the tidy module.
Best Regards,
-senthil
-- svaiyapuri at gmail.com
Updated by jan almost 20 years ago
- Status changed from New to Assigned
Please start the CGI script on the command-line and see if it works at all.
Updated by Anonymous almost 20 years ago
Yes, standalone invocation succeeds. I even specified the /usr/local/lib (where libtidy.so lives) in the
LD_LIBRARY_PATH to the cgi environment, but it returns null document still.
Thanks much.
Best Regards,
-senthil
-- svaiyapuri at gmail.com
Updated by jan over 19 years ago
- Status changed from Assigned to Fixed
- Resolution set to invalid
use strace to track down why the CGI script fails. Reopen bug if necessary.
Also available in: Atom