- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sudo depot for 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
04-17-2008 03:44 AM
04-17-2008 03:44 AM
I need to install sudo on some(10) 11.00 machines. Is there a depot available or do I have to make it?
I have looked in the usual place and can only fins depots for 11i:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.9p11/
Thanks Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 03:59 AM
04-17-2008 03:59 AM
Re: sudo depot for 11.00
http://www.cmve.net/~merijn/#Statistics
However, I don't think he has sudo.
;^(
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 03:59 AM
04-17-2008 03:59 AM
Re: sudo depot for 11.00
I am not sure below URL link help fully for U, anyway if U wants then U see this:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1208433432264+28353475&threadId=37724
Thanks--Yaqub
I am a Customer Advocate!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 04:03 AM
04-17-2008 04:03 AM
Re: sudo depot for 11.00
Download the source and compile it with these instructions.
http://www.unixcities.com/sudo/
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:04 AM
04-17-2008 05:04 AM
Re: sudo depot for 11.00
Downloaded the stable release and got this file: sudo-1.6.9p15.tar.tar
server > file sudo-1.6.9p15.tar.tar
sudo-1.6.9p15.tar.tar: awk program text
server > sh sudo-1.6.9p15.tar.tar
sh: sudo-1.6.9p15.tar.tar: Execute permission denied.
I suspect the firewall that scans the downloads has corrupted it.
:-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:58 AM
04-17-2008 05:58 AM
Re: sudo depot for 11.00
try:
tar -tvf sudo-1.6.9p15.tar.tar
to list the contents, or
tar -xvf sudo-1.6.9p15.tar.tar
to extract it. If the name is to be believed, it's a tar of a tar??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 06:06 AM
04-17-2008 06:06 AM
Re: sudo depot for 11.00
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 05:05 PM
05-08-2008 05:05 PM
Re: sudo depot for 11.00
[/usr/local/bin/sudo-1.6.9p16]
root@ns1.cardhealth.com# ./configure --with-CC=/usr/local/bin/pa20_32/bin/gcc \
> --with-incpath=/usr/local/bin/pa20_32/include --with-libpath=/usr/local/bin/pa20_32/lib \
> --with-blibpath=/usr/local/bin/pa20_32/lib
configure: Configuring Sudo version 1.6.9
configure: will pass -blibpath:/usr/local/bin/pa20_32/lib to the loader.
configure: Adding /usr/local/bin/pa20_32/include to CPPFLAGS
configure: Adding /usr/local/bin/pa20_32/lib to LDFLAGS
checking whether to lecture users the first time they run sudo... yes
checking whether sudo should log via syslog or to a file by default... syslog
checking which syslog facility sudo should log with... local2
checking at which syslog priority to log commands... notice
checking at which syslog priority to log failures... alert
checking how long a line in the log file should be... 80
checking whether sudo should ignore '.' or '' in $PATH... no
checking whether to send mail when a user is not in sudoers... yes
checking whether to send mail when user listed but not for this host... no
checking whether to send mail when a user tries a disallowed command... no
checking who should get the mail that sudo sends... root
checking for bad password prompt... Password:
checking for bad password message... Sorry, try again.
checking whether to expect fully qualified hosts in sudoers... no
checking for umask programs should be run with... 0022
checking for default user to run commands as... root
checking for editor that visudo should use... vi
checking whether to obey EDITOR and VISUAL environment variables... no
checking number of tries a user gets to enter their password... 3
checking time in minutes after which sudo will ask for a password again... 5
checking time in minutes after the password prompt will time out... 5
checking whether to use per-tty ticket files... no
checking whether to include insults... no
checking whether to override the user's path... no
checking whether to get ip addresses from the network interfaces... yes
checking whether stow should be used... no
checking whether to do user authentication by default... yes
checking whether to disable running the mailer as root... no
checking whether to disable shadow password support... no
checking whether root should be allowed to use sudo... yes
checking whether to log the hostname in the log file... no
checking whether to invoke a shell if sudo is given no arguments... no
checking whether to set $HOME to target user in shell mode... no
checking whether to disable 'command not found' messages... no
checking for egrep... egrep
checking for gcc... /usr/local/bin/pa20_32/bin/gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
CONFIG.LOG says
configure:3971: checking for egrep
configure:3987: found /usr/bin/egrep
configure:3998: result: egrep
configure:4064: checking for gcc
configure:4091: result: /usr/local/bin/pa20_32/bin/gcc
configure:4329: checking for C compiler version
configure:4336: /usr/local/bin/pa20_32/bin/gcc --version >&5
./configure[4337]: /usr/local/bin/pa20_32/bin/gcc: Execute permission denied.
configure:4339: $? = 126
configure:4346: /usr/local/bin/pa20_32/bin/gcc -v >&5
./configure[4347]: /usr/local/bin/pa20_32/bin/gcc: Execute permission denied.
configure:4349: $? = 126
configure:4356: /usr/local/bin/pa20_32/bin/gcc -V >&5
./configure[4357]: /usr/local/bin/pa20_32/bin/gcc: Execute permission denied.
configure:4359: $? = 126
configure:4382: checking for C compiler default output file name
configure:4409: /usr/local/bin/pa20_32/bin/gcc -I/usr/local/bin/pa20_32/include conftest.c >&
5
./configure[4410]: /usr/local/bin/pa20_32/bin/gcc: Execute permission denied.
configure:4412: $? = 126
configure:4450: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sudo"
my permissions are a mix between 777 and 755
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2008 11:47 AM
09-02-2008 11:47 AM
SolutionMark,
For 11.0 I took sudo1.6.9p16 and had to modify the configure program so as to not build for NOEXEC which 11.0 doesn't support. I believe I added a line around line:
enable_noexec=no
enable_shared=yes
After running configure that builds the Makefile I may have also hacked Makefile to uncomment anything related to noexec so it wouldn't try to build a sudo_noexec.
With that I was able to successfully run
make install
John Creighton
jpcreighton@pplweb.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2008 04:21 PM
12-10-2008 04:21 PM