I installed it by applying the patch. Went to lang/ruby/ and modified Rakefile as:
p.runtime_dependencies = %w[multi-json] to p.runtime_dependencies = %w[multi_json] and `sudo rake install` I am able to do RPC using Ruby server/client. I want a python server actually. In the repo https://github.com/phunt/avro-rpc-quickstart, there is lib named "libsnappy-dev". Does anybody know its equivalent for Mac OS? Thanks, Lenin On Wed, Apr 2, 2014 at 1:19 AM, Lenin Raj <[email protected]> wrote: > Hi All, > > I was trying to install the avro gem and got an error saying, > > ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError) > Unable to resolve dependency: avro (= 1.7.6) requires multi-json (>= 0) > > I learnt that, this was fixed in 1.7.7 ( > https://issues.apache.org/jira/browse/AVRO-1459) but the gem page( > http://rubygems.org/gems/avro) still shows 1.7.6. When do we get the > latest version? or How can build the gem locally by applying the patch? > > Thanks, > Lenin >
