Pu7o Posted August 15, 2006 Share Posted August 15, 2006 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 Link to comment https://www.insanelymac.com/forum/topic/24674-transmission-leopard-compatible-binary/ Share on other sites More sharing options...
domino Posted August 15, 2006 Share Posted August 15, 2006 Is this a sign of other incompatable binaries currently working under Tiger that might not work under Leopard? Link to comment https://www.insanelymac.com/forum/topic/24674-transmission-leopard-compatible-binary/#findComment-166260 Share on other sites More sharing options...
Pu7o Posted August 15, 2006 Author Share Posted August 15, 2006 Not really, Apple just seem to have forgotten to compile that specific version of libcrypto as universal. Link to comment https://www.insanelymac.com/forum/topic/24674-transmission-leopard-compatible-binary/#findComment-166654 Share on other sites More sharing options...
domino Posted August 16, 2006 Share Posted August 16, 2006 So this affects all users currently running Leopard. This would affect / limit use of encryped chats and email through SSL? Link to comment https://www.insanelymac.com/forum/topic/24674-transmission-leopard-compatible-binary/#findComment-167079 Share on other sites More sharing options...
Pu7o Posted August 16, 2006 Author Share Posted August 16, 2006 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.) Link to comment https://www.insanelymac.com/forum/topic/24674-transmission-leopard-compatible-binary/#findComment-167872 Share on other sites More sharing options...
Recommended Posts