- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: less 458
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
07-11-2013 02:19 PM - last edited on 07-12-2013 02:17 AM by JinJing1
07-11-2013 02:19 PM - last edited on 07-12-2013 02:17 AM by JinJing1
Hello all.
Not sure if this is the appropriate forum.
I'm trying to build less version 458 on an HP-UX 11.31 ia64 server.
I run "configure" and that finishes successfully but I get the following error when I attempt the make.
$ make
cd .; autoheader; autoconf
autom4te: cannot open configure: Permission denied
*** Error exit code 1
Stop.
The configure file has the appropriate permission and ownership.
We have the "B9007AA C.11.31.07 HP C/aC++ Developer's Bundle" installed on this server.
I did some google searches for this "autom4te: cannot open configure..." error but didn't find anything that explains how to clear it.
Does anyone have suggestions?
Thanks in advance.
Tom
P.S. This thread has been moved from HP-UX >System Administration to HP-UX > languages.-HP Forum Moderator
Solved! Go to Solution.
- Tags:
- less
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2013 10:26 PM
07-11-2013 10:26 PM
Re: less 458
Try this:
http://hpux.connect.org.uk/hppd/hpux/Gnu/less-458/
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2013 12:46 PM
07-12-2013 12:46 PM
SolutionThanks for the link but we want to build it ourselves.
Figured out it was a permissions issue.
Executed "chmod -R 755" against the folder where the less tar ball was extracted.
After that, the configure, make, and make install ran fine.
The files had previously been at 555 permissions.
Apparently less 458 requires the owner have read, write and execute permission.
Thanks.