- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bash installation
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
08-18-2008 01:24 AM
08-18-2008 01:24 AM
bash installation
----------
# ./configure
configure: loading cache config.cache
checking build system type... hppa2.0w-hp-hpux11.23
checking host system type... hppa2.0w-hp-hpux11.23
checking for emacs... no
Beginning configuration for bash-3.0-release for hppa2.0w-hp-hpux11.23
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 01:43 AM
08-18-2008 01:43 AM
Re: bash installation
Why are u compiling and installing from source.
Binary Software for bash in Depot format is available for various versions of HP-UX.
Check link given below.
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-3.2/
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 01:52 AM
08-18-2008 01:52 AM
Re: bash installation
If u still insists to use source u have to note
that the default location for executables
compiled from source is in /usr/local
Investigate the config.log
just check if this dir exists and permissions on it.
Also u can change the default location for executables by giving arguments to ./configure
try
./configure --help
Regards
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 06:30 AM
08-18-2008 06:30 AM
Re: bash installation
Sounds like a GCC problem.
> See `config.log' for more details.
Well? Are you waiting for a psychic to read
your config.log remotely?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:04 PM
08-18-2008 11:04 PM
Re: bash installation
note: dependencies gcc,gettext,libiconv,make
Unzip the packages using gunzip
install the dependencies first using swinstall and install bash last