Andrea Whitlock
 
May 13, 2008

 

Home | About This Site | Contact | Access Statistics






 
  Email Me
  Résumé
  HTMLPerlSETI
  Remote Controls
  Home Theater
  For Sale
  Public Links
  Private Links



  HTMLPerlSETI      09/02/2002 version 0.17

MODULES : HTMLPerlSETI

The current version of HTMLPerlSETI requires the SETI::Stats and LWP (libwww) Perl modules. If you do not want to install any Perl modules, please get version 0.4 of HTMLPerlSETI and run it in "noexpect" mode. Be sure to read the documentation that comes with that version of HTMLPerlSETI for other requirements (like the PerlSETI script). And realize that older versions of HTMLPerlSETI are no longer supported.

If you get errors similar to the following, you need to install the module(s):
  • seti@amanda{~}: htmlperlseti.pl
  • Can't locate SETI/Stats.pm in @INC
    (@INC contains:
    /usr/local/lib/perl5/5.00502/sun4-solaris
  • /usr/local/lib/perl5/5.00502
    /usr/local/lib/perl5/site_perl/5.005/sun4-solaris
  • /usr/local/lib/perl5/site_perl/5.005 .) at ./htmlperlseti.pl line 165.
  • BEGIN failed--compilation aborted at ./htmlperlseti.pl line 165.
The SETI-Stats module, the LWP module, and its required modules are available from the Comprehensive Perl Archive Network at:

Module URL
LWP
 
perl.com/CPAN/modules/by-module/LWP
get libwww-perl-X.Y.tar.gz
URI
 
perl.com/CPAN/modules/by-module/URI
get URI-X.Y.tar.gz
MIME-Base64 
 
perl.com/CPAN/modules/by-module/MIME
get MIME-Base64-X.Y.tar.gz
HTML-Parser 
 
perl.com/CPAN/modules/by-module/HTML
get HTML-Parser-X.Y.tar.gz
libnet
 
perl.com/CPAN/modules/by-module/Net
get libnet-X.Y.tar.gz
Digest-MD5 perl.com/CPAN/modules/by-module/MD5
get Digest-MD5-X.Y.tar.gz
SETI-Stats perl.com/CPAN/modules/by- authors/id/M/MH/MHAMILTON
get SETI-Stats-1.06.tar.gz
(X and Y represent version numbers. For instance, Expect.pm-1.07.tar.gz. A good rule of thumb is to get the latest version.)

You need to compile and install the module(s). Here are some rough guidelines. (See the module documentation for specifics.)

1. Unpack the module.

    gunzip -c filename.tar.gz | tar xvf -

2. Compile the module.

    perl Makefile.PL
    make

3. Install the module.

    make install

You usually install the module as root, but if this is not possible, install into a local directory with:

    perl Makefile.PL PREFIX=localdir
    make install

(For instance, "perl Makefile.PL PREFIX=/home/andrea/perl".) Then invoke the HTMLPerlSETI script with -Ilocaldir or set up a PERL5LIB environment variable that includes localdir (read the man page on perlrun for more info).

Remember to read the documentation that comes with the module.

 
   
 < Back a Page Top of Page  ^