aaron bryden <[EMAIL PROTECTED]> said: > I have used fink successfully for over a year now and this is the > first problem i have had. I was doing an update so that I could use > another package in unstable and found that the package pymol broke > because of a problem with libpng. I tried in vain to fix this and > found some references to a similar problem that was allegedly fixed. > Eventually I gave up and wiped out /sw and reinstalled fink completely > and only installed the package pymol after changing to unstable. I > still get the following error when trying to run pymol: > > Traceback (most recent call last): > File "/sw/lib/pymol-py24/modules/pymol/__init__.py", line 109, in ? > import pymol > File "/sw/lib/pymol-py24/modules/pymol/__init__.py", line 353, in ? > import _cmd > ImportError: Failure linking new module: > /sw/lib/pymol-py24/modules/pymol/_cmd.so: Library not loaded: > /sw/lib/libpng.3.dylib > Referenced from: /sw/lib/pymol-py24/modules/pymol/_cmd.so > Reason: Incompatible library version: _cmd.so requires version > 16.0.0 or later, but libpng.3.dylib provides version 3.0.0 > > If anyone has any ideas on what could have gone wrong here they would > be greatly appreciated.
Last time I heard of something like this (lilypond maybe?), there was an internal lib of the higher version that was used at compile-time, but then the installed program linked to fink's own lib (the internal one got scrapped). This type of thing feels like a missing compile-time dependency on the compile-time package for libpng and/or upstream doing silly things with compiler flags (omitting global ones "sometimes" or misordering them or somesuch). Sorry can't be specifically helpful here, not on a Fink machine to play with it right now. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
