Re: RPMS

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: RPMS
Дата
Msg-id 200204281809.18645.jm.poure@freesurf.fr
обсуждение исходный текст
Ответ на RPMS  ("Gaetano Mendola" <mendola@bigfoot.com>)
Список 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 по дате отправления:

Предыдущее
От: Doug Needham
Дата:
Сообщение: replication
Следующее
От: Rasmus Mohr
Дата:
Сообщение: Re: Permission on tables