wayne_deng2000 has asked for the wisdom of the Perl Monks concerning the following question:
Error message is like this:#!/usr/bin/perl use strict; use warnings; use XML::Parser; ...
The interesting thing is that XML::Parser.pm is in the path of /usr/lib64/perl5 that is listed in above @INC and in %ENV (I checked). I tried to include this path in perl file (use lib ), but got same error message. Couldn't figure out where is wrong and how to solve. The perl version: v5.10.1 (*) built for x86_64-linux-thread-multi. Linux version: 2.6.32-358.2.1.el6.x86_64 Thanks for any suggestions. WayneCan't locate XML/Parser.pm in @INC (@INC contains: ... /usr/lib64/per +l5 /usr/share/perl5 .) at ./blast_parser.pl line 4. BEGIN failed--compilation aborted at ./blast_parser.pl line 4. [blastall] FATAL ERROR: File write error
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Troubleshoot a path problem when multithreading on cluster
by Loops (Curate) on Nov 08, 2014 at 21:58 UTC | |
by wayne_deng2000 (Initiate) on Nov 10, 2014 at 02:38 UTC |