Still have problems connecting to Localhost... - Mailing list pgsql-interfaces

From Andre Carvalho
Subject Still have problems connecting to Localhost...
Date
Msg-id 000d01beb1f1$287a7020$0201a8c0@get
Whole thread Raw
Responses RE: [INTERFACES] Still have problems connecting to Localhost...  (Craig Orsinger <orsingerc@epg-gw1.lewis.army.mil>)
List pgsql-interfaces
Thanx for solution with "load libpgtcl.so"...
 
but now I have the other problem when I try to connect to the localhost server (with libpgtcl) I get the answer:
"Connection to database failed
 User authentication failed"...
 
  I verified and the server is running with the -i option (it's OK) , and connections from other machines to the server work fine too.
  But when try to use libpgtcl to local connections I get errors... Running psql localy works fine too, but with the options:
" psql -h localhost -u template1 "
I received the error:
"Connection to database 'template1' failed
 User authentication failed"...
 
  I just can't understand why remote connections work fine and local not... if anyone can help me....
 
   Andre Carvalho...

pgsql-interfaces by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [PHP3] Needs pgsql.so
Next
From: Craig Orsinger
Date:
Subject: RE: [INTERFACES] Still have problems connecting to Localhost...