From: Mark S. H. <mh...@ug...> - 2006-11-01 19:59:08
|
On Oct 31, 2006, at 5:35 PM, mro...@cs... wrote: > Mark, > > I did: > > mrobi002@acrl-linux-1:~ 116% cd $HOME > mrobi002@acrl-linux-1:~ 117% perl -e 'use Error'; > mrobi002@acrl-linux-1:~ 118% > > > It gave not output, so does this means that perl found Error.pl, > correct? > That's my understanding of the world. hmmm. Now I'm at a loss to explain your 'ga' failure. Was your plugin command and the perl 'use Error' command executed in exactly the same environment? (that is, if running one immediately after the other, ga fails and 'use Error' succeeds ?) Anyone else have an idea? -Mark > Michael > >> >> On Oct 31, 2006, at 4:13 PM, mro...@cs... wrote: >>> We had the IT department install "Error.pm version 0.17006" >>> today, and >>> then I run >>> >>> ga GUS::Supported::Plugin::InsertSequenceFeatures --help >>> >>> Getting the same errors as before: >>> >>> Base class package "Error" is empty. >> >> Michael, >> >> Run this test: >> >> perl -e 'use Error'; >> >> It should give no output. If it complains that it "Can't locate >> Error.pm in @INC ......." show this test and error message to your IT >> department. They should be able to help your perl find the Error.pm >> they installed. It's not a GUS issue. >> >> Good luck, >> Mark >> > > |