From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
---|---|
To: | "Gaetano Mendola" <mendola(at)bigfoot(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: RPMS |
Date: | 2002-04-28 16:09:18 |
Message-ID: | 200204281809.18645.jm.poure@freesurf.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Rasmus Mohr | 2002-04-29 07:30:15 | Re: Permission on tables |
Previous Message | Doug Needham | 2002-04-28 02:58:00 | replication |