I am going to rely on a poor memory here, but I think I had to to to the directory I extracted par to, then
     cd myldr
     perl Makefile.PL
     nmake

and then
     cd ..
and then
     perl Makefile.PL
     etcetera

-------- Original Message --------
Subject: Re: Problem Setting up Par on HPUX 11.11
Date: Mon, 15 Aug 2005 14:40:47 +1000
From: [EMAIL PROTECTED] (Sisyphus)
To: na na <[EMAIL PROTECTED]>, <[email protected]>
Newsgroups: perl.par
References: <[EMAIL PROTECTED]>


----- Original Message -----
From: "na na" <[EMAIL PROTECTED]>

[snip]



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,

from main.c:56:

mktmpdir.h:72:18: sha1.c: No such file or directory


The crux of the problem seems to be that sha1.c cannot be found - and I
think that all ensuing errors stem from that.

sha1.c should be in the same directory as mktmpdir.h (in the 'myldr'
folder). Is it ?

Perhaps the problem arises from something that CPAN interactive shell is
failing to do. Try installing PAR without using the CPAN or CPANPLUS
modules - ie grab the PAR source tarball from cpan, extract it to some
location, cd to that location and run in succession 'perl Makefile.PL',
'make test' and finally 'make install' (if 'make test' runs successfully).

Cheers,
Rob

Reply via email to