Re: RPMS - Mailing list pgsql-admin

From Jean-Michel POURE
Subject Re: RPMS
Date
Msg-id 200204281809.18645.jm.poure@freesurf.fr
Whole thread Raw
In response to RPMS  ("Gaetano Mendola" <mendola@bigfoot.com>)
List pgsql-admin
Le Jeudi 25 Avril 2002 12:13, Gaetano Mendola a écrit :
> $ rpm -bl  postgresql.spec

Try rpm -ba postgresql.spec which builds both source and binary RPMs.
You may need additional libraries if compilation does not work. Building an
RPM from spec is quite usefull when you want to choose specific compilation
options.

Otherwise, if you don't need to modify compilation options, just go for :
rpm --rebuild --target i586 postgresql.src.rpm which will rebuild a binary
package.

So why is it i586 and not i686? The answer is last time I compiled PostgreSQL
7.0 for i686, I got some errors; even with all libraries installed. From
then, I always used the --target i586 flag.

Cheers,
Jean-Michel POURE

pgsql-admin by date:

Previous
From: Doug Needham
Date:
Subject: replication
Next
From: Rasmus Mohr
Date:
Subject: Re: Permission on tables