<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Install gnugp 1.4.10 on HP UX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593238#M375149</link>
    <description>&amp;gt;The fact remains that 1.4.10 is current,&lt;BR /&gt;&lt;BR /&gt;It is the current version from the 1.4 branch.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;while the suggested 2.0.12 is two (bug-fix?)&lt;BR /&gt;versions behind current (2.0.14).&lt;BR /&gt;&lt;BR /&gt;Yes, true, but this is something else.&lt;BR /&gt;The 2.0.12 is a compiled package available from a trusted source for HP-UX. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;"We will keep maintaining GnuPG-1 versions&lt;BR /&gt;This is what i am talking. GnuPG-1 is a "still supported version". Version 2 is the new thing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
    <pubDate>Tue, 02 Mar 2010 14:12:23 GMT</pubDate>
    <dc:creator>Horia Chirculescu</dc:creator>
    <dc:date>2010-03-02T14:12:23Z</dc:date>
    <item>
      <title>Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593232#M375143</link>
      <description>Hello experts, &lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;there is some messages : &lt;BR /&gt;# pwd&lt;BR /&gt;/installer/gnupg-1.4.10&lt;BR /&gt;&lt;BR /&gt;#./configure&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;config.status: creating tools/gpg-zip&lt;BR /&gt;config.status: creating zlib/Makefile&lt;BR /&gt;config.status: creating checks/Makefile&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: config.h is unchanged&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-add1.c to mpi/mpih-add1.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-mul1.c to mpi/mpih-mul1.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-mul2.c to mpi/mpih-mul2.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-mul3.c to mpi/mpih-mul3.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-lshift.c to mpi/mpih-lshift.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-rshift.c to mpi/mpih-rshift.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpih-sub1.c to mpi/mpih-sub1.c&lt;BR /&gt;config.status: linking ./mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h&lt;BR /&gt;config.status: linking ./zlib/zlib.h to zlib.h&lt;BR /&gt;config.status: linking ./zlib/zconf.h to zconf.h&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;config.status: executing po-directories commands&lt;BR /&gt;config.status: creating po/POTFILES&lt;BR /&gt;config.status: creating po/Makefile&lt;BR /&gt;&lt;BR /&gt;                Version info:   gnupg 1.4.10&lt;BR /&gt;                Configured for: HP-UX (ia64-hp-hpux11.23)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when I execute 'make', error appear : &lt;BR /&gt;&lt;BR /&gt;# make&lt;BR /&gt;No suffix list.&lt;BR /&gt;        make  all-recursive&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in m4&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in intl&lt;BR /&gt;        : -y -d --name-prefix=__gettext --output plural.c plural.y&lt;BR /&gt;        rm -f plural.h&lt;BR /&gt;Making all in zlib&lt;BR /&gt;Making all in util&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in mpi&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in cipher&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in tools&lt;BR /&gt;Making all in g10&lt;BR /&gt;No suffix list.&lt;BR /&gt;        source='app-openpgp.c' object='app-openpgp.o' libtool=no \&lt;BR /&gt;        DEPDIR=.deps depmode=none /bin/sh ../scripts/depcomp \&lt;BR /&gt;        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&lt;BR /&gt;(Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored.&lt;BR /&gt;Warning 942: "app-openpgp.c", line 2095 # Types 'const unsigned char *' and&lt;BR /&gt;    'char *' are not assignment-compatible.&lt;BR /&gt;                                   pinvalue, strlen (pinvalue));&lt;BR /&gt;                                   ^^^^^^^^&lt;BR /&gt;Error 277: "app-openpgp.c", line 3601 # Type qualifier 'const' is repeated in&lt;BR /&gt;    declaration.&lt;BR /&gt;      const char const desc[3][5] = {"sign", "encr", "auth"};&lt;BR /&gt;                 ^^^^^&lt;BR /&gt;Warning 867: "app-openpgp.c", line 3601 # 'const' specifier is repeated in&lt;BR /&gt;    declaration.&lt;BR /&gt;      const char const desc[3][5] = {"sign", "encr", "auth"};&lt;BR /&gt;                 ^^^^^&lt;BR /&gt;*** Error exit code 2&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I cannot install gnugp. Any suggestion for my problem experts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Fandi Kurnia&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2010 11:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593232#M375143</guid>
      <dc:creator>Fandi Kurnia</dc:creator>
      <dc:date>2010-03-02T11:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593233#M375144</link>
      <description>&amp;gt;gnugp1.4.10&lt;BR /&gt;&lt;BR /&gt;Any reason why you need this old version?&lt;BR /&gt;&lt;BR /&gt;You could use the binary depot for version 2.0.12 from porting page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Users/gnupg-2.0.12/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Users/gnupg-2.0.12/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do not forget to check/install all the dependencies (Run-time dependencies)!&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Tue, 02 Mar 2010 12:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593233#M375144</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-02T12:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593234#M375145</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You are attempting to compile with the bundled C compiler:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; (Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored.&lt;BR /&gt;&lt;BR /&gt;You need the ANSI C compiler from HP or a GNU C compiler to do any serious compilation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 02 Mar 2010 12:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593234#M375145</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-02T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593235#M375146</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt;gnugp1.4.10&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Any reason why you need this old version?&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; You could use the binary depot for version&lt;BR /&gt;&amp;gt; 2.0.12 [...]&lt;BR /&gt;&lt;BR /&gt;GnuPG 1.4.10 is newer than 2.0.12.&lt;BR /&gt;&lt;BR /&gt;      &lt;A href="http://gnupg.org/" target="_blank"&gt;http://gnupg.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;      [...]&lt;BR /&gt;      GnuPG comes in two flavours: 1.4.10 is&lt;BR /&gt;      the well known and portable standalone&lt;BR /&gt;      version, whereas 2.0.14 is the enhanced&lt;BR /&gt;      and somewhat harder to build version.&lt;BR /&gt;      [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # make&lt;BR /&gt;&amp;gt; No suffix list. &lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;I normally build GnuPG on VMS, so I know&lt;BR /&gt;nothing, but I'd guess that you need to use&lt;BR /&gt;GNU "make", not the relatively old-fashioned&lt;BR /&gt;HP-UX "make".  As already suggested, using&lt;BR /&gt;GCC instead of "(Bundled) cc" might also be&lt;BR /&gt;wise.</description>
      <pubDate>Tue, 02 Mar 2010 13:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593235#M375146</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-02T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593236#M375147</link>
      <description>Steven, when I said "old version" I meant this: (extracted from the same web page&lt;BR /&gt;&lt;A href="http://www.gnupg.org/download/" target="_blank"&gt;http://www.gnupg.org/download/&lt;/A&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;"GnuPG 2.0&lt;BR /&gt;&lt;BR /&gt;GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME"&lt;BR /&gt;&lt;BR /&gt;This is the new version and it is a step forward on my opinion (comparing to 1.4 branch version).&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Tue, 02 Mar 2010 13:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593236#M375147</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-02T13:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593237#M375148</link>
      <description>&lt;!--!*#--&gt;&amp;gt; This is the new version and it is a step&lt;BR /&gt;&amp;gt; forward on my opinion (comparing to 1.4&lt;BR /&gt;&amp;gt; branch version).&lt;BR /&gt;&lt;BR /&gt;That depends on which way "forward" is.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Do not forget to check/install all the&lt;BR /&gt;&amp;gt; dependencies (Run-time dependencies)!&lt;BR /&gt;&lt;BR /&gt;How many does 1.4.x have?  2.0.x?&lt;BR /&gt;&lt;BR /&gt;The fact remains that 1.4.10 is current,&lt;BR /&gt;while the suggested 2.0.12 is two (bug-fix?)&lt;BR /&gt;versions behind current (2.0.14).&lt;BR /&gt;&lt;BR /&gt;"We will keep maintaining GnuPG-1 versions&lt;BR /&gt;because they are very useful for small&lt;BR /&gt;systems and for server based applications&lt;BR /&gt;requiring only OpenPGP support."</description>
      <pubDate>Tue, 02 Mar 2010 13:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593237#M375148</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-02T13:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593238#M375149</link>
      <description>&amp;gt;The fact remains that 1.4.10 is current,&lt;BR /&gt;&lt;BR /&gt;It is the current version from the 1.4 branch.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;while the suggested 2.0.12 is two (bug-fix?)&lt;BR /&gt;versions behind current (2.0.14).&lt;BR /&gt;&lt;BR /&gt;Yes, true, but this is something else.&lt;BR /&gt;The 2.0.12 is a compiled package available from a trusted source for HP-UX. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;"We will keep maintaining GnuPG-1 versions&lt;BR /&gt;This is what i am talking. GnuPG-1 is a "still supported version". Version 2 is the new thing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Tue, 02 Mar 2010 14:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593238#M375149</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-02T14:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593239#M375150</link>
      <description>thx for reply all,&lt;BR /&gt;&lt;BR /&gt;why I using , gnugp 1.4.x, because I found it in from gnugp websites. Horia, i try your gnugp, thx horia. &lt;BR /&gt;&lt;BR /&gt;James R Ferguson : &lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;Steven Schweda &amp;amp; Horia :&lt;BR /&gt;&lt;BR /&gt;thank you for your inter-exchange earnings of gnugp, the more I understand and clear about the HP UX itself. God bless you.&lt;BR /&gt;&lt;BR /&gt;Regard&lt;BR /&gt;Fandi</description>
      <pubDate>Tue, 02 Mar 2010 17:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593239#M375150</guid>
      <dc:creator>Fandi Kurnia</dc:creator>
      <dc:date>2010-03-02T17:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593240#M375151</link>
      <description>&amp;gt;Error 277: "app-openpgp.c", line 3601 # Type qualifier 'const' is repeated in&lt;BR /&gt;declaration.&lt;BR /&gt;const char const desc[3][5] = {"sign", "encr", "auth"}; &lt;BR /&gt;&lt;BR /&gt;You could fix the error and remove the redundant "const".</description>
      <pubDate>Wed, 03 Mar 2010 10:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593240#M375151</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-03T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Install gnugp 1.4.10 on HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593241#M375152</link>
      <description>Thank for horia, james, steven , and handly for all solution. This best solutions are horia and james. Now I can sleep. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Fandi.</description>
      <pubDate>Wed, 03 Mar 2010 17:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-gnugp-1-4-10-on-hp-ux-11-23/m-p/4593241#M375152</guid>
      <dc:creator>Fandi Kurnia</dc:creator>
      <dc:date>2010-03-03T17:03:16Z</dc:date>
    </item>
  </channel>
</rss>

