From: | "Ed L(dot)" <pgsql(at)bluepolka(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: ia64 hostname lookup problem |
Date: | 2004-10-23 00:37:23 |
Message-ID: | 200410221837.23060.pgsql@bluepolka.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Friday October 22 2004 5:11, Tom Lane wrote:
> "Ed L." <pgsql(at)bluepolka(dot)net> writes:
> > I've installed both 32-bit and 64-bit executables of 7.4.5 on ia64
> > running HP-UX B.11.23. The 32-bit version works fine and accepts both
> > local and remote connections. The 64-bit version, however, rejects
> > any/all attempts to connect with the following message:
> > FATAL: no pg_hba.conf entry for host "???", user "dba", database
> > "template1"
>
> It worked for me last time I tested on HP's testdrive machines. How did
> you build the 64-bit version *exactly* --- what configure options, what
> compiler version, etc?
I'd misapplied a patch. It works now. Here's exactly what I did:
1) export CC=gcc CFLAGS="-O2 -mlp64" LDFLAGS=-mlp64
2) Applied attached patch.
3) ./configure --without-readline --without-zlib \
--prefix=/opt/pgsql/postgresql-7.4.5-64bit
Attachment | Content-Type | Size |
---|---|---|
ia64-B.11.23-7.4.5.diff | text/x-diff | 2.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2004-10-23 01:42:06 | Re: [Slony1-general] Re: [GENERAL] Slony-I 1.0.4 Released |
Previous Message | Duane Lee - EGOVX | 2004-10-23 00:26:48 | Re: combining two queries? |