Re: trouble with mod_auth_pgsql

From: cliff(at)cliffmeyers(dot)com
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: trouble with mod_auth_pgsql
Date: 2003-05-21 15:57:03
Message-ID: 20030521085703.5714.h016.c001.wm@mail.cliffmeyers.com.criticalpath.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I'm not sure exactly what you're getting at in your post... except that when I
issue your first command, nothing shows up...

[root(at)vanadium apache_1.3.27]# find -mount -name "libpq.so.3*"
[root(at)vanadium apache_1.3.27]# find / -name "libpq.so.3*"
/usr/local/src/postgresql-7.3.2/src/interfaces/libpq/libpq.so.3.0
/usr/local/src/postgresql-7.3.2/src/interfaces/libpq/libpq.so.3
/usr/local/pgsql/lib/libpq.so.3
/usr/local/pgsql/lib/libpq.so.3.0

My / and /usr are on separate partitions so I assume that by removing the -mount
option that's why the files show up afterwards. Any other ideas?

-Cliff

On Wed, 21 May 2003 11:44:54 -0400, JL wrote:

>
> #>find / -mount -name "libpq.so.3*"
> /usr/lib/libpq.so.3.0
> /usr/lib/libpq.so.3
>
> #>l /usr/lib/libpq.so.3*
> lrwxrwxrwx 1 root root 12 May 2 13:09 /usr/lib/libpq.so.3 ->
> libpq.so.3.0*
> -rwxr-xr-x 1 root root 96044 Mar 17 10:57 /usr/lib/libpq.so.3.0*

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message gemons 2003-05-21 19:20:50 Re: trouble with mod_auth_pgsql
Previous Message cliff 2003-05-21 14:55:07 Re: trouble with mod_auth_pgsql