- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SHLIB_PATH with inted
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
10-18-2004 02:45 AM
10-18-2004 02:45 AM
SHLIB_PATH with inted
I installed the precompiled samba 3.0.5 version and all required tools for HP-UX 11.11 from the samba.org-website.
There seams to be a configration-leak in this depot. So I had to set SHLIB_PATH=/usr/lib in /sbin/init.d/sama to fix the errormessage "Can't find path for shared library: libcrypto.sl".
This works on samba startup. But the error resumes in the web-browser, on connecting the swat-deamon on port 901.
Is it possible to manipulate the SHLIB_PATH variable for tools, that are startet with the inetd ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:06 AM
10-18-2004 03:06 AM
Re: SHLIB_PATH with inted
This should take care ot SWAT error.
You would need to do as follows.
chatr +s enable +enable
This would, enable to look for SHLIB_PATH first. Try it.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:20 AM
10-18-2004 03:20 AM
Re: SHLIB_PATH with inted
chatr +s enable +b enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 01:21 AM
10-20-2004 01:21 AM
Re: SHLIB_PATH with inted
I tried the options you set to chatr but these doesn't work.
On additional searches I found the ldd-comand. ldd lists all shared lib's with their default directory and those, where the library is really found.
For every entry, whom default directory don't exist I created a link to the real lib.
That works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:04 AM
10-20-2004 02:04 AM
Re: SHLIB_PATH with inted
But hey, if you know where the shared libaries, why not move it to the right place ?
# chatr `which swat` | grep embedded
# mv /wherever/the/sls/are/present /embedded/path/