[Filterproxy-users] Re: filterproxy
Brought to you by:
mcelrath
From: Bob M. <mce...@dr...> - 2001-08-31 23:11:59
|
It looks like you're using mandrake packages on a redhat system. And the packages you got want perl 5.6.1. FilterProxy itself is happy with perl 5.005 or later. Ah, and it looks like you got some pld rpms too. PLD (Polish Linux Distribution) puts things in hosed places (like "i386-pld-linux" below) that redhat won't be happy with. Finding redhat packages is much harder now than it was a year ago. You used to be able to just use rpmfind and it would grab things for you. Now PLD and Mandrake packages are largely incompatible with redhat. Redhat also used to have all the CPAN packages in rpm format, but they haven't updated it in years and now they're horribly out of date. :( The *easiest* way to do this is to build it yourself. Grab the source for eperl from the Debian project: http://packages.debian.org/unstable/devel/eperl.html At the bottom there's the links to Source Code: http://ftp.debian.org/debian/pool/main/e/eperl/eperl_2.2.14.orig.tar.gz http://ftp.debian.org/debian/pool/main/e/eperl/eperl_2.2.14-3.diff.gz Apply the patch, build, and install the thing yourself. Second, use the perl CPAN tool to install the rest: > perl -MCPAN -e shell [...] CPAN> install Compress::Zlib CPAN> install Bundle::LWP CPAN> install Time::HiRes That should do it. If anyone wants to send me rpms for any of these, I'd be happy to put them on my site for people to download. Tamara Miller [mi...@dr...] wrote: > just trying to get filterproxy working. Do I need a newer version of perl > than 5.6.0? I downloaded all of those perl modules and filterproxy, but I= 'm still > getting some failed dependencies. >=20 >=20 > (0)<millert@chani:/home/millert> sudo rpm -U perl-* eperl-2.2.14-9mdk.i58= 6.rpm FilterProxy-0.29.1-1.noarch.rpm > error: failed dependencies: > /usr/lib/perl5/site_perl/i386-pld-linux/5.6.1 is needed by perl= -Compress-Zlib-1.13-1 > perl =3D 5.6.1 is needed by perl-Compress-Zlib-1.13-1 > perl(IO::Handle) is needed by perl-Compress-Zlib-1.13-1 > perl(constant) is needed by perl-Compress-Zlib-1.13-1 > perl(strict) is needed by perl-Compress-Zlib-1.13-1 > perl(vars) is needed by perl-Compress-Zlib-1.13-1 > perl(warnings) is needed by perl-Compress-Zlib-1.13-1 > perl-modules is needed by perl-Compress-Zlib-1.13-1 > perl-HTML-Tagset >=3D 3.03 is needed by perl-HTML-Parser-3.25-2 > perl >=3D 5.600 is needed by perl-URI-1.15-1mdk > perl-MIME-Base64 is needed by perl-libwww-perl-5.53-3 > perl-libnet is needed by perl-libwww-perl-5.53-3 > perl-Digest-MD5 is needed by perl-libwww-perl-5.53-3 > perl-base =3D 5.601 is needed by eperl-2.2.14-9mdk > libperl.so is needed by eperl-2.2.14-9mdk > perl-eperl is needed by FilterProxy-0.29.1-1 >=20 -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics |