Bug 191634 - Missing @INC association
Summary: Missing @INC association
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: perl
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Jason Vas Dias
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-14 08:59 UTC by Zenon Panoussis
Modified: 2007-11-30 22:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-14 11:37:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Zenon Panoussis 2006-05-14 08:59:59 UTC
Description of problem:

# perl -MCPAN -e shell;
cpan> install Ogg::Vorbis::Header
Can't locate Inline/MakeMaker.pm in @INC (@INC contains: <snip long list>
cpan> quit

# locate MakeMaker.pm
/usr/lib/perl5/5.8.5/ExtUtils/MakeMaker.pm

IOW: ExtUtils::MakeMaker is part of the perl proper package and 
it's installed by default, but for some reason it's not associated 
in @INC. 

How reproducible:
Every time (CentOS, but they haven't changed the package).

Comment 1 Jason Vas Dias 2006-05-14 11:37:11 UTC
Your CPAN install is looking for Inline::MakeMaker, and is not checking for
its dependency on this module, as it should.
perl-Inline is not installed by any RHEL-4 RPM .
Try:
 $ perl -MCPAN -e shell;
 cpan> install Inline
 ...
first, and then your Ogg::Vorbis::Header install should proceed.




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