- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sudo on HP-UX 11.00
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
01-27-2006 09:31 AM
01-27-2006 09:31 AM
I can't seem to find one.
Thank you
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 09:39 AM
01-27-2006 09:39 AM
Re: sudo on HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 09:46 AM
01-27-2006 09:46 AM
SolutionYou can download it from here:
http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&description=on&term=sudo
Also check for details:
http://www.courtesan.com/sudo/current.html
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 07:55 AM
01-30-2006 07:55 AM
Re: sudo on HP-UX 11.00
I've installed gcc & the executable is in /usr/local/bin. The configure script runs successfully. I"m running into problem when I run the make command though. Here's the error message any idea.
I haven't forgotten about the points, I'm just waiting until I get this figured out, so determine how many.
Thank you.
Gary - Error message follows...
make
/bin/sh ./libtool --mode=link /usr/local/bin/gcc -o sudo_noexec.la sudo
_noexec.lo -avoid-version -rpath /usr/local/libexec
/usr/local/bin/gcc -shared -fPIC -Wl,+h -Wl,sudo_noexec.sl -Wl,+b -Wl,/usr/local
/libexec -o .libs/sudo_noexec.sl .libs/sudo_noexec.o -lc
/usr/ccs/bin/ld: DP relative code in file .libs/sudo_noexec.o - shared library m
ust be position
independent. Use +z or +Z to recompile.
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 08:15 AM
01-30-2006 08:15 AM
Re: sudo on HP-UX 11.00
Not having an ANSI/C or aCC HP compiler makes things a little more difficult to build than they would be otherwise but gcc should get you there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 03:15 AM
01-31-2006 03:15 AM
Re: sudo on HP-UX 11.00
I needed to do a clean up from the attempt to compile before I had gcc properly configured.
Everything appears to be working now.
Thanks for all your help.
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 03:49 AM
01-31-2006 03:49 AM