ia64 hostname lookup problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ed L.

    ia64 hostname lookup problem


    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?



  • Tom Lane

    #2
    Re: ia64 hostname lookup problem

    "Ed L." <pgsql@bluepolk a.net> writes:[color=blue]
    > 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"[/color]

    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?



    Comment

    • Ed L.

      #3
      Re: ia64 hostname lookup problem

      On Friday October 22 2004 5:11, Tom Lane wrote:[color=blue]
      > "Ed L." <pgsql@bluepolk a.net> writes:[color=green]
      > > 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"[/color]
      >
      > 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?[/color]

      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?



      Comment

      Working...