Re: LWP Problem
"Mumia W." <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On 03/29/2007 12:18 PM, quqi xiao wrote: > 2007/3/29, Mumia W. <[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. >> >> >> > > Thanks for your reply.My own LWP package is a lower version than the > default > LWP.The operating system is Lunix + Apache. > Could you please tell me what's the usage of the cookie_jar.al? > I find it from /,but noting could be found.(command:find / -name > cookie_jar.al) > > I don't know what cookie_jar.al is, but it most probably has something to do with the Autoloader ("perldoc AutoLoader"). Why is it you want to use a lower version of LWP than the system?