Re: OS X 7.4 failure - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: OS X 7.4 failure
Date
Msg-id 20051116171506.GW44860@pervasive.com
Whole thread Raw
In response to Re: OS X 7.4 failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: OS X 7.4 failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: OS X 7.4 failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Nov 16, 2005 at 11:50:51AM -0500, Tom Lane wrote:
> "Jim C. Nasby" <jnasby@pervasive.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@phonebook.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@phonebook.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@phonebook.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
version299.35.0)       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.3)
 
buildfar@phonebook.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@phonebook.1[11:14]~/buildfarm/source:43%

I'll try yanking that stuff in any case...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: MERGE vs REPLACE
Next
From: Bruce Momjian
Date:
Subject: Re: MERGE vs REPLACE