Pg - Perl 5 prob

Started by Ludwig Meyerhoffalmost 25 years ago3 messagesgeneral
Jump to latest
#1Ludwig Meyerhoff
ludwig@antar.com

Hallo!

I made an debian update of postgresql, from 6.5.?? to 7.0.1. (?) ...
That worked fine. I then created my database and access user again,
started psql and created the database from the dump I have made some time
ago.

In fact, the database is created, all the table are there, empty, as I
have saved them.
Logged in as user ludwig I can insert data with no problem.

But as my small Perl-program tries to connect to the database, that does
not work. postgres.log: "Peer authentication failed for user 'ludwig'"

What to do?

Ludwig

#2Lincoln Yeoh
lyeoh@pop.jaring.my
In reply to: Ludwig Meyerhoff (#1)
Re: Pg - Perl 5 prob

Did you remake your perl DB drivers?

You might have to do that.

Link.

At 02:03 AM 25-05-2001 +0200, Ludwig Meyerhoff wrote:

Show quoted text

Hallo!

I made an debian update of postgresql, from 6.5.?? to 7.0.1. (?) ...
That worked fine. I then created my database and access user again,
started psql and created the database from the dump I have made some time
ago.

In fact, the database is created, all the table are there, empty, as I
have saved them.
Logged in as user ludwig I can insert data with no problem.

But as my small Perl-program tries to connect to the database, that does
not work. postgres.log: "Peer authentication failed for user 'ludwig'"

What to do?

Ludwig

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

#3Ludwig Meyerhoff
ludwig@antar.com
In reply to: Lincoln Yeoh (#2)
Re: Re: Pg - Perl 5 prob

Hallo!

Did you remake your perl DB drivers?
You might have to do that.

Have been automatically upgraded.

Ludwig