- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- su or exec login does not work
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
06-23-2006 04:20 PM
06-23-2006 04:20 PM
su or exec login does not work
I have the following problem:
# su - hobbit
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libdb-3.1.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
# exec login
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libdb-3.1.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
Regards
Lars Ebeling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 04:35 PM
06-23-2006 04:35 PM
Re: su or exec login does not work
I am running HP-UX 11.11 on D-Class server.
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 04:43 PM
06-23-2006 04:43 PM
Re: su or exec login does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 04:47 PM
06-23-2006 04:47 PM
Re: su or exec login does not work
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 05:02 PM
06-23-2006 05:02 PM
Re: su or exec login does not work
Just plain telnet/ssh using that accounts directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 05:25 PM
06-23-2006 05:25 PM
Re: su or exec login does not work
And also /usr/bin/su and /usr/bin/login
But su has worked all the time until today.
ldd gives that the files in /usr/local/bin use libdb3....
The files in /usr/bin works.
I am trying to get Cyrus-SASL to work
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 05:50 PM
06-23-2006 05:50 PM
Re: su or exec login does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 06:42 PM
06-23-2006 06:42 PM
Re: su or exec login does not work
Removing heimdal fixed the problem.
Lars