HP3000-L Archives

February 2004, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Ken Hirsch <[log in to unmask]>
Reply To:
Ken Hirsch <[log in to unmask]>
Date:
Fri, 6 Feb 2004 16:50:25 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (64 lines)
First, you need to already have the C library "zlib" installed.  You can
compile it yourself from http://www.gzip.org/zlib/

Or, you can download it pre-compiled for MPE here:
http://invent3k.external.hp.com/~KEN.HIRSCH/libz.tar.gz
As MANAGER.SYS:
gunzip <libz.tar.gz | tar xvof -
mv libz.a /usr/local/lib/
(You may need to create /usr/local/lib)


Then, log on to MGR.PERL

I use a directory called /PERL/PUB/src.  It doesn't really matter where, but
you must use a directory rather than a top level MPE group

cd /PERL/PUB/src
[save Compress-Zlib-1.33.tar.gz here]
umask 022
gunzip <Compress-Zlib-1.33.tar.gz | tar xvof -
cd Compress-Zlib-1.33
perl Makefile.PL
make test
make install

See also http://invent3k.external.hp.com/~KEN.HIRSCH/perlinst.html
----- Original Message -----
From: "Eben Yong" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Friday, February 06, 2004 3:25 PM
Subject: [HP3000-L] how to install a PERL module on the HP3000


MPE Perl gurus!!

I'm trying to install the Compress::Zlib module onto the HP3000 for PERL
5.6.0.  I have downloaded the CPAN module, Compress-Zlib-1.33.tar.gz, but
now I'm "stuck".  I'm not sure where I should extract the files to on the
HP3000, and also uncertain as to how to actually get the module installed,
once the files have been extracted to their proper places.

I'm sure this is very easy, once the basics are known. can someone please
provide instructions?

Thanks as always!!

-------------------------------------
Eben Yong
MIS Manager
Health Plan of San Mateo
701 Gateway Blvd
South San Francisco, CA  94080
TEL:650-616-2010
FAX:707-281-2691
www.hpsm.org
[log in to unmask]
-------------------------------------

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2