On Tue, Aug 27, 2002 at 10:40:24PM -0700, Joseph Ross Lee wrote: > got this error now: > > Starting httpd: Syntax error on line 596 of > /etc/httpd/conf/httpd.conf: > Can't locate object method "require_version" via > package "DBI" (perhaps you forgot to load "DBI"?) at > /usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/DBI.pm > line 10. > Compilation failed in require at (eval 17) line 3. > > any idea guys?
It is possible that the package "DBI" is not compatible with the package "Apache::DBI". Have you tried updating "DBI"? Can you execute this command using the same perl apache's linked against? perl -MDBI -MApache::DBI -le 'print $DBI::VERSION, "\n", $Apache::DBI::VERSION' Can you also post the output of this command? sed -n 1,10p /usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/DBI.pm -- $_=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]
