From: Warren P. <wpo...@ve...> - 2002-05-01 15:29:01
|
Hello, I'm using cpan to "install Bundle::Expect" and get the following error - a complaint about the version of IO::Pty. I'm expecting an install error because I don't have permission to write to the /usr/local/lib directories on this box - I was going to "make install" after edit'ing the Makefile so that it would install in my directory. Can I fix this? Thanks, Warren -------------[ partial output of "install Bundle::Expect" ]------------ CPAN.pm: Going to build R/RG/RGIERSIG/Expect-1.15.tar.gz mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Expect mkdir blib/lib/auto mkdir blib/lib/auto/Expect cp Expect.pod blib/lib/Expect.pod cp Expect.pm blib/lib/Expect.pm /sbin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/sbin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl56/5.6.0/irix-n32 -mips3 -I/usr/local/lib/perl56/5.6.0 test.pl 1..36 IO::Pty version 0.97 required--this is only version 0.01 at blib/lib/Expect.pm line 22. BEGIN failed--compilation aborted at blib/lib/Expect.pm line 22. Compilation failed in require at test.pl line 27. BEGIN failed--compilation aborted at test.pl line 27. *** Error code 255 (bu21) /sbin/make test -- NOT OK |