>
> You haven't installed anything.  You've downloaded and untarred/
> gunzipped the source.  You still have to run
> perl Makefile.PL
> make
> make test
> make install
>
> That final command will copy the installed module to the real library
> directory.  THAT is the path that you need for use lib.
>
> perldoc perlmod
> for more information
>
> Paul Lalli

I would like to rewind a bit and see why this could be happening. I am
really curious about this.
As I mentioned in my original mail, a working file stopped all of a sudden.
Now I have 3 terminals open. All 3 are on same machine ..

I have done uname -a to confirm this.
In 2 terminals, the script errors out with:
perl StTrAuto.pl
Can't locate Algorithm/Permute.pm in @INC (@INC contains:
/u/basappas/local/perl/perm_install/lib/perl5/site_perl
/hwnet/activestate/perl-5.6/lib/5.6.1/i686-linux-thread-multi
/hwnet/activestate/perl-5.6/lib/5.6.1
/hwnet/activestate/perl-5.6/lib/site_perl/5.6.1/i686-linux-thread-multi
/hwnet/activestate/perl-5.6/lib/site_perl/5.6.1
/hwnet/activestate/perl-5.6/lib/site_perl .) at StTrAuto.pl line 5.
BEGIN failed--compilation aborted at StTrAuto.pl line 5.

On the 3 rd terminal, it works fine.

The machine is same, the script is same.

I ran "env" and redirected output to a file from 2 terminals. There
are lot of differences.
By now, I am pretty sure this is the cause for the script failing. But
there are so many differences
I am not able to make out what variable is causing script to konk.

Regards

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to