Jump to content
5 posts in this topic

Recommended Posts

Since Transmission seems to have a small bug that prevents it to be used on Leopard on intel, here's a fixed build. If you want to fix it yourself, you can do it using this command:

 

install_name_tool -change /usr/lib/libcrypto.0.9.dylib /usr/lib/libcrypto.dylib /Applications/Transmission.app/Contents/MacOS/Transmission

 

Link to fixed build: http://kernel.ws/~puto/transmission-leopard.dmg.gz

No, because properly built applications link to libcrypto.dylib (which is Universal), not libcrypto.0.9.dylib (which is PPC-only). I don't have a clue why Transmission was linked to the wrong library. If you want, you can just universalize the library itself instead of fixing the app by doing:

 

sudo cp /usr/lib/libcrypto.dylib /usr/lib/libcrypto.0.9.dylib

 

(Note: I DID NOT TEST THIS. DO IT AT YOUR OWN RISK.)

×
×
  • Create New...