dbTalk Databases Forums  

ia64 hostname lookup problem

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss ia64 hostname lookup problem in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ed L.
 
Posts: n/a

Default ia64 hostname lookup problem - 10-22-2004 , 05:40 PM







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"

These are using identical pg_hba.conf files. Any clues?

Ed


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: ia64 hostname lookup problem - 10-22-2004 , 06:11 PM






"Ed L." <pgsql (AT) bluepolka (DOT) net> writes:
Quote:
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?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html



Reply With Quote
  #3  
Old   
Ed L.
 
Posts: n/a

Default Re: ia64 hostname lookup problem - 10-22-2004 , 07:37 PM



On Friday October 22 2004 5:11, Tom Lane wrote:
Quote:
"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



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.