Re: Ownership/Permissions Problem

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Ownership/Permissions Problem
Date: 2010-12-24 21:37:44
Message-ID: alpine.LNX.2.00.1012241336400.4845@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-12-24 21:42:54 Re: Ownership/Permissions Problem
Previous Message John R Pierce 2010-12-24 21:29:55 Re: Ownership/Permissions Problem