Project

General

Profile

Actions

Bug #147

closed

CGI returns null document, if the cgi has to load dynamic libraries

Added by Anonymous almost 20 years ago. Updated over 16 years ago.

Status:
Invalid
Priority:
High
Category:
mod_cgi
Target version:
-
ASK QUESTIONS IN Forums:

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

Actions #1

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.

Actions #2

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

Actions #3

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.

Actions #4

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom