Perl LibZip problem

2007-03-26 Thread Rob Wright
Greetings,

I'm trying to install the LibZip module into perl on Debian Etch. Perl 5.8 was 
installed via apt with just the basic install, no changes made.

When I run CPAN and do:

install LibZip

Cpan goes through the process of downloading and unzipping the file, starts 
the make and then errors out with the information I've included below. Any 
ideas what I'm missing? I've tried using both 'force' and 'notest', but 
either way the make fails.

Thanks,

Rob Wright
[EMAIL PROTECTED]


 end of CPAN make ---
Checking if your kit is complete...
Looks good
Writing Makefile for the embed program (LibZipBin)
Writing Makefile for LibZip
/usr/bin/perl -MExtUtils::Command -e mkpath blib/arch/auto/LibZip
cp script/libzip blib/script/libzip
/usr/bin/perl -MExtUtils::MY -e MY-fixin(shift) blib/script/libzip
cp myldr/LibZipBin blib/arch/auto/LibZip
cp: cannot stat `myldr/LibZipBin': No such file or directory
make: *** [copy_embed] Error 1
make: *** Waiting for unfinished jobs
cp lib/LibZip/MyFile.pm blib/lib/LibZip/MyFile.pm
cp lib/LibZip.pm blib/lib/LibZip.pm
cp lib/LibZip.pod blib/lib/LibZip.pod
cp lib/LibZip/Info.pm blib/lib/LibZip/Info.pm
cp lib/LibZip/MyArchZip.pm blib/lib/LibZip/MyArchZip.pm
cp lib/LibZip/Build/PodStripper.pm blib/lib/LibZip/Build/PodStripper.pm
cp lib/LibZip/CORE.pm blib/lib/LibZip/CORE.pm
cp lib/LibZip/InitLib.pm blib/lib/LibZip/InitLib.pm
cp lib/LibZip/Build/Package.pm blib/lib/LibZip/Build/Package.pm
cp lib/LibZip/Scan.pm blib/lib/LibZip/Scan.pm
cp lib/LibZip/Build/CreateLib.pm blib/lib/LibZip/Build/CreateLib.pm
cp lib/LibZip/Build/UPX.pm blib/lib/LibZip/Build/UPX.pm
cp lib/LibZip.epod blib/lib/LibZip.epod
cp lib/LibZip/MyZlib.pm blib/lib/LibZip/MyZlib.pm
cp lib/LibZip/Build/PerlBin.pm blib/lib/LibZip/Build/PerlBin.pm
cp lib/LibZip/DynaLoader.pm blib/lib/LibZip/DynaLoader.pm
cp lib/LibZip/Build/MyZlibCompress.pm blib/lib/LibZip/Build/MyZlibCompress.pm
cp lib/LibZip/Build/LZW.pm blib/lib/LibZip/Build/LZW.pm
  /usr/bin/make -j3 -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Failed during this command:
  GMPASSOS/LibZip-0.06.tar.gz                  : make NO

-



Re: Perl LibZip problem

2007-03-26 Thread Roberto C . Sánchez
On Mon, Mar 26, 2007 at 12:32:57PM -0500, Rob Wright wrote:
 Greetings,
 
 I'm trying to install the LibZip module into perl on Debian Etch. Perl 5.8 
 was 
 installed via apt with just the basic install, no changes made.
 
 When I run CPAN and do:
 
 install LibZip
 
 Cpan goes through the process of downloading and unzipping the file, starts 
 the make and then errors out with the information I've included below. Any 
 ideas what I'm missing? I've tried using both 'force' and 'notest', but 
 either way the make fails.
 
Out of curiousity, why CPAN?  Doesn't one of the existing Perl zip
libraries in Etch do what you need?

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Perl LibZip problem

2007-03-26 Thread Rob Wright
On Monday 26 March 2007 13:31, Roberto C. Sánchez wrote:

  Cpan goes through the process of downloading and unzipping the file,
  starts the make and then errors out with the information I've included
  below. Any ideas what I'm missing? I've tried using both 'force' and
  'notest', but either way the make fails.

 Out of curiousity, why CPAN?  Doesn't one of the existing Perl zip
 libraries in Etch do what you need?

I'm compiling Freeradius which gives me a problem with DynaLoader. That leads 
me to CPAN, then to LibZip, and the desire to kick a penguin.

If there's a Perl zip library that might solve my problem I'm certainly open 
to suggestions. I have already installed libarchive-zip-perl and 
libcompress-bzip2-perl through aptitude

Thanks,

Rob Wright
[EMAIL PROTECTED]



Re: Perl LibZip problem

2007-03-26 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/26/07 15:17, Rob Wright wrote:
 On Monday 26 March 2007 13:31, Roberto C. Sánchez wrote:
 
 Cpan goes through the process of downloading and unzipping the file,
 starts the make and then errors out with the information I've included
 below. Any ideas what I'm missing? I've tried using both 'force' and
 'notest', but either way the make fails.
 Out of curiousity, why CPAN?  Doesn't one of the existing Perl zip
 libraries in Etch do what you need?

 I'm compiling Freeradius which gives me a problem with DynaLoader. That leads 
 me to CPAN, then to LibZip, and the desire to kick a penguin.

Is the Debian freeradius package too out of date?

 If there's a Perl zip library that might solve my problem I'm certainly open 
 to suggestions. I have already installed libarchive-zip-perl and 
 libcompress-bzip2-perl through aptitude


You are saying that libarchive-zip-perl does not satisfy Freeradius'
requirements?

 
 Thanks,
 
 Rob Wright
 [EMAIL PROTECTED]
 


- --
Ron Johnson, Jr.
Jefferson LA  USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCDGWS9HxQb37XmcRAgsrAKDmvXOGylUfzrAzbl2S9Gc9BwfnIwCgr9Vs
VIqUFmGxJXdPmHgfWN13cR8=
=sl1m
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Perl LibZip problem

2007-03-26 Thread Rob Wright
On Monday 26 March 2007 15:48, Ron Johnson wrote:

 Is the Debian freeradius package too out of date?

Nope, I'm neither saying nor implying anything of the sort.

  If there's a Perl zip library that might solve my problem I'm certainly
  open to suggestions. I have already installed libarchive-zip-perl and
  libcompress-bzip2-perl through aptitude

 You are saying that libarchive-zip-perl does not satisfy Freeradius'
 requirements?

I'm not sure I'm saying that, but it isn't working.

Rob 
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Perl LibZip problem

2007-03-26 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/26/07 16:17, Rob Wright wrote:
 On Monday 26 March 2007 15:48, Ron Johnson wrote:
 Is the Debian freeradius package too out of date?

 Nope, I'm neither saying nor implying anything of the sort.

OK.  I was just curious why you aren't using the Freeradius Debian
package.

 
 If there's a Perl zip library that might solve my problem I'm certainly
 open to suggestions. I have already installed libarchive-zip-perl and
 libcompress-bzip2-perl through aptitude
 You are saying that libarchive-zip-perl does not satisfy Freeradius'
 requirements?

 I'm not sure I'm saying that, but it isn't working.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCEF+S9HxQb37XmcRAksYAJ9m5Lb7AaCp3F4QXm1ApO63M7dubQCfSWL5
p+2Hu/ilJLwakwhTyQc1hfU=
=3N5q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]