On Tue, Aug 27, 2002 at 12:52:57AM -0700, Joseph Ross Lee wrote: > > perl -MDBI -MApache::DBI -le 'print $DBI::VERSION, > > "\n", $Apache::DBI::VERSION' > > Can't locate Apache.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.6.1/i686-linux-ld > /usr/local/lib/perl5/5.6.1 > /usr/local/lib/perl5/site_perl/5.6.1/i686-linux-ld > /usr/local/lib/perl5/site_perl/5.6.1 > /usr/local/lib/perl5/site_perl .) at > /usr/local/lib/perl5/site_perl/5.6.1/Apache/DBI.pm > line 3.
Obviously, Apache.pm is missing and you'll have to install it to make Apache::DBI happy. But you can set this aside for now because this is somewhat irrrelevant to your first post. The Perl version that you used was 5.6.1. What we need is the other Perl version to reproduce this error: Can't locate object method "require_version" via package "DBI" (perhaps you forgot to load "DBI"?) at DBI.pm line 9. Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/Apache/DBI.pm line 4. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/Apache/DBI.pm line 4. Compilation failed in require at (eval 17) line 3. -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
