Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Home / Education  |  Math / Science  |  xdrawchem  |  Fail to launch

xdrawchem

xdrawchem

2D molecule drawing program

Version:  1.9.9

   [ Views: 1123 ]

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

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
  
System Info:OS 10.4.3, QTMac401

1 of 1 users found this helpful.

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

2 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.

Reply to This

Monday, December 12 2005 @ 06:03 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:06 AM PST