Re: compat-postgresql-libs rpm bug in 64bit mode - Mailing list pgsql-general

From Devrim GÜNDÜZ
Subject Re: compat-postgresql-libs rpm bug in 64bit mode
Date
Msg-id 1218145718.2900.562.camel@laptop.gunduz.org
Whole thread Raw
In response to compat-postgresql-libs rpm bug in 64bit mode  (Kevin Murphy <murphy@genome.chop.edu>)
List pgsql-general
On Wed, 2008-08-06 at 13:01 -0400, Kevin Murphy wrote:
> The package creates /usr/lib64/libpq.so.4.1, but it does not create
> /usr/lib64/libpq.so.4 -> /usr/lib64/libpq.so.4.1.

This is a bit strange:

[root@koji-centos5-x86-64-pg83 ~]# ll /usr/lib64/libpq.so.4.1
-rwxr-xr-x 1 root root 140000 Jan 12  2008 /usr/lib64/libpq.so.4.1
[root@koji-centos5-x86-64-pg83 ~]# ll /usr/lib64/libpq.so.4
lrwxrwxrwx 1 root root 23 Aug  7 14:11 /usr/lib64/libpq.so.4 -> /usr/lib64/libpq.so.4.1

Symlinking is done after installing package with a %post operation.

I suggest you to create symlinks for yourself.

--
Devrim GÜNDÜZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org


Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres 8.3.x installation on Fedora 9 system
Next
From: Jack Orenstein
Date:
Subject: Re: Postgres 8.3.x installation on Fedora 9 system