so does that mean a recompile of perl ? Can't I just edit that array to include this path? that is right @INC is not correct. What is an example of you PERL5LIB variable?
Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams "Wiggins d Anconia" <[EMAIL PROTECTED]> 04/06/2004 11:36 AM To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject: Re: use MD5 > > All, > > can anyone advise? > I have MD5 config'ed and compiled and it is in my PATH variable. Thank > you! > In your "PATH" variable? Should that be your "PERL5LIB" variable? By your statement I assume it is not in the default @INC compiled into your perl? http://danconia.org > #> perl -de 1 > > Loading DB routines from perl5db.pl version 1.23 > Editor support available. > > Enter h or `h h' for help, or `man perldebug' for more help. > > main::(-e:1): 1 > DB<1> use MD5; > Can't locate MD5.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.3/aix > /usr/ > local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/aix > /usr/local/lib/pe > rl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl .) at (eval > 5)[/usr/local/lib > /perl5/5.8.3/perl5db.pl:619] line 2. > main::BEGIN() called at MD5.pm line 2 > eval {...} called at MD5.pm line 2 > eval '($@, $!, $^E, $,, $/, $\\, $^W) = @saved;package main; $^D = > $^D | > $DB::db_stop; > use MD5;; > > ;' called at /usr/local/lib/perl5/5.8.3/perl5db.pl line 619 > DB::eval called at /usr/local/lib/perl5/5.8.3/perl5db.pl line 3320 > DB::DB called at -e line 1 > BEGIN failed--compilation aborted at (eval > 5)[/usr/local/lib/perl5/5.8.3/perl5db > .pl:619] line 2. > eval '($@, $!, $^E, $,, $/, $\\, $^W) = @saved;package main; $^D = > $^D | > $DB::db_stop; > use MD5;; > > ;' called at /usr/local/lib/perl5/5.8.3/perl5db.pl line 619 > DB::eval called at /usr/local/lib/perl5/5.8.3/perl5db.pl line 3320 > DB::DB called at -e line 1 > > Derek B. Smith > OhioHealth IT > UNIX / TSM / EDM Teams > > >