From: Vijay R. <vi...@in...> - 2002-08-26 11:05:36
|
Hi , Thanks for the reply ... I did the same and it gives me an error like this: vlsi /user/user1/lib/perl/lib/site_perl/5.6.0>/user/user1/atpg/ATPG_johnb.0.1/bin/runStuckat Can't locate loadable object for module IO::Tty in @INC (@INC contains: /user/user1/atpg/ATPG_johnb.0.1/bin/../lib /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .) at /usr/perl5/5.00503/sun4-solaris/IO/Tty.pm line 26 BEGIN failed--compilation aborted at /usr/perl5/5.00503/sun4-solaris/IO/Pty.pm line 7. BEGIN failed--compilation aborted at /usr/perl5/5.00503/sun4-solaris/Expect.pm line 14. BEGIN failed--compilation aborted at /user/user1/atpg/ATPG_johnb.0.1/bin/../lib/TI/ATPG/Fastscan.pm line 5. BEGIN failed--compilation aborted at /user/user1/atpg/ATPG_johnb.0.1/bin/../lib/TI/ATPG/atpgStuckat.pm line 5. BEGIN failed--compilation aborted at /user/user1/atpg/ATPG_johnb.0.1/bin/runStuckat line 9. vlsi /user/user1/lib/perl/lib/site_perl/5.6.0> Please help me out as the problem has become very critical and a release is merely waiting for this...sorry for troubling u a lot... I couldn't get any info regarding the above error in net ... With Best Regards, Vijay Austin Schutz wrote: > On Mon, Aug 26, 2002 at 11:54:20AM +0530, Vijay Ramesh wrote: > > > > Hi All, > > > > The error that i am getting is > > > > vlsi /user/user1>cd fastscan/ > > vlsi /user/user1/fastscan>./run > > runIddq@ runStuckat@ runTrans@ > > vlsi /user/user1/fastscan>./runStuckat > > Can't locate Expect.pm in @INC (@INC contains: > > /user/user1/atpg/ATPG_johnb.0.1/bin/../lib > > /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 > > /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .) at > > > > /user/user1/atpg/ATPG_johnb.0.1/bin/../lib/TI/ATPG/Fastscan.pm line 5. > > BEGIN failed--compilation aborted at > > /user/user1/atpg/ATPG_johnb.0.1/bin/../lib/TI/ATPG/Fastscan.pm line 5. > > BEGIN failed--compilation aborted at > > /user/user1/atpg/ATPG_johnb.0.1/bin/../lib/TI/ATPG/atpgStuckat.pm line > > 5. > > BEGIN failed--compilation aborted at ./runStuckat line 9. > > > > Please help me how to go about installing the perl module step by step > > as i am a novice to this field...(the PREFIX directory etc...) > > > > > > perl Makefile.PL PREFIX=~/lib/perl > make > make test > make install > > You have to set the environment var PERL5LIB=~/lib/perl before using. > Also, perl will tend to install things under things like site_perl/, which perl > won't check PERL5LIB for when including the modules. My solution to this has > been to create a bunch of symlinks, e.g.: > > cd ~/lib/perl > ln -s . lib > ln -s . site_perl > ln -s . 5.00503 > ln -s . sun4-solaris > > And make sure all modules are therefore installed directly into what > I've set as PREFIX. > Presumably there is a simpler way to accomplish this, but I've been > too thickheaded to figure out what. > > Austin > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Expectperl-discuss mailing list > Exp...@li... > https://lists.sourceforge.net/lists/listinfo/expectperl-discuss |