- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where to download glibc for HP-UX 11.31
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-29-2020 02:53 PM - last edited on тАО10-06-2020 02:39 AM by Parvez_Admin
тАО09-29-2020 02:53 PM - last edited on тАО10-06-2020 02:39 AM by Parvez_Admin
Hi all,
I need to install the glibc library on HP-UX 11.31
Please, where can I get the packe for download
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2020 02:45 AM
тАО09-30-2020 02:45 AM
Re: where download glibc for HP-UX 11.31
Your requirement is not very clear. In case, you are looking for C/C++ compiler, for development purpose, you need to purchase the license for it.
However, you can get some archived libraries, compatible with HP-UX 11.31, at the following link :
For any specific requirement, it is advisable to open case with HPE Support Center so that your individual requirement could be addressed.
Best Regards,
I work for HPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2020 08:24 AM
тАО09-30-2020 08:24 AM
Re: where download glibc for HP-UX 11.31
The backup staff is asking me to install the glibc library because they have a problem trying to integrate an Oracle database with data protector 10.30
The integration is required to restore an Oracle database that was backed up with data protector 10.30 on an HP-UX 11.31 server and is required to restore on a second HP-UX 11.31 serve
When running the DP integration, it displays the following message:
Cannot execute '/opt/omni/lbin/ob2rman.pl' ([13] Permission denied) => aborting
Apparently the above message is due to the lack of the glibc library
Check the libraries installed in HP-UX 11.31 and I found the following one already installed, but I don't know if there is a library for HP-UX with the name glibc
swlist -l patch | fgrep "libc cumulative"
# PHCO_40846 1.0 libc cumulative header file patch
# PHCO_44212 1.0 libc cumulative patch
Additionally the permission of ob2rman.pl are:
ll /opt/omni/lbin/ob2rman.pl
-r-xr-xr-x 1 root sys 140098 Feb 27 2019 /opt/omni/lbin/ob2rman.pl
Can someone please tell me if there is a library named glibc for HP-UX 11.31 ???
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2020 12:47 PM
тАО09-30-2020 12:47 PM
Solution> Cannot execute '/opt/omni/lbin/ob2rman.pl' ([13] Permission denied) =>
> aborting
> Apparently the above message is due to the lack of the glibc library
It's not apparent to me. How did you decide that that error message
is related in any way to a glibc?
".pl" suggests (to me) a Perl script. I can't see that script. Does
it specify a Perl executable ("#!")? Can you execute that Perl program?
Is there a problem with your Perl installation?
> [...] I don't know if there is a library for HP-UX with the name glibc
> [...]
As the simplest Web search would reveal, glibc is "The GNU C
Library"; it is not part of HP-UX.