Re: Unable to load perl file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Aug 10, 2010, at 5:49 AM, aparna aryan wrote:

We have installed apache(Apache/2.2.10) and we have a .pl file that is being loaded in httpd.conf.

When we are trying to restart the server, We receive the following error :

[Tue Aug 10 11:34:31 2010] [error] Can't locate ARS.pm in @INC (@INC contains: /opt/app/ars/ovsc/perl /usr/perl5/5.8.4/lib/sun4-solaris-64int
 /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-64int /usr/perl5/site_perl/5.8.4 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.
8.4/sun4-solaris-64int /usr/perl5/vendor_perl/5.8.4 /usr/perl5/vendor_perl . /opt/web/apache/app/ars) at /opt/app/ars/ovsc/perl/startup.pl li
ne 5.\nBEGIN failed--compilation aborted at /opt/app/ars/ovsc/perl/startup.pl line 5.\nCompilation failed in require at (eval 2) line 1.\n
[Tue Aug 10 11:34:31 2010] [error] Can't load Perl file: /opt/app/ars/ovsc/perl/startup.pl for server hostname:0, exiting...


please let us know what the issue is.



First, note that this is a Perl problem, not an Apache httpd problem. The problem is there in the first line of the error message:

Can't locate ARS.pm

This means that, somewhere in your perl script, you have "use ARS;", and you don't have the ARS.pm Perl module installed.

Looks like ARS is part of something called "Remedy" - http://cpanforum.com/threads/190

You'll need to install ARS before this Perl script will work. You'll find help in installing ARS elsewhere ... unless you're lucky enough to find someone here who uses Remedy. I don't.

--
Rich Bowen




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux