Bugs item #1580075, was opened at 2006-10-18 18:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1580075&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: garthz (garthz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mac OS 10.4.7 library naming conflicts

Initial Comment:
I found two critical problems with library name
conflicts in the Synfig-0.61.04.mpkg.zip Mac OS binary
release, as installed on a 10.4.7 system.

Shortly after installing I received the following
command line error:

$ open .
dyld: Library not loaded:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Reason: Incompatible library version: ImageIO
requires version 1.0.0 or later, but libPng.dylib
provides version 0.0.0
Trace/BPT trap

"open" is a standard OS X command; this should open the
current directory in the Finder, similar to double
clicking.

To fix this, I renamed the link
/usr/local/lib/libpng.dylib to something innocuous, and
then found a second similar problem:

$ open .
dyld: Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /usr/local/lib/libJPEG.dylib

Trace/BPT trap


I renamed the link /usr/local/lib/libjpeg.dylib to fix
that.

I imagine the problem stems from the fact that I have
/usr/local/lib on my LIBRARY_PATH and
DYLD_LIBRARY_PATH.  However, that is necessary for
other locally compiled packages, so I think this is
your bug; you could either re-package synfig to avoid
using public paths or change the library names to not
conflict with standard system libraries.






----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1580075&group_id=144022

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to