HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Upgraded Perl - and now stuff broke - help
Operating System - HP-UX
1832617
Members
3516
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-21-2001 11:23 AM
09-21-2001 11:23 AM
Upgraded Perl - and now stuff broke - help
I upgraded perl from 5.04_04 to 5.6.1 and now our application choaks with the following error. Has anyone ever seen errors like this before after upgrading perl and trying to run existing code ? When I do an NM on that SecAPI.sl library, boot_SecAPI is present so I don't know why it would complain. Any help would be greatly appreciated.... I've recompiled it over and over with different options - still same errors. It seems like it can't find/load the SECAPI module, but it's present and runs fine when I compile and run perl5_04.05 against it.
$ ./oasis.pl
Subroutine basename redefined at /opt/perl5_6.1/lib/5.6.1/Shell.pm line 23.
Can't find 'boot_SecAPI' symbol in /app/prod/oasis/server/scripts/lib/arch/auto/SecAPI/SecAPI.sl
at /app/prod/oasis/server/scripts/lib/../oasis_sec_lib.pl line 14
Compilation failed in require at /app/prod/oasis/server/scripts/lib/../oasis_sec_lib.pl line 14.
BEGIN failed--compilation aborted at /app/prod/oasis/server/scripts/lib/../oasis_sec_lib.pl line 14.
Compilation failed in require at /app/prod/oasis/server/scripts/lib/Oasis.pm line 13.
Compilation failed in require at ./oasis.pl line 9.
BEGIN failed--compilation aborted at ./oasis.pl line 9.
$ ./oasis.pl
Subroutine basename redefined at /opt/perl5_6.1/lib/5.6.1/Shell.pm line 23.
Can't find 'boot_SecAPI' symbol in /app/prod/oasis/server/scripts/lib/arch/auto/SecAPI/SecAPI.sl
at /app/prod/oasis/server/scripts/lib/../oasis_sec_lib.pl line 14
Compilation failed in require at /app/prod/oasis/server/scripts/lib/../oasis_sec_lib.pl line 14.
BEGIN failed--compilation aborted at /app/prod/oasis/server/scripts/lib/../oasis_sec_lib.pl line 14.
Compilation failed in require at /app/prod/oasis/server/scripts/lib/Oasis.pm line 13.
Compilation failed in require at ./oasis.pl line 9.
BEGIN failed--compilation aborted at ./oasis.pl line 9.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 11:47 AM
09-21-2001 11:47 AM
Re: Upgraded Perl - and now stuff broke - help
Alan,
If you still have the older perl binary around you can do a perl -V to see the options used to build the binary. I have a feeling that you've used some library in the original build that you might have forgotten when you build 5.61.
I've had problems building DBD and DBI and had to rebuild perl with -lpthread and -lcl.
Hope this helps.
-Santosh
If you still have the older perl binary around you can do a perl -V to see the options used to build the binary. I have a feeling that you've used some library in the original build that you might have forgotten when you build 5.61.
I've had problems building DBD and DBI and had to rebuild perl with -lpthread and -lcl.
Hope this helps.
-Santosh
Life is what's happening while you're busy making other plans
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP