LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   perl 5.87 debugger not working (https://www.linuxquestions.org/questions/linux-software-2/perl-5-87-debugger-not-working-351257/)

techy613 08-08-2005 02:54 PM

perl 5.87 debugger not working
 
I installed Perl 5.8.7 and it works for basic programming, however when it needs special modules for debug or environment variable processing, it claims that it looked in @INC paths and could not find items like EV.pm, etc. However, the paths in INC do not have any files in them. How can I rectify this situation? Here is a sample of the error output:

Can't locate EV.pm in @INC (@INC contains: /home/home29/techy/op_models/perl/lib/5.8.7/xxx /home/home29/techy/op_models/perl/lib/5.8.7 /home/home29/techy/op_models/perl/lib/site_perl/5.8.7xxxx /home/home29/techy/op_models/perl/lib/site_perl/5.8.7 /home/home29/techy/op_models/perl/lib/site_perl .) at c2.pl line 109. BEGIN failed--compilation aborted at c2.pl line 109.

Also, please note that /home/home29/techy/op_models/perl/ does not exist. It should be /home/home29/techy/op_models/perl_debug. But even if this was correct, the subdirectories do not all exist. I did find EV.pm in /home/techy/techy29/op_models/perl_debug/perl-5.8.7/lib.

Thanks


All times are GMT -5. The time now is 01:34 AM.