Search Postgresql Archives

Re: yum repository packages 9.0 and 9.1 libpq conflict

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



John R Pierce <pierce@xxxxxxxxxxxx> writes:
> CONFIGURE = '--disable-rpath' '--prefix=/usr/pgsql-9.1' .....
> muh oh.   why is that?!?

It's distro policy on all Red Hat-based systems (and probably others as
well) not to use rpath; you're supposed to use ldconfig instead.  It's
thus totally unsurprising that removing a package's /etc/ld.so.conf.d
file breaks it.

However, it's not clear to me that this policy can support multiple
packages expecting to install different libraries with the same soname
and major version.  I'm not enough of a packaging weenie to know if
there's a standard workaround for that.  Devrim might have to resort to
something like shipping the latest (9.1.x) version of libpq.so in all of
his packages.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux