DrLous / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In OS X 10.5.5, launch Gitso, click Give Support, and Start
2. After X11 opens, Gitso hangs for approx. 30 seconds
3. Finally, the following message appears in Console:

[0x0-0xdc0dc].org.pythonmac.unspecified.Gitso[1421] dyld: Library not loaded: 
/opt/local/lib/libjpeg.62.dylib 

[0x0-0xdc0dc].org.pythonmac.unspecified.Gitso[1421]   Referenced from: 
/Applications/Gitso.app/Contents/Resources/vncviewer/vncviewer  

[0x0-0xdc0dc].org.pythonmac.unspecified.Gitso[1421]   Reason: image not found   

What version of the product are you using? On what operating system?

0.5. OS X 10.5.5.

Please provide any additional information below.

I have tried Gitso 0.5 on two different Macs, one running 10.5.3 and the other 
10.5.5. I receive 
the same error on both machines, and Gitso refuses to connect.

Original issue reported on code.google.com by tinya...@gmail.com on 11 Oct 2008 at 3:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
After a little digging, I found these directions:

http://tomster.org/blog/archive/2006/02/19/installing-libjpeg-on-os-x

which solved the issue for me. Here's what I did (only required on the support 
giver's Mac):

1. Download and unpack libjpeg source:
ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz

2. Issue the following commands from bash prompt:

$ cd jpeg-6b/
$ ln -s `which glibtool` ./libtool
$ export MACOSX_DEPLOYMENT_TARGET=10.5
$ sudo ./configure --enable-shared && make && sudo make install

If someone knows of a better solution, please post a followup.

In the meantime, this is working great. I am listening on OS X 10.5.5, and have 
connected from both Mac and 
Windows clients. Excellent job, Aaron and Derek!

Original comment by tinya...@gmail.com on 11 Oct 2008 at 9:33

GoogleCodeExporter commented 8 years ago
That's great investigation! I have always had libjpeg installed, thus I didn't 
see
the issue previously.  We'll include libjpeg with the next release or eliminate 
the
need for it altogether. Thanks for the detailed information.

Original comment by gerbe...@gmail.com on 23 Oct 2008 at 12:27

GoogleCodeExporter commented 8 years ago
My pleasure! Hope the info is of some small use to someone, at least until you 
guys address it in the next 
release. Thanks so much for crafting Gitso - it is a huge leap forward for 
non-hosted remote support.

Original comment by tinya...@gmail.com on 24 Oct 2008 at 12:54

GoogleCodeExporter commented 8 years ago

Original comment by gerbe...@gmail.com on 29 Oct 2008 at 6:06

GoogleCodeExporter commented 8 years ago
Now we use COTvnc and OSXvnc for an all native aqua experience and the libjpeg
libraries are included with the related VNC binaries.

Original comment by gerbe...@gmail.com on 17 Aug 2009 at 12:58