[mythtv] compile problems w/Red Hat 8.0

Seth Wonder mythtv-dev@snowman.net
Sat, 26 Oct 2002 15:54:46 -0400


I finally became annoyed at about 2AM and decided to take the easy way out.

If you *know* (think?) you have everything you need, simply go into your
xmltv src directory, open up Makefile.PL, head to line 57:

my %prereqs
  = (
     'LWP' => 0,
     'XML::Twig' => 0,
     'Date::Manip' => 5.4,
     'XML::Writer' => 0,
    );

--

Yank line 60 ('XML::Twig'). Save... ; perl Makefile.PL ; watch errors for
Date::Manip (UTF problems, seems to be related to the version of perl they
are using in RH 8.0?.. search google.).

make ; make install

--

This will probably break something, for someone, but it works for me. YMMV!

Re,
Seth (skitzo)


----- Original Message -----
From: "Jeremy Oddo" <joddo@apixels.net>
To: <mythtv-dev@snowman.net>
Sent: Saturday, October 26, 2002 3:25 PM
Subject: Re: [mythtv] compile problems w/Red Hat 8.0


> > Hi there. After much struggle I finally have xmltv installed and
> > working.
>
> Do you have any note/hints for getting xmltv running under RH8.0?  I have
> been trying for an hour or so without any luck.  If I do a "perl
> Makefile.pl" it says that I don't have Tk installed, but if I do an "rpm
> -q tk" it tells me that I *DO* have Tk installed.  It also spits out a lot
> of Unicode errors because for RH8, they decided to go unicode.  I'm
> totally lost!
>
> Any help would be, er, helpful :)
>
> Jeremy
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>