<?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 Perl PAR module problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918105#M104175</link>
    <description>Hello  I am having problems getting PAR to work.  Here is the error information.&lt;BR /&gt;&lt;BR /&gt;# /usr/local/bin/perl Makefile.PL                                             &lt;BR /&gt;*** ExtUtils::AutoInstall version 0.61&lt;BR /&gt;*** Checking for dependencies...&lt;BR /&gt;[Core Features]&lt;BR /&gt;- File::Temp        ...loaded. (0.14 &amp;gt;= 0.05)&lt;BR /&gt;- Compress::Zlib    ...loaded. (1.34 &amp;gt;= 1.3)&lt;BR /&gt;- Archive::Zip      ...loaded. (1.16 &amp;gt;= 1)&lt;BR /&gt;- Module::ScanDeps  ...loaded. (0.51 &amp;gt;= 0.45)&lt;BR /&gt;- PAR::Dist         ...loaded. (0.07 &amp;gt;= 0.06)&lt;BR /&gt;[Digital signature support]&lt;BR /&gt;- Digest            ...loaded. (1.08)&lt;BR /&gt;- Module::Signature ...loaded. (0.45 &amp;gt;= 0.35)&lt;BR /&gt;*** ExtUtils::AutoInstall configuration finished.&lt;BR /&gt;Checking if your kit is complete...&lt;BR /&gt;Looks good&lt;BR /&gt;Writing Makefile for the par program&lt;BR /&gt;Writing Makefile for PAR&lt;BR /&gt;cd myldr&lt;BR /&gt;vi Makefile&lt;BR /&gt;Changed LD=/usr/bin/ld to LD=gcc&lt;BR /&gt;My gcc version is gcc version 3.4.3&lt;BR /&gt;My gmake version is GNU Make 3.80&lt;BR /&gt;My Perl is v5.8.6&lt;BR /&gt;My OS is HPUX B.11.11&lt;BR /&gt;# gmake&lt;BR /&gt;/usr/local/bin/perl -e1&lt;BR /&gt;gcc -c -D_HPUX_SOURCE -mpa-risc-2-0 -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE  -I/usr/local/lib/perl5/5.8.6/PA-RISC2.0/CORE  main.c In file included from mktmpdir.c:1,&lt;BR /&gt;                 from main.c:56:&lt;BR /&gt;mktmpdir.h:72:18: sha1.c: No such file or directory&lt;BR /&gt;In file included from main.c:56:&lt;BR /&gt;mktmpdir.c: In function `par_mktmpdir':&lt;BR /&gt;mktmpdir.c:57: error: `SHA_INFO' undeclared (first use in this function)&lt;BR /&gt;mktmpdir.c:57: error: (Each undeclared identifier is reported only once&lt;BR /&gt;mktmpdir.c:57: error: for each function it appears in.)&lt;BR /&gt;mktmpdir.c:57: error: parse error before "sha_info"&lt;BR /&gt;mktmpdir.c:141: error: `sha_info' undeclared (first use in this function)&lt;BR /&gt;gmake: *** [main.o] Error 1&lt;BR /&gt;# gmake install&lt;BR /&gt;/usr/local/bin/perl -e1&lt;BR /&gt;/usr/local/bin/pp -o /tmp/foo.exe /tmp/1.pl                                 &lt;BR /&gt;Can't find par loader at /usr/local/lib/perl5/site_perl/5.8.6/PAR/Packer.pm line 101.&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Aug 2005 11:59:39 GMT</pubDate>
    <dc:creator>generic_1</dc:creator>
    <dc:date>2005-08-12T11:59:39Z</dc:date>
    <item>
      <title>Perl PAR module problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918105#M104175</link>
      <description>Hello  I am having problems getting PAR to work.  Here is the error information.&lt;BR /&gt;&lt;BR /&gt;# /usr/local/bin/perl Makefile.PL                                             &lt;BR /&gt;*** ExtUtils::AutoInstall version 0.61&lt;BR /&gt;*** Checking for dependencies...&lt;BR /&gt;[Core Features]&lt;BR /&gt;- File::Temp        ...loaded. (0.14 &amp;gt;= 0.05)&lt;BR /&gt;- Compress::Zlib    ...loaded. (1.34 &amp;gt;= 1.3)&lt;BR /&gt;- Archive::Zip      ...loaded. (1.16 &amp;gt;= 1)&lt;BR /&gt;- Module::ScanDeps  ...loaded. (0.51 &amp;gt;= 0.45)&lt;BR /&gt;- PAR::Dist         ...loaded. (0.07 &amp;gt;= 0.06)&lt;BR /&gt;[Digital signature support]&lt;BR /&gt;- Digest            ...loaded. (1.08)&lt;BR /&gt;- Module::Signature ...loaded. (0.45 &amp;gt;= 0.35)&lt;BR /&gt;*** ExtUtils::AutoInstall configuration finished.&lt;BR /&gt;Checking if your kit is complete...&lt;BR /&gt;Looks good&lt;BR /&gt;Writing Makefile for the par program&lt;BR /&gt;Writing Makefile for PAR&lt;BR /&gt;cd myldr&lt;BR /&gt;vi Makefile&lt;BR /&gt;Changed LD=/usr/bin/ld to LD=gcc&lt;BR /&gt;My gcc version is gcc version 3.4.3&lt;BR /&gt;My gmake version is GNU Make 3.80&lt;BR /&gt;My Perl is v5.8.6&lt;BR /&gt;My OS is HPUX B.11.11&lt;BR /&gt;# gmake&lt;BR /&gt;/usr/local/bin/perl -e1&lt;BR /&gt;gcc -c -D_HPUX_SOURCE -mpa-risc-2-0 -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE  -I/usr/local/lib/perl5/5.8.6/PA-RISC2.0/CORE  main.c In file included from mktmpdir.c:1,&lt;BR /&gt;                 from main.c:56:&lt;BR /&gt;mktmpdir.h:72:18: sha1.c: No such file or directory&lt;BR /&gt;In file included from main.c:56:&lt;BR /&gt;mktmpdir.c: In function `par_mktmpdir':&lt;BR /&gt;mktmpdir.c:57: error: `SHA_INFO' undeclared (first use in this function)&lt;BR /&gt;mktmpdir.c:57: error: (Each undeclared identifier is reported only once&lt;BR /&gt;mktmpdir.c:57: error: for each function it appears in.)&lt;BR /&gt;mktmpdir.c:57: error: parse error before "sha_info"&lt;BR /&gt;mktmpdir.c:141: error: `sha_info' undeclared (first use in this function)&lt;BR /&gt;gmake: *** [main.o] Error 1&lt;BR /&gt;# gmake install&lt;BR /&gt;/usr/local/bin/perl -e1&lt;BR /&gt;/usr/local/bin/pp -o /tmp/foo.exe /tmp/1.pl                                 &lt;BR /&gt;Can't find par loader at /usr/local/lib/perl5/site_perl/5.8.6/PAR/Packer.pm line 101.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Aug 2005 11:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918105#M104175</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-12T11:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Perl PAR module problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918106#M104176</link>
      <description>Any perl gurus that can help?</description>
      <pubDate>Fri, 12 Aug 2005 16:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918106#M104176</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-12T16:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Perl PAR module problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918107#M104177</link>
      <description>mktmpdir.h:72:18: sha1.c: No such file or directory&lt;BR /&gt;&lt;BR /&gt;This is the key error. sha1.c should be created from sha1.c.PL (in myldr directory).&lt;BR /&gt;&lt;BR /&gt;Try adding the following lines to myldr/Makefile&lt;BR /&gt;&lt;BR /&gt;sha1.c: sha1.c.PL&lt;BR /&gt;&lt;INSERT_TAB_HERE&gt;$(PERL) sha1.c.PL sha1.c&lt;BR /&gt;&lt;BR /&gt;For some reason these lines are omitted if perl wasn't built with perl shared library (libperl). Have a look in myldr/Makefile.PL.&lt;/INSERT_TAB_HERE&gt;</description>
      <pubDate>Sat, 13 Aug 2005 02:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918107#M104177</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-08-13T02:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Perl PAR module problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918108#M104178</link>
      <description>There are problems with PAR .89 under HPUX use .87 instead.</description>
      <pubDate>Wed, 17 Aug 2005 15:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-par-module-problem/m-p/4918108#M104178</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-17T15:28:42Z</dc:date>
    </item>
  </channel>
</rss>

