
seth at yewnix
Oct 26, 2002, 12:54 PM
Post #4 of 5
(1318 views)
Permalink
|
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 [at] apixels> To: <mythtv-dev [at] snowman> 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 [at] snowman > http://www.snowman.net/mailman/listinfo/mythtv-dev >
|