Re: Ownership/Permissions Problem - Mailing list pgsql-general

From Rich Shepard
Subject Re: Ownership/Permissions Problem
Date
Msg-id alpine.LNX.2.00.1012241336400.4845@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Ownership/Permissions Problem  (John R Pierce <pierce@hogranch.com>)
Responses Re: Ownership/Permissions Problem  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On Fri, 24 Dec 2010, John R Pierce wrote:

> wild guess says, libpq.so.5  or whatever its linked to.

John,

   That was my original thought, too.

> on this system...
>
> $ ls -l /usr/lib/libpq*
> lrwxrwxrwx 1 root root     12 Dec 23  2009 /usr/lib/libpq.so.5 ->
> libpq.so.5.1
> -rwxr-xr-x 1 root root 138316 Dec 10  2009 /usr/lib/libpq.so.5.1

   Here,

[root@salmo ~]# ll /usr/local/pgsql/lib/libpq*
-rw-r--r-- 1 root root 191494 2010-12-14 10:08 /usr/local/pgsql/lib/libpq.a

lrwxrwxrwx 1 root root     12 2010-12-14 10:08 /usr/local/pgsql/lib/libpq.so
-> libpq.so.5.3*

lrwxrwxrwx 1 root root     12 2010-12-14 10:08
/usr/local/pgsql/lib/libpq.so.5 -> libpq.so.5.3*

-rwxr-xr-x 1 root root 153929 2010-12-14 10:08
/usr/local/pgsql/lib/libpq.so.5.3*

   So libpq.so.5.3 has 755 permissions.

Rich

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Ownership/Permissions Problem
Next
From: John R Pierce
Date:
Subject: Re: Ownership/Permissions Problem