help me

Status
Not open for further replies.

truecs

New Member
Messages
5
Reaction score
0
Points
0
launched a cron job and error


Can't locate PS/CmdLine.pm in @INC (@INC contains: /home/truecs/public_html/cgi-bin/lib /home/truecs/public_html/cgi-bin /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /home/truecs/public_html/cgi-bin/stats.pl line 100.
BEGIN failed--compilation aborted at /home/truecs/public_html/cgi-bin/stats.pl line 100.


how to fix?
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
stats.pl tries to access PS/CmdLine.pm but it is not in a location where Apache looks.

Where do you have it?

/home/truecs/public_html/cgi-bin/lib
OR
/home/truecs/public_html/cgi-bin

is where you should have it (unless you alter @INC).
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
stats.pl tries to access PS/CmdLine.pm but it is not in a location where Apache looks.

Where do you have it?

/home/truecs/public_html/cgi-bin/lib
OR
/home/truecs/public_html/cgi-bin

is where you should have it (unless you alter @INC).

...
 
Status
Not open for further replies.
Top