On 8/13/07, Manoj Bist <[EMAIL PROTECTED]> wrote: > Thanks for the response. The C library is a third party library which does > the following: > > - Connect to a server running on port 7000 on the local machine. > - Make an initialize call > <==============================This call is consistently > failing under mod_perl.
Okay, so that's what you need to focus on. Do you know if it's connecting over TCP sockets or pipes? There may be issues if it's trying to manipulate STDOUT. > The startup.pl that we are using has only 5 lines. I don't see how this could cause you trouble, unless you are loading other things directly from httpd.conf. It probably has to do with STDOUT. - Perrin