SOS for Mac OS X on Intel?

If you are having a problem using SourceOffSite, post a message here.

Moderator: SourceGear

Post Reply
mcohen
Posts: 2
Joined: Thu Feb 02, 2006 2:25 pm
Location: Fort Lauderdale
Contact:

SOS for Mac OS X on Intel?

Post by mcohen » Thu Feb 02, 2006 2:36 pm

I've been using SOS on my PowerBook to work remotely for a few years. However I just got a new Intel iMac and SOS will no longer work on it. The problem is that the non-native SOS client can't load the native libraries:

Code: Select all

[mike: mike]$ sos
dyld: Library not loaded: /opt/local/lib/libexpat.0.dylib
  Referenced from: /usr/local/bin/sos
  Reason: no suitable image found.  Did find:
        /opt/local/lib/libexpat.0.dylib: mach-o, but wrong architecture
Trace/BPT trap
[mike: mike]$ file /opt/local/lib/libexpat.0.dylib 
/opt/local/lib/libexpat.0.dylib: symbolic link to `libexpat.1.dylib'
[mike: mike]$ file /opt/local/lib/libexpat.1.dylib 
/opt/local/lib/libexpat.1.dylib: symbolic link to `libexpat.1.5.0.dylib'
[mike: mike]$ file /opt/local/lib/libexpat.1.5.0.dylib 
/opt/local/lib/libexpat.1.5.0.dylib: Mach-O dynamically linked shared library i386
Do you have an i386 build of SOS for Mac OS X?
Mike Cohen
Mac Developer, Absolute Software

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Mon Feb 06, 2006 7:05 am

We don't have an i386 build, but we can provide you with the source code for our SOS Unix client and you can build your own client. Email support@sourcegear.com and ask for the Unix Client source code.
Linda Bauer
SourceGear
Technical Support Manager

lgivens
Posts: 3
Joined: Fri Feb 17, 2006 3:38 pm

Re: SOS for Mac OS X on Intel?

Post by lgivens » Sun Jun 25, 2006 11:31 pm

Fink's gone Universal Binary (http://fink.sourceforge.net/download/index.php) If I find some time (and get back my MacBook Pro from AppleCare :) I'll recompile using the new Fink and SOS 4.1.2 on the Intel platform.

Thanks...

Lee Givens
Discovery Communications, Inc.
mcohen wrote:I've been using SOS on my PowerBook to work remotely for a few years. However I just got a new Intel iMac and SOS will no longer work on it. The problem is that the non-native SOS client can't load the native libraries:

Code: Select all

[mike: mike]$ sos
dyld: Library not loaded: /opt/local/lib/libexpat.0.dylib
  Referenced from: /usr/local/bin/sos
  Reason: no suitable image found.  Did find:
        /opt/local/lib/libexpat.0.dylib: mach-o, but wrong architecture
Trace/BPT trap
[mike: mike]$ file /opt/local/lib/libexpat.0.dylib 
/opt/local/lib/libexpat.0.dylib: symbolic link to `libexpat.1.dylib'
[mike: mike]$ file /opt/local/lib/libexpat.1.dylib 
/opt/local/lib/libexpat.1.dylib: symbolic link to `libexpat.1.5.0.dylib'
[mike: mike]$ file /opt/local/lib/libexpat.1.5.0.dylib 
/opt/local/lib/libexpat.1.5.0.dylib: Mach-O dynamically linked shared library i386
Do you have an i386 build of SOS for Mac OS X?

Post Reply