I get the following error:
Library not loaded: /usr/local/lib/libz.1.2.2.dylib
Referenced from: /Applications/xdrawchem199/xdrawchem.app/Contents/MacOS/xdrawchem
Reason: Incompatible library version: xdrawchem requires version 1.2.0 or later, but libz.1.2.2.dylib provides version 1.0.0
xdrawchem
2D molecule drawing program
Version: 1.9.9
Fail to launch
Feedback Type: Troubleshooting Report
Contributed by: rmark Saturday, December 10 2005 @ 03:25 PM PST
Product Platform: MacOSX
Used Product For: Less than a month
System Info:OS 10.4.3, QTMac401
Comments
Fail to launch - slartibart
the reported error results from a "feature" in the Makefile for libz. The entry "compatibility version" is set to "1.0" - if you can, edit the Makefile by changing this to "1.2" and recompile the libz library. After "make install" the problem is simply gone.Monday, December 12 2005 @ 06:06 AM PST
Fail to launch - slartibart
the reported error results from a "feature" in the Makefile for libz. The entry "compatibility version" is set to "1.0" - if you can, edit the Makefile by changing this to "1.2" and recompile the libz library. After "make install" the problem is simply gone.Reply to This
Monday, December 12 2005 @ 06:03 AM PST