Re: [PATCHES] Patch to fix plpython on OS X - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: [PATCHES] Patch to fix plpython on OS X
Date
Msg-id 20050719204207.GA27781@winnie.fuhr.org
Whole thread Raw
In response to Re: [PATCHES] Patch to fix plpython on OS X  ("Jim C. Nasby" <decibel@decibel.org>)
Responses Re: [PATCHES] Patch to fix plpython on OS X  ("Jim C. Nasby" <decibel@decibel.org>)
List pgsql-hackers
On Tue, Jul 19, 2005 at 03:11:35PM -0500, Jim C. Nasby wrote:
> On Tue, Jul 19, 2005 at 01:54:00PM -0600, Michael Fuhr wrote:
> > Does this machine have ldd or the equivalent?  If so, can you compare
> > "ldd /path/to/python" and "ldd /path/to/plpython.so"?
>
> Oddly, no, it doesn't seem to have ldd. And the buildfarm script seems
> to clean everything up even in the pgsqlkeep directories; or at least I
> couldn't find a plpython.so laying around.

[googles]

"otool -L" appears to be the Darwin equivalent of ldd.  If you can
manage to find a plpython.so then it would be interesting to see
which libpython it's linked against.

Can you search the system for all files named libpython* and post
what you find?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-hackers by date:

Previous
From: "Christopher A. Watford"
Date:
Subject: Re: Enticing interns to PostgreSQL
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] Patch to fix plpython on OS X