Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl Monks! I just upgraded the OS on my server to RedHat Linux7.1 from 6.2 and since then all the applications that I am trying to run thru the CGI, the server returns the following error: Software error:
Can't locate Log/Agent.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .)
at (eval 3) line 2.
From the error I gathered that the said Agent.pm is not installed?
Has any of the perl monks come across this particular Agent.pm and is this the same as Log::Agent which can be installed by installing Agent.ppd!
Need advice before going ahead and doing anything funny!
Thnx in advance

linea

Replies are listed 'Best First'.
Re: Log/Agent.pm
by blakem (Monsignor) on Aug 27, 2001 at 12:28 UTC
    It looks a little old, but could this module be what you're looking for?

    -Blake

Re: Log/Agent.pm
by arhuman (Vicar) on Aug 27, 2001 at 12:18 UTC
    Not sure, but it's maybe this Log::Agent.

    UPDATE :
    Oops ! I missed this line at first :
    locate Log/Agent.pm in @INC (@INC contains
    So my first answer (Agent) was obviously wrong...


    "Only Bad Coders Code Badly In Perl" (OBC2BIP)