[LON-CAPA-cvs] cvs: doc /otherfiles perl_modules.txt
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 18 Feb 2002 22:15:28 -0000
harris41 Mon Feb 18 17:15:28 2002 EDT
Modified files:
/doc/otherfiles perl_modules.txt
Log:
some notes on the old IO issue
Index: doc/otherfiles/perl_modules.txt
diff -u doc/otherfiles/perl_modules.txt:1.8 doc/otherfiles/perl_modules.txt:1.9
--- doc/otherfiles/perl_modules.txt:1.8 Sat Dec 29 14:12:18 2001
+++ doc/otherfiles/perl_modules.txt Mon Feb 18 17:15:28 2002
@@ -384,6 +384,21 @@
IO/Socket/INET.pm
IO/Socket/UNIX.pm
+
+**** IMPORTANT NOTE ****
+For things to work well for perl 5.005 (redhat 6.2)
+older versions of
+ /usr/lib/perl5/5.00503/i386-linux/IO.pm
+ /usr/lib/perl5/5.00503/i386-linux/IO/File.pm
+ /usr/lib/perl5/5.00503/i386-linux/IO/Handle.pm
+ /usr/lib/perl5/5.00503/i386-linux/IO/Pipe.pm
+ /usr/lib/perl5/5.00503/i386-linux/IO/Seekable.pm
+ /usr/lib/perl5/5.00503/i386-linux/IO/Select.pm
+ /usr/lib/perl5/5.00503/i386-linux/IO/Socket.pm
+ /usr/lib/perl5/5.00503/i386-linux/auto/IO/IO.so
+are needed (can rewrite with rpm -Uvh perl after
+installing LON-CAPA-systemperl).
+
perl Makefile.PL
make
make test