
harcoh at ATConsultancy
Jun 30, 2005, 7:29 AM
Post #1 of 1
(1694 views)
Permalink
|
Hi, I am trying to load the DBD::Ingres module, which loads a shared library. Under Apache::ASP this fails with the error: IImain: Cannot open standard program channels and the library exits thus killing Apache ;-( Outside Apache/mod_perl everything works fine. The strange thing is that it works under the PerlRun module, and after opening all database connections from within PerlRun, I can safely switch to my ASP code. It appears that at the C-code level, StdOut/StdErr are not available as file descriptors under mod_perl or ASP. Apparently ModPerl::PerlRun sets this up correctly, and the library loads ok. Any hints? Thanks, Harco -- -----------------+--------------------+------------------------------- Harco de Hilster AT Consultancy Phone: +31(0)24-3527282 Unix Consultant Toernooiveld 104 Fax: +31(0)24-3527292 6525 EC Nijmegen E-mail: harcoh [at] ATConsultancy The Netherlands -----------------+--------------------+------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|