- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: perl 5.6.1 - install module fails
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
08-22-2002 05:38 AM
08-22-2002 05:38 AM
swm-hp==>perl Makefile.PL
Testing alignment requirements for U32... (Bundled) cc: warning 480: The -A opti
on is available only with the C/ANSI C product; ignored.
(Bundled) cc: "/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/perl.h", line 538: error 100
0: Unexpected symbol: "nbytes".
(Bundled) cc: "/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/perl.h", line 539: error 100
0: Unexpected symbol: "elements".
(Bundled) cc: "/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/perl.h", line 540: error 100
0: Unexpected symbol: "size_t".
More errors continue along the same lines as above.
The attached file has the entire output, along with the makefile attempt with the -P option and a -V output for reference purposes.
It's a relatively new machine, and perl 5.6.1 was installed as a depot package.
Thanks for the help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 05:45 AM
08-22-2002 05:45 AM
Re: perl 5.6.1 - install module fails
https://www.beepz.com/personal/merijn/#Perl
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 05:45 AM
08-22-2002 05:45 AM
Re: perl 5.6.1 - install module fails
HP's Bundled C-Compiler CC is not the best compiler around (to say the least)
so you better install HP-Ansi C or Softbench C compiler ($$$) or go with
gcc (it is better to compile perl and all the xs modules with the same compiler)
With the installed archive of perl you have you should use HP Ansi C compiler
(available on an Add-ON CD from HP, ask your Unix-Support, they probably have
a depot for it)
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 07:24 AM
08-22-2002 07:24 AM
Solution5.8.0 is the latest stable, and it has Digest-MD5 in the core modules.
If you plan to add other XS modules (modules that need an ANSI C compiler), also fetch the appropriate gcc-3.2 build, so that the options to the C compiler match. If you don't, you are heading for big trouble. Please *do* read the notes about gcc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 04:47 AM
08-23-2002 04:47 AM
Re: perl 5.6.1 - install module fails
Used the configuration flags I saw in another perl post to this site to do the build. All tested and installed.
Also ended up getting perl 5.8.0 instead of reinstalling 5.6.1.
Thanks for the help - I'm a HP newbie and appreciate the quick responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 04:49 AM
08-23-2002 04:49 AM
Re: perl 5.6.1 - install module fails
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 04:53 AM
08-23-2002 04:53 AM
Re: perl 5.6.1 - install module fails
So, points for everyone!
I did give procura some points but for some reason the site here doesn't like the konqueror browser, so I'll do it again.
All the best.