HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: libc.2
Operating System - HP-UX
1833875
Members
1656
Online
110063
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
Go to solution
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
03-18-2003 06:56 AM
03-18-2003 06:56 AM
Patch PHCO_25640 does not contain libc.2. The error we are seeing is supposedly fixed by this patch. How? The description of the patch contains this: In a system with more than one set of locale libraries to be used by libc.1 and libc.2, libc.1 will use the wrong set of
locale libraries for the C locale. libc.1 needs to be
changed to use the locale libraries in the /usr/lib/nls/loc/locales.1 directory instead of /usr/lib/nls/loc/locales, which is a symbolic link to /usr/lib/nls/loc/locales.2 on a HP-UX 10.30 system. This
patch is needed for an HP-UX 10.20 machine if that machine is being used to build applications which you intend to run on future releases of HP-UX. This patch is not needed for
correct operation of programs on HP-UX 10.20 system, because
/usr/lib/nls/loc/locales is a symbolic link to /usr/lib/nls/loc/locales.1.
locale libraries for the C locale. libc.1 needs to be
changed to use the locale libraries in the /usr/lib/nls/loc/locales.1 directory instead of /usr/lib/nls/loc/locales, which is a symbolic link to /usr/lib/nls/loc/locales.2 on a HP-UX 10.30 system. This
patch is needed for an HP-UX 10.20 machine if that machine is being used to build applications which you intend to run on future releases of HP-UX. This patch is not needed for
correct operation of programs on HP-UX 10.20 system, because
/usr/lib/nls/loc/locales is a symbolic link to /usr/lib/nls/loc/locales.1.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 07:27 AM
03-18-2003 07:27 AM
Re: libc.2
Hi
If you look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbfcd7680e012d71190050090279cd0f9,00.html
You will see that libc.2 is an 11.00 library and does not exist on 10.20
You cannot work like that.
try ln -s /usr/lib/libc.1 /usr/lib/libc.2 to make a library for your tests.
steve Steel
If you look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbfcd7680e012d71190050090279cd0f9,00.html
You will see that libc.2 is an 11.00 library and does not exist on 10.20
You cannot work like that.
try ln -s /usr/lib/libc.1 /usr/lib/libc.2 to make a library for your tests.
steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 07:42 AM
03-18-2003 07:42 AM
Re: libc.2
I have seen that resolution. It does not require the patch 25640 and appears to be a workaround.
Maybe my question should be more: If patch PHCO_25640 fixes the libc.2 problem, why do I not see libc.2 after loading the patch?
Please, I am looking for an answer and not a guess.
Maybe my question should be more: If patch PHCO_25640 fixes the libc.2 problem, why do I not see libc.2 after loading the patch?
Please, I am looking for an answer and not a guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 08:04 AM
03-18-2003 08:04 AM
Solution
Hi
The answer there is a guess
cksum(1) Output:
1301699881 2457128 /usr/lib/libc.a
2010868942 2642540 /usr/lib/libp/libc.a
262988033 2629642 /usr/lib/libpicc.a
2204979180 1867776 /usr/lib/libc.1
3794055262 12292 /usr/lib/libdbm.1
271691768 704 /usr/lib/year2000.o
Patch Conflicts: None
Is the output of 25640 and does not include libc.2
libc.2 is for 11.x and if you need to use it here you need to use a fix
see
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cab3a7b3682d611abdb0090277a778c,00.html
comment from olav baadsvik for the real truth.
Steve steel
The answer there is a guess
cksum(1) Output:
1301699881 2457128 /usr/lib/libc.a
2010868942 2642540 /usr/lib/libp/libc.a
262988033 2629642 /usr/lib/libpicc.a
2204979180 1867776 /usr/lib/libc.1
3794055262 12292 /usr/lib/libdbm.1
271691768 704 /usr/lib/year2000.o
Patch Conflicts: None
Is the output of 25640 and does not include libc.2
libc.2 is for 11.x and if you need to use it here you need to use a fix
see
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cab3a7b3682d611abdb0090277a778c,00.html
comment from olav baadsvik for the real truth.
Steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
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