mkyes has asked for the wisdom of the Perl Monks concerning the following question:
WriteMakefile( 'NAME' => 'CVSSupport', 'PREREQ_PM' => {'XML::Parser' => 0}, 'VERSION_FROM' => 'CVSSupport.pm', 'EXE_FILES' => 'cvs_harness', 'cvssupport_setup' , 'dist' => { 'COMPRESS' => 'gzip', 'SUFFIX' => '.gz' },
and this line claims that XML::Parser is not installed. when I force the make it then makes the complaint about
"Can't locate loadable object for module XML::Parser::Expat in @INC"
Any help would be appreciated.
Btw I'm running on Solaris 8 using gcc 3.1
Thanks,
Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate loadable object for module XML::Parser::Expat in @INC
by chromatic (Archbishop) on Aug 23, 2002 at 14:44 UTC | |
|
Re: Can't locate loadable object for module XML::Parser::Expat in @INC
by sauoq (Abbot) on Aug 23, 2002 at 15:33 UTC | |
|
Re: Can't locate loadable object for module XML::Parser::Expat in @INC
by gwhite (Friar) on Aug 23, 2002 at 17:56 UTC | |
by Anonymous Monk on Aug 23, 2002 at 19:17 UTC |