Operating System - HP-UX
1836868 Members
2224 Online
110110 Solutions
New Discussion

Re: install perl 5.61 on itanium

 
Wanda Canade'
Advisor

install perl 5.61 on itanium

Can I install perl 5.6.1 on itanium2 (HP-UX B.11.23 ia64) ?
Where can i find binaries ?
I tried to install source code downloaded from CPAN sites but it doen't work?
Can help me?
thanks in advance
Mariella
9 REPLIES 9
Geoff Wild
Honored Contributor

Re: install perl 5.61 on itanium

You can ge binary depot here:

http://hpux.ee.ualberta.ca/hppd/hpux/Languages/perl-5.8.7/

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.
Robert-Jan Goossens
Honored Contributor

Re: install perl 5.61 on itanium

Hi,

The latest perl 5.8.7 for 11.23 is available from the porting center.

http://hpux.cs.utah.edu/ftp/hpux/Languages/perl-5.8.7/perl-5.8.7-ia64-11.23.depot.gz

HTH,
Robert-Jan
Wanda Canade'
Advisor

Re: install perl 5.61 on itanium

I need perl 5.6.1 binaries.
Is it possible to download this old version?
Thanks
Oviwan
Honored Contributor

Re: install perl 5.61 on itanium

Hi,

you tried this?
ftp://ftp.cpan.org/pub/CPAN/src/5.0/

Regards
Geoff Wild
Honored Contributor

Re: install perl 5.61 on itanium

I don't think there ever were 5.6.1 binaries for Itanium...

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.
Wanda Canade'
Advisor

Re: install perl 5.61 on itanium

I try to use source perl 5.6.1 but I can't compile. Have I to use some specific settings to configure makefile? which ones?
Thanks
James R. Ferguson
Acclaimed Contributor

Re: install perl 5.61 on itanium

Hi:

You can get 5.8.0, 5.8.2 or 5.8.3 binaries for Itanium servers from HP:

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

Regards!

...JRF...
H.Merijn Brand (procura
Honored Contributor

Re: install perl 5.61 on itanium

Will 5.6.2 do? it's binary compatable with 5.6.1, but the distribution had some configuration changes to make building easier on more modern systems, and more modern compilers.

Please try to build 5.6.2 with either HP C-ANSI-C or GNU gcc (preferably 3.4.4, 3.4.5 but 4.0.2 should also work)

Please tell me if you find any trouble.

I will have access to a rx1620 with HP-UX 11.23 pretty soon now, and I plan to check all configuration for HP-UX on it, and note my findings in README.hpux and hinst/hpux.sh

README.hpux is essential reading, and when you still have trouble, see if hints/hpux.sh needs a change for your config to work, and make sure you mail me

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Wanda Canade'
Advisor

Re: install perl 5.61 on itanium

I installed perl and some modules , it seems work.
But my perl program produced this error:
"Can't prepare SELECT... ORA-01062: unable to allocate memory for define buffer (DBD ERROR: OCIDefineByPos)"

On hp 8000 PA-RISC platform the same program works fine whith 5.6.1 perl version

any ideas?

Thanks!!