1752546 Members
4634 Online
108788 Solutions
New Discussion юеВ

Installing Perl

 
SOLVED
Go to solution
N. Hanson
Occasional Contributor

Installing Perl

Want to install Perl 5.8.4 on HPUX. Do I need root access to do that?
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: Installing Perl

yes

as root

swinstall -s /full_path_of_perl.depot \*

Done

No boot.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Geoff Wild
Honored Contributor

Re: Installing Perl

Yes...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
H.Merijn Brand (procura
Honored Contributor

Re: Installing Perl

No :)

It completely depends where you got perl, and where you want to install it.

If you fetched a depot, yes, you need root, if you fetched a prebuilt binary tree, no you dont need root (but it would make your life easier anyway)

You can install (non-depot) perl's anywhere you like, including in your home folder

Be sure to set $PERL5LIB to include the new (non-standard) path

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
N. Hanson
Occasional Contributor

Re: Installing Perl

Merijn,
Would I find the prebuilt binary tree version at:

http://use.perl.org/articles/04/04/23/0951239.shtml

(ftp://ftp.cpan.org/pub/CPAN/src/perl-5.8.4.tar.gz (12094233 bytes) )

?
H.Merijn Brand (procura
Honored Contributor

Re: Installing Perl

No, that is the _source_ tree :)

Prebuilt binaries can - amongst other places - be found on my HP ITRC site pages (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

These also include the installation instructions. If you decide to not install under /opt, replace all /opt in the examples with the target folder of your choice, and set $PERL5LIB accordingly

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn