From: "Lamar Owen" <[EMAIL PROTECTED]>
> Better is to install with RPM, as dependencies do actually have a use.
>
> Use www.rpmfind.net to find the source RPM for the updated gettext RPM and
> rebuild it first, then the main rebuild will go smoother.
Doesn't exist the rpm for Redhat 7.1 for a ver
On Thursday 21 February 2002 06:22 pm, Peter Eisentraut wrote:
> Gaetano Mendola writes:
> > root@XXX> rpm --rebuild postgresql-7.2-1PGDG.src.rpm
> > Installing postgresql-7.2-1PGDG.src.rpm
> > error: failed build dependencies:
> > gettext >= 0.10.36 is needed by postgresql-7.2-1PGDG
> rpm --re
Gaetano Mendola writes:
> root@XXX> rpm --rebuild postgresql-7.2-1PGDG.src.rpm
> Installing postgresql-7.2-1PGDG.src.rpm
> error: failed build dependencies:
> gettext >= 0.10.36 is needed by postgresql-7.2-1PGDG
Try
rpm --rebuild --nodeps postgresql-7.2-1PGDG.src.rpm
--
Peter Eisentraut [
"Morten Sickel" <[EMAIL PROTECTED]> wrote:
> I would guess that it is looking up in the RPM database for gettext, and
as
> it is not installed from an RPM, it is not registered there. Have you
tried
> building it from the .tar.gz file? (That kind of problems caused me to
quit
> using RPMs allthoge
From: Gaetano Mendola [mailto:[EMAIL PROTECTED]]
>
> I'm trying to build the binaries of Postgresql 7.2 for Redhat 7.1
>
> This was the resoult:
>
(Failed dependencies)
> I tried to find a new binary for gettext without result, so I
> donwloaded
> the source, I installed the version 0.10.40
I'm trying to build the binaries of Postgresql 7.2 for Redhat 7.1
This was the resoult:
root@XXX> rpm --rebuild postgresql-7.2-1PGDG.src.rpm
Installing postgresql-7.2-1PGDG.src.rpm
error: failed build dependencies:
gettext >= 0.10.36 is needed by postgresql-7.2-1PGDG
I tried to find a new b