- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setps to compile Perl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:16 PM
10-18-2005 09:16 PM
Could you give me steps for compiling perl 5 on HP-UX 11.11 .
Regards
Santosh Jha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:20 PM
10-18-2005 09:20 PM
Re: Setps to compile Perl
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:22 PM
10-18-2005 09:22 PM
Re: Setps to compile Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:28 PM
10-18-2005 09:28 PM
SolutionJust 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:31 PM
10-18-2005 09:31 PM
Re: Setps to compile Perl
#gunzip
#./Configure --help
#./Configure --
#gmake
#gmake test
# gmake install
Procura is the BEST person to answer this question..
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:32 PM
10-18-2005 09:32 PM
Re: Setps to compile Perl
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:40 PM
10-18-2005 09:40 PM
Re: Setps to compile Perl
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.