HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security hardening hpux 11.23 itanium
Operating System - HP-UX
1834630
Members
3026
Online
110069
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
05-29-2009 10:33 AM
05-29-2009 10:33 AM
Re: Security hardening hpux 11.23 itanium
If you look in the genclntsh script, the error
"Failed to link libclntsh.so.10.1"
appears after the following statement
${LD} ${LD_RUNTIME} ${LD_OPT} ${LD_OUT} ${LD_SELF_CONTAINED} ${OCLIENT_ON} \
${DEF_ON} ${NAUTAB} ${NAETAB} ${NAEDHS} ${SYMS_XDK} ${SYMS_SQL} \
${SYMS_PLSQL} ${SYMS_OCIC} ${SYMS_LDAP} ${SYMS_NETWORK} ${SYMS_XNET} ${OLIBS} \
${SYSLIBS} ${USRLIBS} > ${MAPFILE} 2>&1
If you notice the "> ${MAPFILE}" at the end of the long LD statement, this is where the library file libclntsh.so.10.1 is created. I still claim that the file libclntsh.so.10.1 exists and it is owned by root, that's why
the subsequent genclntsh commands when run as oracle fail.
So, if you have not yet checked for an existing libclntsh.so.10.1 file that is owned by root, do so. It would take you only a few seconds. The file should be in
$ORACLE_HOME/lib/libclntsh.so.10.1
and
$ORACLE_HOME/lib32/libclntsh.so.10.1
PS. The genclntsh script is in $ORACLE_HOME/bin
"Failed to link libclntsh.so.10.1"
appears after the following statement
${LD} ${LD_RUNTIME} ${LD_OPT} ${LD_OUT} ${LD_SELF_CONTAINED} ${OCLIENT_ON} \
${DEF_ON} ${NAUTAB} ${NAETAB} ${NAEDHS} ${SYMS_XDK} ${SYMS_SQL} \
${SYMS_PLSQL} ${SYMS_OCIC} ${SYMS_LDAP} ${SYMS_NETWORK} ${SYMS_XNET} ${OLIBS} \
${SYSLIBS} ${USRLIBS} > ${MAPFILE} 2>&1
If you notice the "> ${MAPFILE}" at the end of the long LD statement, this is where the library file libclntsh.so.10.1 is created. I still claim that the file libclntsh.so.10.1 exists and it is owned by root, that's why
the subsequent genclntsh commands when run as oracle fail.
So, if you have not yet checked for an existing libclntsh.so.10.1 file that is owned by root, do so. It would take you only a few seconds. The file should be in
$ORACLE_HOME/lib/libclntsh.so.10.1
and
$ORACLE_HOME/lib32/libclntsh.so.10.1
PS. The genclntsh script is in $ORACLE_HOME/bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2009 01:01 AM
05-30-2009 01:01 AM
Re: Security hardening hpux 11.23 itanium
>are there any other variables other than the 'env' variable that we could compare against to see why one oracle user is different from the other one?
env(1) is a command that lists the exported variables.
To compare two users, you should sort then compare:
env | sort > user_A.env
...
comm -3 user_A.env user_B.env
env(1) is a command that lists the exported variables.
To compare two users, you should sort then compare:
env | sort > user_A.env
...
comm -3 user_A.env user_B.env
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 10:55 AM
09-23-2010 10:55 AM
Re: Security hardening hpux 11.23 itanium
Did somebody find solution to this ?. I also have same type of problem for PRO*C program compilaton. My libclntsh.so file is ZERO bytes and there is no libclntsh.so.10.1 file in ORACLE_HOME.
- « Previous
-
- 1
- 2
- Next »
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