The Daily Static
  The Daily Static
UF Archives
Register
UF Membership
Ad Free Site
Postcards
Community

Geekfinder
UFie Gear
Advertise on UF

Forum Rules
& FAQ


Username

Password


Create a New Account

 
 

Back to UserFriendly Strip Comments Index

Perl Question by nimdokk2001-11-07 15:54:29
  My own perl question... by Arienadean2001-11-07 21:10:08
    this works on RH systems and should work on others by nawft 2001-11-07 21:21:21
INSTALL. 

A. DECOMPRESS 

Decompress the file with gzip -d yourmodule.tar.gz 

You can get gzip from ftp://prep.ai.mit.edu/pub/gnu. 

Or, you can combine this step with the next to save disk space:      gzip -dc yourmodule.tar.gz | tar -xof -
(or, this is Nathan's trick "tar -xvzf yourmodule.tar.gz" since that also does both steps.)



B. UNPACK 

Unpack the result with tar -xof yourmodule.tar 

C. BUILD 

Go into the newly-created directory and type:       perl Makefile.PL
      make
      make test



D. INSTALL 

While still in that directory, type:       make install



Make sure you have appropriate permissions to install the module in your Perl 5 library directory. Often, you'll need to be root. 
[ Reply ]
      thanks :) (n/t) by Arienadean2001-11-07 22:26:00

 

[Todays Cartoon Discussion] [News Index]

Come get yer ARS (Account Registration System) Source Code here!
All images, characters, content and text are copyrighted and trademarks of J.D. Frazer except where other ownership applies. Don't do bad things, we have lawyers.
UserFriendly.Org and its operators are not liable for comments or content posted by its visitors, and will cheerfully assist the lawful authorities in hunting down script-kiddies, spammers and other net scum. And if you're really bad, we'll call your mom. (We're not kidding, we've done it before.)