From: | "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: OS X 7.4 failure |
Date: | 2005-11-16 17:15:07 |
Message-ID: | 20051116171506.GW44860@pervasive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Nov 16, 2005 at 11:50:51AM -0500, Tom Lane wrote:
> "Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> > I do have perl, python, tcl and nls enabled, could one of them
> > be trying to pull libssl and libcrypto in for some reason?
>
> Perhaps --- try "otool -L" (local equivalent of ldd) on them to find
> out.
buildfar(at)phonebook(dot)1[11:13]~/buildfarm/source:39%otool -L `which perl`
/opt/local/bin/perl:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.3)
buildfar(at)phonebook(dot)1[11:13]~/buildfarm/source:40%otool -L `which python`
/opt/local/bin/python:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.1)
buildfar(at)phonebook(dot)1[11:13]~/buildfarm/source:41%otool -L `which tclsh`
/opt/local/bin/tclsh:
/opt/local/lib/libtcl8.4.dylib (compatibility version 8.4.0, current version 8.4.11)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 299.35.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.3)
buildfar(at)phonebook(dot)1[11:14]~/buildfarm/source:42%otool -L /opt/local/lib/libtcl8.4.dylib
/opt/local/lib/libtcl8.4.dylib:
/opt/local/lib/libtcl8.4.dylib (compatibility version 8.4.0, current version 8.4.11)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 299.35.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.3)
buildfar(at)phonebook(dot)1[11:14]~/buildfarm/source:43%
I'll try yanking that stuff in any case...
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-11-16 17:22:37 | Re: OS X 7.4 failure |
Previous Message | Simon Riggs | 2005-11-16 17:13:49 | Numeric 508 datatype |