On Thu, 16 Oct 2003, apellido jr., wilfredo p wrote: > hello, i got this error when im trying to run > rad_counter.pl in FreeBSD 4.8 > > > perl rad_counter.pl > Can't locate warnings.pm in @INC (@INC contains: > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /usr/local/lib/perl5/site_perl/5.005 . > /usr/libdata/perl/5.00503/mach > /usr/libdata/perl/5.00503) at rad_counter.pl line 5. > BEGIN failed--compilation aborted at rad_counter.pl > line 5. > > > i tried to comment this in perl script to see what > other errors may come then i got this: > > > perl rad_counter.pl > Can't locate GDBM_File.pm in @INC (@INC contains: > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /usr/local/lib/perl5/site_perl/5.005 . > /usr/libdata/perl/5.00503/mach > /usr/libdata/perl/5.00503) at rad_counter.pl line 6. > BEGIN failed--compilation aborted at rad_counter.pl > line 6. > > > > i installed gdbm, rlm_dbm and rlm_counter thinking > that this script may solve my problem regarding in > reseting the counter attribute. what im missing here? > what other dependencies should i install to run this > script? thanks ...
You need to install the corresponding PERL modules which seem to be missing in your installation perl -MCPAN -e shell install GDBM_File; for example > > > > ===== > [ apellido jr., wilfredo p. ] > +63 034 4880-449 > > If you can't hear me, it's because i'm in parentheses. > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
