>You are either getting the wrong module name in some cases, or it is not
>able to read the module file for some reason.  Just check $@ for the
>message and find out.

Interesting. I got:

  Can't locate LibDB/DB/MySQL.pm in @INC (@INC contains:
  /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0
  /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi
  /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl . /usr/
  /usr/lib/perl) at (eval 17) line 2. BEGIN failed--compilation
  aborted at (eval 17) line 2. / 14495

which means that %INC isn't being set as I intended,
since the top of all my .cgi scripts include:

  use lib 'lib';
  use lib 'extlib';

/me heads off to read more.


-- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to