- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Install gnugp 1.4.10 on HP UX 11.23
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Install gnugp 1.4.10 on HP UX 11.23
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 03:51 AM
03-02-2010 03:51 AM
Install gnugp 1.4.10 on HP UX 11.23
Install gnugp 1.4.10 on HP UX 11.23
I need your help. I install gnugp1.4.10 on HP UX 11.23, i have followed step. But I got Error on command "make". Who ever solved the problem.
there is some messages :
# pwd
/installer/gnupg-1.4.10
#./configure
...
...
config.status: creating tools/gpg-zip
config.status: creating zlib/Makefile
config.status: creating checks/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking ./mpi/generic/mpih-add1.c to mpi/mpih-add1.c
config.status: linking ./mpi/generic/mpih-mul1.c to mpi/mpih-mul1.c
config.status: linking ./mpi/generic/mpih-mul2.c to mpi/mpih-mul2.c
config.status: linking ./mpi/generic/mpih-mul3.c to mpi/mpih-mul3.c
config.status: linking ./mpi/generic/mpih-lshift.c to mpi/mpih-lshift.c
config.status: linking ./mpi/generic/mpih-rshift.c to mpi/mpih-rshift.c
config.status: linking ./mpi/generic/mpih-sub1.c to mpi/mpih-sub1.c
config.status: linking ./mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
config.status: linking ./zlib/zlib.h to zlib.h
config.status: linking ./zlib/zconf.h to zconf.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Version info: gnupg 1.4.10
Configured for: HP-UX (ia64-hp-hpux11.23)
when I execute 'make', error appear :
# make
No suffix list.
make all-recursive
No suffix list.
Making all in m4
No suffix list.
No suffix list.
Making all in intl
: -y -d --name-prefix=__gettext --output plural.c plural.y
rm -f plural.h
Making all in zlib
Making all in util
No suffix list.
Making all in mpi
No suffix list.
Making all in cipher
No suffix list.
Making all in tools
Making all in g10
No suffix list.
source='app-openpgp.c' object='app-openpgp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../scripts/depcomp \
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -Ae -D_HPUX_SOURCE -c app-openpgp.c
(Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored.
Warning 942: "app-openpgp.c", line 2095 # Types 'const unsigned char *' and
'char *' are not assignment-compatible.
pinvalue, strlen (pinvalue));
^^^^^^^^
Error 277: "app-openpgp.c", line 3601 # Type qualifier 'const' is repeated in
declaration.
const char const desc[3][5] = {"sign", "encr", "auth"};
^^^^^
Warning 867: "app-openpgp.c", line 3601 # 'const' specifier is repeated in
declaration.
const char const desc[3][5] = {"sign", "encr", "auth"};
^^^^^
*** Error exit code 2
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I cannot install gnugp. Any suggestion for my problem experts.
regards
Fandi Kurnia
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 04:09 AM
03-02-2010 04:09 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
Any reason why you need this old version?
You could use the binary depot for version 2.0.12 from porting page:
http://hpux.connect.org.uk/hppd/hpux/Users/gnupg-2.0.12/
Do not forget to check/install all the dependencies (Run-time dependencies)!
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 04:47 AM
03-02-2010 04:47 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
You are attempting to compile with the bundled C compiler:
> (Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored.
You need the ANSI C compiler from HP or a GNU C compiler to do any serious compilation:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA
or:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 05:03 AM
03-02-2010 05:03 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
>
> Any reason why you need this old version?
>
> You could use the binary depot for version
> 2.0.12 [...]
GnuPG 1.4.10 is newer than 2.0.12.
http://gnupg.org/
[...]
GnuPG comes in two flavours: 1.4.10 is
the well known and portable standalone
version, whereas 2.0.14 is the enhanced
and somewhat harder to build version.
[...]
> # make
> No suffix list.
> [...]
I normally build GnuPG on VMS, so I know
nothing, but I'd guess that you need to use
GNU "make", not the relatively old-fashioned
HP-UX "make". As already suggested, using
GCC instead of "(Bundled) cc" might also be
wise.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 05:15 AM
03-02-2010 05:15 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
http://www.gnupg.org/download/
)
"GnuPG 2.0
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME"
This is the new version and it is a step forward on my opinion (comparing to 1.4 branch version).
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 05:44 AM
03-02-2010 05:44 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
> forward on my opinion (comparing to 1.4
> branch version).
That depends on which way "forward" is.
> Do not forget to check/install all the
> dependencies (Run-time dependencies)!
How many does 1.4.x have? 2.0.x?
The fact remains that 1.4.10 is current,
while the suggested 2.0.12 is two (bug-fix?)
versions behind current (2.0.14).
"We will keep maintaining GnuPG-1 versions
because they are very useful for small
systems and for server based applications
requiring only OpenPGP support."
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 06:12 AM
03-02-2010 06:12 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
It is the current version from the 1.4 branch.
>while the suggested 2.0.12 is two (bug-fix?)
versions behind current (2.0.14).
Yes, true, but this is something else.
The 2.0.12 is a compiled package available from a trusted source for HP-UX.
>"We will keep maintaining GnuPG-1 versions
This is what i am talking. GnuPG-1 is a "still supported version". Version 2 is the new thing.
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 09:12 AM
03-02-2010 09:12 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
why I using , gnugp 1.4.x, because I found it in from gnugp websites. Horia, i try your gnugp, thx horia.
James R Ferguson :
Thank you, maybe that main solution for my problem. I will install it, and I will report to you, if I get any problem on installation.
Steven Schweda & Horia :
thank you for your inter-exchange earnings of gnugp, the more I understand and clear about the HP UX itself. God bless you.
Regard
Fandi
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-03-2010 02:11 AM
03-03-2010 02:11 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
declaration.
const char const desc[3][5] = {"sign", "encr", "auth"};
You could fix the error and remove the redundant "const".
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-03-2010 09:03 AM
03-03-2010 09:03 AM
Re: Install gnugp 1.4.10 on HP UX 11.23
Re: Install gnugp 1.4.10 on HP UX 11.23
Regards
Fandi.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP