in reply to Re: XML + SCO + 5.6.1
in thread XML + SCO + 5.6.1

I tried this out... Unfortunately it also requires ExtUtils::MakeMaker.. Damn that module! Thanks for the help though. I guess I'll have to write a simple parser myself, I'd rather use something more feature rich though. I even tried old versions of ExtUtils::MakeMaker but they still complained about the lib.pm missing.. Maybe there's a wrapper for lib.pm for old perl vers? Guess I better start searching!

Replies are listed 'Best First'.
Re^3: XML + SCO + 5.6.1
by eyepopslikeamosquito (Archbishop) on Oct 26, 2004 at 03:34 UTC
    Unfortunately it also requires ExtUtils::MakeMaker.. Damn that module!

    ExtUtils::MakeMaker is a core module. Has always been there, going back way before perl 5.6.1. Looks like something is horribly screwed with your Perl installation. Where did this perl 5.6.1 installation come from? Who built it? Help us out here with some example output from at least:

    perl -V uname -a

    In a normal Unix perl 5.6.1 installation, MakeMaker.pm resides in the perl installation tree in lib/5.6.1/ExtUtils/MakeMaker.pm. Try searching your Perl installation tree for the file MakeMaker.pm and let us know if it is there or not.

Re^3: XML + SCO + 5.6.1
by neilh (Pilgrim) on Oct 26, 2004 at 03:06 UTC
    That's interesting, given that the page I gave you said that it required Perl 5.6.0 as a minimum.
    Oh well.

    Neil