1822582 Members
3443 Online
109643 Solutions
New Discussion юеВ

Perl update

 
carlos_83
Occasional Advisor

Perl update

I have Perl 5.6.1 installed on a server running hp-ux 11i 64bits. I want to update to the newest version 5.8.1. I've downloaded this last one directly from https://www.beepz.com/personal/merijn/, but it didn't work. I tried with the one from HP, but it was the 32-bits version. I want to use Perl to compile an oracle script, but is there any problem if I install the 32-bits version?? Won't I have any problems with operating system or oracle?? I tried to remove the 5.6.1 version which was preinstalled on the server, but it wasn't successful. How can I do to update to the newest version?
5 REPLIES 5
H.Merijn Brand (procura
Honored Contributor

Re: Perl update

Why did it not work? What did not work?

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Kevin Wright
Honored Contributor

Re: Perl update

Download the source from perl.com, stable.tar, and build it with configure, make and make install.
Hemanth Gurunath Basrur
Honored Contributor

Re: Perl update

Hello Carlos,

Refer to this Webpage.

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL

Hope this helps.

Regards,
Hemanth
T G Manikandan
Honored Contributor

Re: Perl update

you can install the perl 5.8.0 from HP depot software

http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.8.0/
Stanimir
Trusted Contributor

Re: Perl update

Hi,
Try this link:
http://www.perl.com/CPAN/src/latest.tar.gz
It is standart source-distribution and was compiled without problems on all OS-versions.
Regards, Stan