Re: [users] postgis-utils dependency

2012-07-10 Thread Greg Hazel
Is this something that should be added to rpmforge, since postgis-utils requires it? -Greg On Jul 10, 2012, at 3:49 PM, Ben Tilly wrote: > I'm guessing it is looking for > http://search.cpan.org/~mergl/pgsql_perl5-1.9.0/Pg.pm. > > You can use cpanspec or cpan2rpm to package it for yourself, ins

Re: [users] postgis-utils dependency

2012-07-10 Thread Ben Tilly
I'm guessing it is looking for http://search.cpan.org/~mergl/pgsql_perl5-1.9.0/Pg.pm. You can use cpanspec or cpan2rpm to package it for yourself, install that package, and then the dependency will be satisfied. On Tue, Jul 10, 2012 at 2:42 PM, Greg Hazel wrote: > Hello, > > I'm running Amazon L

[users] postgis-utils dependency

2012-07-10 Thread Greg Hazel
Hello, I'm running Amazon Linux, and I have rpmforge setup as a repo. I'm trying to install postgis-utils, but I've encountered an error: Error: Package: postgis-utils-1.3.6-1.el6.rf.x86_64 (rpmforge) Requires: perl(Pg) However, I have perl-DBD-Pg installed, from the Amazon repo. Is