- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gnupg 2.0.11 is not working .
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-12-2009 12:18 AM
тАО06-12-2009 12:18 AM
I have installed gnupg 2.0.11 on hpux 11.11 server, And installed all the necessary required Run / Build-time dependencies from HP Porting site
When i run the command from /usr/local/bin/gpg --version or any other command with related to gpg , iam getting the below message
root@test# ./gpg --version
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/../../../libbz2.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
root@test # file gpg
gpg: PA-RISC1.1 shared executable dynamically linked -not stripped
root@test # what core
core:
$ PATCH_11.11/PHCO_31903 Sep 2 2004 10:22:09 $
SMART_BIND
92453-07 dld dld dld.sl B.11.33 020617
Please help
Thanks
Jitesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2009 12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2009 01:09 AM
тАО06-12-2009 01:09 AM
Re: gnupg 2.0.11 is not working .
Check the existance of the file mentioned in the message.
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/../../../libbz2.sl
Check your SHLIB_PATH variable if the file it is looking for exists.
Also, the hppa2.On-hp-hpux11.00 file is a red flag as HP-UX oldest certified version is 11.11
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
тАО06-12-2009 01:33 AM
тАО06-12-2009 01:33 AM
Re: gnupg 2.0.11 is not working .
I have checked the output of /etc/SHLIB_PATH, And manually added /usr/local/lib into it. But still i get the same message, when i run the /usr/local/bin/gpg --version, Do i need to install the below
1) libgcc-4.2.3
2) make - 4.2.3
Thanks
Jitesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2009 06:46 AM
тАО06-12-2009 06:46 AM
Re: gnupg 2.0.11 is not working .
> required Run / Build-time dependencies
> from HP Porting site
Apparently not. It seems to be looking for
a bzip2 library. Did you install bzip2?
> Do i need to install the below
> [...]
Is one of then bzip2?
http://www.bzip.org/
Note: Saying thinks like "installed all the
[...] dependencies" is much less useful than
saying exactly what you actually installed.
I'm glad that you believe that you did
everything right, but the evidence suggests
that there's a problem, and this casts some
doubt on your opinion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 10:36 PM
тАО06-14-2009 10:36 PM
Re: gnupg 2.0.11 is not working .
Thanks for quick reply,
bzip2 is already installed on the server,
root@test # swlist -l product | grep -i bzip2
bzip2 1.0.5 bzip2
Thanks
Jitesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 10:45 PM
тАО06-14-2009 10:45 PM
Re: gnupg 2.0.11 is not working .
Swell.
> Where is your libbz2.sl?
> Check the existance of the file mentioned in the message.
> [...]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2009 11:07 PM
тАО06-15-2009 11:07 PM
Re: gnupg 2.0.11 is not working .
libbz2.sl is under /usr/local/lib/libbz2.sl
root@test # find / -name "libbz2.sl"
/usr/local/lib/libbz2.sl
Thanks
Jitesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2009 11:30 PM
тАО06-15-2009 11:30 PM
Re: gnupg 2.0.11 is not working .
It also has to be in /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/../../../libbz2.sl
So if you don't have /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1 it will fail.
You probably can fix this by setting SHLIB_PATH to /usr/local/lib. Or "mkdir -p /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2009 11:49 PM
тАО06-15-2009 11:49 PM
Re: gnupg 2.0.11 is not working .
Or, see if there's a way to tell the
"configure" script where to look for the
bzip2 stuff. I still use GnuPG 1.x (and
mostly on VMS), so I know nothing about the
details of building 2.x on HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 12:30 AM
тАО06-16-2009 12:30 AM
Re: gnupg 2.0.11 is not working .
mkdir -p /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1
root@test # ./gpg --version
gpg (GnuPG) 1.2.4
Copyright (C) 2003 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256
Compression: Uncompressed, ZIP, ZLIB, BZIP2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 12:32 AM
тАО06-16-2009 12:32 AM
Re: gnupg 2.0.11 is not working .
Jitesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 07:33 AM
тАО06-16-2009 07:33 AM
Re: gnupg 2.0.11 is not working .
> server, [...]
> root@test # ./gpg --version
> gpg (GnuPG) 1.2.4
> [...]
What's wrong with this picture?
Note that the current 1.x release looks like
this:
alp $ gpg --version
gpg (GnuPG) 1.4.9b
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: /SYS$LOGIN/gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
(Ignore the "b" in "1.4.9b". That's me- and VMS-specific.)
> Thanks everyone
But if you're happy, who am I to argue?