On Wed, Nov 16, 2005 at 11:50:51AM -0500, Tom Lane wrote:
> "Jim C. Nasby" <[EMAIL PROTECTED]> 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.

[EMAIL PROTECTED]: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)
[EMAIL PROTECTED]: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)
[EMAIL PROTECTED]: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)
[EMAIL PROTECTED]: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)
[EMAIL PROTECTED]:14]~/buildfarm/source:43%

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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to