unable to load libtidy.dylib
I'm trying to run on my mac os 10.6 a Ruby script that apparently requires libtidy.
I spent an hour trying to find an information on how to get libtidy installed.
'gem install tidy' didn't help
I'm amazed that I was unable to find the answers in g开发者_JAVA技巧oogle :/
Here is how I solved it:
fink install tiny-dev
locate libtidy.dylib
cp /.../libtidy.dylib /..path of ruby../..
精彩评论