- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem compiling sudo 1.6.8p1 for HPUX11 32-bit (...
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
11-16-2004 03:27 AM
11-16-2004 03:27 AM
When trying to compile sudo from source on my 11.00 32bit machine I get the following error output from ./configure
###############################
checking for C compiler default output... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
###############################
The offending entry in config.log is as follows:
###############################
configure:3889: checking for C compiler default output
configure:3892: cc conftest.c >&5
configure:3895: $? = 0
configure:3941: result: a.out
configure:3946: checking whether the C compiler works
configure:3952: ./a.out
./configure[3953]: ./a.out: Execute permission denied.
configure:3955: $? = 126
configure:3962: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
###############################
Any ideas?
Thanks,
Tony
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 03:32 AM
11-16-2004 03:32 AM
Re: Problem compiling sudo 1.6.8p1 for HPUX11 32-bit (problem)
Not an answer to your question, but you can download a precompiled version for 11.0 from
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 03:32 AM
11-16-2004 03:32 AM
Solutionhttp://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.8p1/
Pre-compiled, save version number.
Easier to install, no compiler required.
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
11-16-2004 07:10 PM
11-16-2004 07:10 PM
Re: Problem compiling sudo 1.6.8p1 for HPUX11 32-bit (problem)
The precomiled versions only seem to be for 11i (64bit) and 11.23. The '11' version is just the source code which I have downloaded and tried to compile with the same error. Can I use the 11i depot?
Cheers,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 07:56 PM
11-16-2004 07:56 PM
Re: Problem compiling sudo 1.6.8p1 for HPUX11 32-bit (problem)
Thanks.