I'm trying to open 1.76 on my mac but it crashes without starting. I looked on the logs with Console App and see the following :
http://transmission.pastebin.com/d5afb3cc5
It's telling me cURL is not loaded but if I list the /usr/lib dir it's definitely there
Code: Select all
scmacbook:~ stewartc$ ls /usr/lib/libcurl.4.*
/usr/lib/libcurl.4.0.0.dylib /usr/lib/libcurl.4.dylib
Stew