--- doc/otherfiles/perl_modules.txt 2001/10/05 04:13:39 1.4 +++ doc/otherfiles/perl_modules.txt 2002/03/02 05:17:00 1.11 @@ -2,6 +2,7 @@ LON-CAPA perl modules Scott Harrison May 28, 2001 October 4, 2001 +October 20, 2001 Beginning to index the perl modules @@ -13,6 +14,44 @@ to see if you have all the perl modules Not ordinarily on a 6.2 or 7.1 system +----------------------------------------------- Digest +***NEED TO HAVE DIGEST::MD5, etc IN HERE*** + +----------------------------------------------- Math-FFT +http://www.linuxjar.com/CPAN/authors/id/R/RK/RKOBES/Math-FFT-0.25.tar.gz +Randy Kobes [randy@theoryx5.uwinnipeg.ca] + +The Math::FFT module provides an interface to various +Fast Fourier Transform (FFT) routines of the C routine of fft4g.c, +available at http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html. +The one-dimensional data sets, of size 2^n, are assumed +to be sampled at a constant rate. + + +----------------------------------------------- GDTextUtil +http://www.cpan.org/authors/id/MVERB/GDTextUtil-0.80.tar.gz +This are Text utilities for use with the GD drawing package. + +----------------------------------------------- GDGraph3d + http://www.cpan.org/authors/id/W/WA/WADG/GDGraph3d-0.56.tar.gz +provides 3D graphs for the GD::Graph module by Martien Verbruggen +AUTHOR + Jeremy Wadsack for Wadsack-Allen Digital Group. + + +----------------------------------------------- GDGraph +http://www.cpan.org/authors/id/MVERB/GDGraph-1.33.tar.gz +a package to generate charts +AUTHOR + +Martien Verbruggen +mgjv@tradingpost.com.au + +FIRST PNG PORT as Chart::PNGgraph + +Steve Bonds +sbonds@agora.rdrop.com + ----------------------------------------------- Math-Cephes http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz The Math::Cephes module provides a perl interface to over @@ -32,7 +71,7 @@ make install files ----------------------------------------------- Math-Random -http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.61.tar.gz +http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.64.tar.gz Written by Geoffrey Rommel, John Venier and Barry W. Brown. We use this for the encoded randomizing functions needed for LON-CAPA homework @@ -47,6 +86,7 @@ make install ----------------------------------------------- GD-Barcode http://www.cpan.org/modules/by-module/GD/GD-Barcode-1.13.tar.gz +Kawai Takanori [GCD00051@nifty.ne.jp] GD/Barcode.pm GD/Barcode/COOP2of5.pm GD/Barcode/Code39.pm @@ -68,14 +108,21 @@ make install ----------------------------------------------- GD http://www.cpan.org/modules/by-module/GD/GD-1.33.tar.gz GD.pm +Lincoln D. Stein [lstein@cshl.org] Note: need gd-devel rpm for this and libpng-devel and freetype-devel - this command: ln -s /usr/X11R6/lib/libX11.so.6 /usr/X11R6/lib/libX11.so - this command: ln -s /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so + and X11-devel +#no this command: ln -s /usr/X11R6/lib/libX11.so.6 /usr/X11R6/lib/libX11.so +#no this command: ln -s /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so perl Makefile.PL +Please choose the features that match how libgd was built: +Build JPEG support? [y] +Build FreeType support? [y] +Build XPM support? [y] + make make test (as root) @@ -165,6 +212,7 @@ Gisle Aas [gisle@aas.no] ---------------------------------------------- IO-stringy http://www.cpan.org/authors/id/E/ER/ERYQ/IO-stringy-2.108.tar.gz +(needed by MIME-tools) ---------------------------------------------- MIME-Base64 http://www.cpan.org/authors/id/G/GA/GAAS/MIME-Base64-2.12.tar.gz @@ -259,7 +307,7 @@ Jeff Horwitz [jeff@smashing.org] Authen/Krb4.pm ---------------------------------------------- Crypt-DES/IDEA -http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-0.01.tar.gz +http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.03.tar.gz http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-IDEA-1.01.tar.gz Dave Paris [amused@pobox.com] Crypt/DES.pm @@ -320,6 +368,12 @@ make[1]: Leaving directory `/home/user/M make[1]: Entering directory `/home/user/Msql-Mysql-modules-1.2215/mysql' PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t +To test, make sure that root does not have a password +in the mysql::user table. (You should reset the password +after this with mysqladmin -u root password 'new-password'). + +---------------------------------------------- mod_perl +http://www.cpan.org/authors/id/DOUGM/mod_perl-1.26.tar.gz Just 6.2 needs these extras @@ -331,6 +385,21 @@ Graham Barr [gbarr@pobox.com] 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