Bug 99425 - Error installation module perl Archive::Zip
Summary: Error installation module perl Archive::Zip
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: perl
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Warren Togami
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-07-19 00:04 UTC by josejp1
Modified: 2007-04-18 16:55 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-09 02:55:28 UTC
Embargoed:


Attachments (Terms of Use)

Description josejp1 2003-07-19 00:04:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)

Description of problem:
Imposible installation module perl Archive::Zip

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.#perl -MCPAN -e shell
2.CPAN> install Archive::Zip
...
...
Makefile:88 *** missing separator ALTO
/usr/bin/make not OK
    

Actual Results:  not compiled Archive-Zip-1.06

Expected Results:  Compiled Archive-Zip-1.06

Additional info:

Comment 1 Marian Stepka 2004-03-09 15:49:09 UTC
This is caused by UTF-8 problems which Perl have on RH 9. You can 
use workarround and export locale without UTF-8 and all will work 
for you. 
 
export LC_ALL=C 
 
 


Note You need to log in before you can comment on or make changes to this bug.