Operating System - HP-UX
1833323 Members
3116 Online
110051 Solutions
New Discussion

Re: Setps to compile Perl

 
SOLVED
Go to solution
santosh jha
Frequent Advisor

Setps to compile Perl

Hey Guys ,

Could you give me steps for compiling perl 5 on HP-UX 11.11 .

Regards
Santosh Jha
6 REPLIES 6
Arunvijai_4
Honored Contributor

Re: Setps to compile Perl

Which version of perl you want to compile ? 5.6.x or 5.8.x ??

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
santosh jha
Frequent Advisor

Re: Setps to compile Perl

perl 5.6.2
Muthukumar_5
Honored Contributor
Solution

Re: Setps to compile Perl

It is easy.

Just Refer, INSTALL file in source. It will give all steps as,

# ./configure --PREFIX=
# make
# make test
# make install

or else get depot from,

http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.6/

hth.
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Setps to compile Perl

It may not be an easy task to do if you enable optional components..

#gunzip
#./Configure --help
#./Configure --
#gmake
#gmake test
# gmake install

Procura is the BEST person to answer this question..

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: Setps to compile Perl

Installation steps are from documentation as,

http://search.cpan.org/~rgarcia/perl-5.6.2/INSTALL

Perl-5.6.2 download:

http://search.cpan.org/~rgarcia/perl-5.6.2/

hth.
Easy to suggest when don't know about the problem!
VEL_1
Valued Contributor

Re: Setps to compile Perl

Hi,

Look at the following link which has compilation steps, dependencies & changes to the files on HP-UX 11.11 & 11.23 for perl 5.8.6.

http://hpux.connect.org.uk/hppd/cgi-bin/wwwtar?/hpux/Languages/perl-5.8.6/perl-5.8.6-src-11.11.tar.gz+perl-5.8.6/HPUX.Install+text

you can follow the above link.

Thanks.