SYSTEM HALT

General Technology Blog

greenp0ison RC5 libcurl.4.dylib “Incompatible library version: greenpois0n requires version 6.0.0” on OSX 10.5.8

For those people who get error on launching greenp0ison on OSX 10.5.8.

Dyld Error Message:
Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /Users/username/Downloads/greenpois0n-5.app/Contents/MacOS/greenpois0n
Reason: Incompatible library version: greenpois0n requires version 6.0.0 or later, but libcurl.4.dylib provides version 4.0.0

Here is a fast fix:

Download libcurl.4.dylib

unzip the archive

  1. open terminal
  2. sudo su
  3. copy the file to /usr/lib overwriting the current one then.
  4. then use: cd /usr/lib
  5. Use command: chown root:wheel libcurl.4.dylib
  6. Use command: chmod 755 libcurl.4.dylib

start greenp0ison

3 thoughts on “greenp0ison RC5 libcurl.4.dylib “Incompatible library version: greenpois0n requires version 6.0.0” on OSX 10.5.8

  1. I followed this advice and it completely screwed up my macbook. Now it wont even start up. I tried reinstalling the Lion op system and even that wont work. Completely stressed out.

  2. well this guide is for OSX 10.5.8 (Leopard) and that`s not Lion :P, and this only works for this version. Sorry for the problems.

  3. I followed these instructions exactly and I’m still getting the error. Is there anything else I can do?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.