- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing the embedded library search path
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-03-2006 07:41 PM
08-03-2006 07:41 PM
I have a binary only library (Oracle10g Instant Client) which uses an embedded library search path that i would like to change. Can the embedded search path be changed somehow?
Are there other mechanisms on HP-UX 11i v1 for setting the library search path in addition to the embedded search path and environment variables? I would like to try and avoid using environment variables.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 09:57 PM
08-03-2006 09:57 PM
Re: Changing the embedded library search path
You may wish to avoid environment variables but Oracle absolutely, positively won't work without the correct SHLIB_PATH
To avoid messing up the system, I would make special environment files for the oracle user to run right before starting the database or client.
Sorry, Oracle is an environmental beast.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 09:58 PM
08-03-2006 09:58 PM
SolutionI doubt you can change a 'hardcoded' path.
Are you sure you have set all your environment variables (SLIB_PATH,PATH,LD_LIBRARY_PATH ...)
Alternatively you may want to look at creating a link between the 'hardcoded' path and the actual location.
Any more details available ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 10:16 PM
08-03-2006 10:16 PM
Re: Changing the embedded library search path
For this reason I've found that it's simpler to link the installation path to the embedded search dir. This is slightly problematic from a system administration point of view but still acceptable. I wanted to make sure if this change could be bundled somehow with our application but apparently this is not possible.
Thanks for your help Steven and Peter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 10:32 PM
08-03-2006 10:32 PM
Re: Changing the embedded library search path
I think, you can use "chatr" to do this. Check the man page for more information.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 01:36 AM
08-07-2006 01:36 AM