DocJon has asked for the wisdom of the Perl Monks concerning the following question:
I can make use of the module from console applications, so I know that MdbSQL.pm and MdbSQL.so files have been generated properly on the new system. From within an ASP page, a call to MdbSQL::new results in no response from the server (request not logged into the access log and no error listed in the error log). If I go into MdbSQL::new and comment out the call to the XS routine then the page loads fine (doesn't work as it is missing the meat of the module, but will at least load and get logged as a request).
So my guess from this result is that the ASP module is not properly loading the MdbSQL.so file. Was there a change in ASP with how the shared libraries for XS modules are loaded? Perhaps a path variable that has not been properly set on my new machine? Any other suggestions on what to look at as a possible cause of this behavior?
Thanks for your help,
DocJon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XS module on Apache ASP
by Joost (Canon) on Nov 26, 2005 at 04:23 UTC | |
by DocJon (Novice) on Nov 27, 2005 at 21:34 UTC |