Re: rhel6 rpm file locations

Поиск
Список
Период
Сортировка
От Devrim GÜNDÜZ
Тема Re: rhel6 rpm file locations
Дата
Msg-id 1432830899.2771.41.camel@gunduz.org
обсуждение исходный текст
Ответ на Re: rhel6 rpm file locations  (Ted Toth <txtoth@gmail.com>)
Список pgsql-hackers
Hi,

On Thu, 2015-05-28 at 08:54 -0500, Ted Toth wrote:
> Are there any other packagers following the Fedora 'standards' that
> you are aware of?

It is not about following the standards or not. Unlike distro RPMs, you
can install multiple PostgreSQL versions into the same box using
community RPMS. That caused a bit of breakage.

So, instead of using %{_libdir}, we install our libs and binaries
under /usr/pgsql-X.Y, (like 9.4, 9.3), and use lib/ and bin/
subdirectory under that one. So, we are are not multiarch compatible.

I am not sure if we can ship 32-bit libs with 64-bit packages or not,
though, to fix this issue.

May I ask you to subscribe pgsql-pkg-yum@PostgreSQL.org if you want to
discuss more?

Regards,
-- 
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: fsync-pgdata-on-recovery tries to write to more files than previously
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] readlink missing nul-termination in pg_rewind