| View previous topic :: View next topic |
| Author |
Message |
Alexeydi
Joined: 05 Mar 2010 Posts: 1
|
Posted: Mar 05, 2010 8:35 pm Post subject: Problem with software error |
|
|
after i installed the program i surfed to the admin login page and got an error:
| Quote: | Software error:
Can't locate LWP/UserAgent.pm in @INC (@INC contains: Modules . /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8. at index.cgi line 8.
BEGIN failed--compilation aborted at index.cgi line 8.
For help, please send mail to the webmaster (webmaster@uploadf.YY.com), giving this error message and the time and date of the error. |
Does any one know this is happening? |
|
| Back to top |
|
 |
mrperl
Joined: 06 Mar 2010 Posts: 65
|
Posted: Mar 06, 2010 1:28 pm Post subject: Re: Problem with software error - LWP::UserAgent |
|
|
Hi.
You need to install LWP::UserAgent, which is a free Perl module.
Something like this on CentOS:
| Code: |
yum install perl-libwww
|
or otherwise:
| Code: |
cpan -i LWP::UserAgent
|
Enjoy, mrperl.
Last edited by mrperl on Mar 08, 2010 10:45 am; edited 1 time in total |
|
| Back to top |
|
 |
ghohan
Joined: 04 Mar 2010 Posts: 9
|
Posted: Mar 07, 2010 9:31 pm Post subject: Re: Problem with software error - LWP::UserAgent |
|
|
| mrperl wrote: | Hi.
You need to install LWP::UserAgent, which is a free Perl module.
Something like this on CentOS:
yum install perl-libwww
or otherwise:
cpan -i LWP::UserAgent
Enjoy, mrperl. |
Excellent Support
YM nya dong bos, biar bisa tanya2 nih  |
|
| Back to top |
|
 |
|