PG 9.1 on Debian Squeeze

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: 'PostgreSQL' <pgsql-general(at)postgresql(dot)org>
Subject: PG 9.1 on Debian Squeeze
Date: 2011-10-08 11:19:22
Message-ID: 4E9031BA.7010403@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I'm not sure if this is the correct place for this, but here goes: I've
just installed Postgres 9.1.1 from backports.debian.org on a fresh
installation of Debian Squeeze, and when I run psql here's what I get:

rod(at)simecom:~$ psql -U postgres -h localhost
Can't exec "dpkg-architecture": No such file or directory at
/usr/bin/psql line 103.
Use of uninitialized value $multiarch in scalar chomp at /usr/bin/psql
line 104.
Password for user postgres:
psql (9.1.1)
SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)
Type "help" for help.

postgres=#

It looks to me as if there's a bug there somewhere.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jens Wilke 2011-10-08 11:39:11 Re: PG 9.1 on Debian Squeeze
Previous Message Filip Rembiałkowski 2011-10-08 08:26:58 Re: Best PostGIS function for finding the nearest line segment to a given point