- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: execute permission denied
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-23-2003 06:20 AM
07-23-2003 06:20 AM
execute permission denied
# ./db2setup
./db2setup[20]: /karl/008_ESE_HP_3264_NLV/db2/hpux/install/../bin/db2langdir: Ex
ecute permission denied.
./db2setup[43]: /karl/008_ESE_HP_3264_NLV/db2/hpux/install/../bin/db2langdir: Ex
ecute permission denied.
./db2setup[8]: /karl/008_ESE_HP_3264_NLV/db2/hpux/install/../bin/disp_msg: Execu
te permission denied.
#
I look in the db2setup.err file and see the following:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /karl/008_ESE_HP_3264_NLV/db2/hpux/install/libdb2ure.sl: Exec format error
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.ibm.db2.install.core.NativeLibraryInitializer.initLibrary(Unknown Source)
at DB2Setup.
at DB2Setup.main(Unknown Source)
I try to check load lib dependencies and get the following:
# ldd -s libdb2ure.sl
/usr/lib/dld.sl: Bad system id for shared library: libdb2ure.sl
/usr/lib/dld.sl: Exec format error
# pwd
/karl/008_ESE_HP_3264_NLV/db2/hpux/install
I went ahead and checked file versions for both my HP9000 box and the file in question and received the following:
# file /stand/vmunix
/stand/vmunix: PA-RISC1.1 executable -not stripped
#
# file /karl/008_ESE_HP_3264_NLV/db2/hpux/install/libdb2ure.sl
/karl/008_ESE_HP_3264_NLV/db2/hpux/install/libdb2ure.sl: PA-RISC2.0 share
d library -not stripped
#
If the versions are different, what recourse do I have ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 06:23 AM
07-23-2003 06:23 AM
Re: execute permission denied
/stand/vmunix: PA-RISC1.1 executable -not stripped
#
looks like you have a 32bit hpux, maybe on 10.20, and you are attempting to install a hpux 64bit version (/karl/008_ESE_HP_3264_NLV/db2/hpux/install/libdb2ure.sl: PA-RISC2.0 share
d library -not stripped )
i suggest you to:
- check os
uname -a
- check the label on the cd of install
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 06:24 AM
07-23-2003 06:24 AM
Re: execute permission denied
2) make sure you are the owner of those files
3) chmod u+x executable_name if something is wrong.
Other issue:
SHLIB_PATH is not set correctly.
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
07-23-2003 06:47 AM
07-23-2003 06:47 AM
Re: execute permission denied
HP-UX hpeople1 B.11.11 U 9000/831 2012245754 unlimited-user license
# echo $SHLIB_PATH
/apps/bea/jdk131/jre/lib/PA_RISC:/apps/bea/jdk131/jre/lib/PA_RISC/classic:/usr/l
ib:
I will need to check again to see the CD version....i.e. 32 bit vs. 64-bit.
I beleive it is 32-bit but not sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 10:00 AM
07-23-2003 10:00 AM
Re: execute permission denied
4d) Installation requirements for DB2 servers (HP-UX)
This topic lists hardware, operating system, software and communication
requirements for DB2 servers (HP-UX).
Hardware requirements
HP 9000 series 700 or 800 system
Operating system requirements
DB2 Workgroup Server Edition and DB2 Enterprise Server Edition
can run on HP-UX 11i (11.11) for PA-RISC 2 with:
* December 2001 GOLDBASE11i bundle
* December 2001 GOLDAPPS11i bundle
* patch PHSS_26560
Since my machine is an HP900/D250 using PS_RISC 1.1, I am "out of luck" as the saying goes.............