opensourcer has asked for the wisdom of the Perl Monks concerning the following question:
package GSOURCE; use Apache2::RequestRec (); use Apache2::Const -compile =>'OK'; BEGIN { require q(/home/sourcer/mysoftware/config/config.pm);} use DB::SQL; #* use UI::Engine; #* sub handler { $| = 1; my $r = shift; $r->content_type("text/plain"); my ($theOID) = shift @ARGV; UI::Engine($arg1, $theOID); return Apache2::0K; } 1;
i can't install mod_perl/compile the mod_perl using /usr/bin/perl. Is there any way of running the application module.error_log Can't load '/home/sourcer/appz/lib/linux/2.4.21-15.0.2.elsmp/auto/Even +t/Event.so' for module Event: /home/sourcer/appz/lib/linux/2.4.21-15. +0.2.elsmp/auto/Event/Event.so: cannot open shared object file: No suc +h file or directory at /home/sourcer/perl/lib/5.8.8/i686-linux/DynaLo +ader.pm line 230. ...... ---------------------------
Edited: replace <pre> tags with <code> - davorg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mixing Perl and mod_perl versions
by cdarke (Prior) on Aug 08, 2006 at 10:32 UTC |