OSX GUI client, how to install?

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

Moderator: SourceGear

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

Post by lbauer » Fri Sep 02, 2005 4:14 pm

Mac users, note: The Mac Client for SOS 4.1.2 needs GTK 2.6, not 2.4 as in the earlier release.
Linda Bauer
SourceGear
Technical Support Manager

Jerome Cahuzac

GTK2.6

Post by Jerome Cahuzac » Mon Sep 05, 2005 4:13 am

Can you put a link to dowwnload the GTK client ?

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

Post by lbauer » Mon Sep 05, 2005 12:17 pm

We suggest getting GTK 2.6 as part of a Fink download. Use the "unstable" distribution.

Here are some relevant links:

http://fink.sourceforge.net/
http://fink.sourceforge.net/faq/usage-fink.php#unstable
http://fink.sourceforge.net/faq/index.php?phpLang=en
Last edited by lbauer on Thu Nov 03, 2005 9:48 am, edited 1 time in total.
Linda Bauer
SourceGear
Technical Support Manager

mharkins
Posts: 1
Joined: Thu Oct 27, 2005 4:05 pm

OS X 10.4.2 and SOS GUI Issues...

Post by mharkins » Thu Oct 27, 2005 4:07 pm

Hello,

I'm running OS X 10.4.2, and have installed X11 and GTK 2.6. I launch SOS in X11, type in:

cd /Applications/SourceOffSite

and then: ./sos

but every single time I get this message:

dyld: Library not loaded: /sw/lib/libreadline.5.dylib
Referenced from: /Applications/SourceOffSite/./sos
Reason: image not found
Trace/BPT trap

My guess (since I am not familiar with Unix commands) is that I am missing the libreadline.5.dylib file, which is supposed to reside in /sw/lib. I have run searches for the libreadline.5.dylib using Terminal -- is this file supposed to be part of the SOS 4.11 installer? Can you tell me where I can obtain this file??

Many thanks,

Michaela
Michaela Harkins
mharkins@aquent.com

Guest

Post by Guest » Wed Nov 02, 2005 7:37 pm

This is a link to 2.06.

Does SOS 4.1.2 requiquire 2.06 or 2.6?

Thanks,
Sheryl

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

Post by lbauer » Thu Nov 03, 2005 9:50 am

I've updated that information.

SOS 4.1.2 requires GTK 2.6, which can be installed as part of a Fink download. Use the "unstable" distribution.

Here are some relevant links:

http://fink.sourceforge.net/
http://fink.sourceforge.net/faq/usage-fink.php#unstable
http://fink.sourceforge.net/faq/index.php?phpLang=en

We are not sure what's causing the dependency reported in the libreadline error message, but we did find that Fink lists both a "readline" and a "readline5" package. We're not sure why they have both now, but one of our Mac users installed readline5 and SOS worked for him. You can get it from this link:

http://fink.sourceforge.net/pdb/list.php
Linda Bauer
SourceGear
Technical Support Manager

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

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

lbauer wrote:I've updated that information.

SOS 4.1.2 requires GTK 2.6, which can be installed as part of a Fink download. Use the "unstable" distribution.

Here are some relevant links:

http://fink.sourceforge.net/
http://fink.sourceforge.net/faq/usage-fink.php#unstable
http://fink.sourceforge.net/faq/index.php?phpLang=en

We are not sure what's causing the dependency reported in the libreadline error message, but we did find that Fink lists both a "readline" and a "readline5" package. We're not sure why they have both now, but one of our Mac users installed readline5 and SOS worked for him. You can get it from this link:

http://fink.sourceforge.net/pdb/list.php
If the libraries aren't installed in the place SOS wants it, you can use set the environment variable DYLD_FALLBACK_LIBRARY_PATH to cause it to look somewhere else for the libraries, for example:

Code: Select all

export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib
Since I use DarwinPorts instead of fink, that will allow it to find the libraries.
Mike Cohen
Mac Developer, Absolute Software

Post Reply