On Mon, Aug 26, 2002 at 11:44:58PM -0700, Joseph Ross Lee wrote: > guys! need help here. after my officemate made a force > upgrade of perl... I made some troubleshooting > stuff... apparently, I'm down to one error... > > here it is: > > Starting httpd: Syntax error on line 595 of > /etc/httpd/conf/httpd.conf: > 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. > > > I need some suggestions on how to go about it. I'm > running out of ideas na eh! thanks!
Put this in your httpd.conf (just below "PerlModule Apache::DBI"?): PerlModule DBI If it doesn't work, you'll have to show us line 595 of your httpd.conf. HTH -- $_=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]
