Re: Python Error

From: "Tamir Halperin" <tamir(at)brobus(dot)net>
To: "Daniel R(dot) Anderson" <dan(at)mathjunkies(dot)com>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Python Error
Date: 2003-03-27 21:06:39
Message-ID: 985DF46E87E0C047A3670048DBCAD0556BD6@andrew.brobus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

sounds like you're missing a symlink. I don't know enough to fix the problem but a symlink fixed a similar problem for me pertaining to the same file.

In my case it was because I didn't install crypto but was trying to work with pgsql and ssl.

> -----Original Message-----
> From: Daniel R. Anderson [mailto:dan(at)mathjunkies(dot)com]
> Sent: Thursday, March 27, 2003 3:50 PM
> To: pgsql-general
> Subject: [GENERAL] Python Error
>
>
> Hi,
>
> I juts tried to load the python module instead of using c as a way to
> program an interface with the client. I went into python and typed:
>
> >>> import pg
>
> and I got:
>
> /usr/libexec/ld.so: python: libpq-so.3.0: No such file or directory.
>
> What am I doing wrong?
>
> Thanks,
>
> -Dan
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Bartlett 2003-03-27 21:14:30 Re: About OIDs
Previous Message Greg Stark 2003-03-27 21:06:28 file in data doesn't correspond to any oid in pg_class?