Re: [GENERAL] Error message when using perl to connect to Postgres Server

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: Postgres-General <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Error message when using perl to connect to Postgres Server
Date: 1999-06-15 12:48:22
Message-ID: 37664B96.4660F135@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Make sure your perl DBD-Pg and DBI are compiled with the correct version
of postgres.

> Erik Colson wrote:
>
> Hi!
>
> I installed (compiled) latest versions of Perl, Postgres.
>
> I can access the database via 'psql' but allways get an error when
> trying to connect from a perl-script :
>
> The message is : Unsupported frontend protocol
>
> As far as I could see, this has something to do with libpq ?
> Is this correct ?
> libpq.so.2 and libpq.so.3 are compiled with Postgres. What for
> libpq.so.1 ? I cannot find the sources anywhere, only the binary is on
> my system !
>
> Thanks for help!
>
> Eri
--
Chris Bitmead
mailto:chris(at)tech(dot)com(dot)au
http://www.techphoto.org - Photography News, Stuff that Matters

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jelle Ruttenberg 1999-06-15 13:06:34 Problem installing PostgreSQL 6.5
Previous Message Erik Colson 1999-06-15 12:43:18 Error message when using perl to connect to Postgres Server