On 3/24/13 7:05 PM, Evgeni Solodov wrote: > Hi... > I've installed fink without any problems to Retina 15.4' and first I got - I > cannot start xterm from the terminal: > > Process: tcsh [51836] > Path: /bin/tcsh > Identifier: tcsh > Version: 64 > Code Type: X86-64 (Native) > Parent Process: xterm [51835] > User ID: 501 > > Date/Time: 2013-03-24 21:49:46.714 +0700 > OS Version: Mac OS X 10.8.3 (12D78) > Report Version: 10 > > Crashed Thread: 0 Dispatch queue: com.apple.main-thread > > Exception Type: EXC_BREAKPOINT (SIGTRAP) > Exception Codes: 0x0000000000000002, 0x0000000000000000 > > Dyld Error Message: > Symbol not found: _iconv_open > Referenced from: /bin/tcsh > Expected in: /sw/*/libiconv.2.dylib > > Second, I've installed gv, also without any error notification, but when I > start it I have: > > [~] gv > dyld: Symbol not found: __cg_jpeg_resync_to_restart > Referenced from: > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO > Expected in: /sw/lib/libJPEG.dylib > in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO > Trace/BPT trap > > Please, help. > Thanks.
It looks like you have DYLD_LIBRARY_PATH=/sw. That's not something we advocate, and it results in just what you're seeing: system stuff gets pointed to the wrong libraries. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
