Re: LWP Problem
"Mumia W." <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On 03/29/2007 04:30 AM, quqi xiao wrote: > Hi,could anyone help me? > I found a problem when I visit my website,The website will show me like > this: > Software error: > > Can't locate auto/LWP/UserAgent/cookie_jar.al in @INC (@INC contains: > ../util/EZXAP_Net/LWP/blib/lib > /usr/local/apache2/htdocs/src/id/util/EZXAP_Net/LWP/lib > /usr/local/apache2/htdocs/src/id/util/EZXAP_Net/Net > /usr/local/apache2/htdocs/src/id/util/EZXAP_FLEX ../util/EZXAP_FLEX > ../util/EZXAP_Net/Net ../util/EZXAP_Net > /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 > /usr/local/lib/perl5/site_perl/5.8.8/i686-linux > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) > at /usr/local/apache2/htdocs/src/id/system/test.pl line 118 > > For help, please send mail to the webmaster ([email protected]), giving > this error message and the time and date of the error. > > And when I remove the floder LWP in EZXAP_NET,everything is ok.But I > don't konw why.I think the program use the default LWP package in this > machine. > > My question is what is cookie_jar.al?Where and When used this file?Is > this a *temporarily* file?I run find in root directory,but can not > find this file.It's so puzzled for me.Could anyone kindly answer this > quesion,Thanks a lot.With Best wishes. > > QQ > > 2007-03-29 > It is probably a conflict between the default LWP package and your own LWP package in EZXAP_NET; however, without seeing the code that generates this error, and without knowing what operating system this is, it's hard to say what the problem is.