- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sudo issue
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
04-15-2006 04:34 PM
04-15-2006 04:34 PM
But I get the following error when I run /usr/local/bin/sudoedit:
/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)
Any ideas why the error occurs?
- Kevin
(p.s. I did try adding /usr/local/lib to the SHLIB_PATH)
This is a list of all the dependencies I think are required. I've used tar to look in all the depots but can't find libdb-3.1.sl and also did a "find" on the HP-UX server for the library but can't find it. So I don't know from which product it's from.
autoconf-2.59
bison-2.1
db-4.4.20
flex-2.5.4a
gawk-3.1.5
gcc-4.1.0
gettext-0.14.5
heimdal-0.7.2
libgcc-4.1.0
libiconv-1.10
m4-1.4.4
make-3.80
openssl-0.9.8a
tcltk-8.4.12
texinfo-4.8
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 05:24 PM
04-15-2006 05:24 PM
SolutionAs an alternate, you can try installing the same version of Sudo from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 07:54 PM
04-15-2006 07:54 PM
Re: sudo issue
The alternate version provided will probably work for you because HP tested it.
Its unfortunately fairly common for depots from the archive and porting center to fail at install time.
The HP ported version of the program will include the library that is needed.
Including the directory in the SHLIB_PATH but not having the required file there is a futile effort to correct the situation. Sometimes searching for the file libdb-3.1.sl on the porting and archive center site can help you find a package with the required library in it.
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
04-15-2006 11:03 PM
04-15-2006 11:03 PM
Re: sudo issue
Install sudo from from the "Internet Express DVD" which came with hp-ux OS or download from below site.This works fine.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
-syaadm-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2006 08:59 AM
04-16-2006 08:59 AM
Re: sudo issue
Now I just have to learn how to setup the sudoers file and I'm good to go.
If you know of a good reference for setting up the sudoers file please post. As it didn't install a MAN page for sudoer just sudo.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2006 09:27 AM
04-16-2006 09:27 AM
Re: sudo issue
http://www.gratisoft.us/sudo/
You woulc also tru 'man visudo' and see if has any info. Also, the 'sudoers' file, does have documentation and examples in it.
Remember to use 'visudo' to edit the sudoers file.