leveldb-ruby
leveldb-ruby copied to clipboard
Ruby bindings for LevelDB
Running gem install leveldb-ruby on MacOS (10.15.7) fails with ``` gem install leveldb-ruby Building native extensions. This could take a while... ERROR: Error installing leveldb-ruby: ERROR: Failed to build gem...
Hi I've installed leveldb-ruby and I'm getting this when I try to use ruby: symbol lookup error: /home/colin/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/leveldb-ruby-0.15/lib/leveldb/leveldb.so: undefined symbol: _ZN6snappy19MaxCompressedLengthEm I found a reference to this problem in the...
Hi, leveldb-ruby gem is very wonderful. but its leveldb is too old, so I updated to v1.20. Now, it can use ldb format. pls review it, and update gems :)...
ruby 2.3 ubuntu 14.04 when i call keys() ,it show the error
i have created the app by require 'leveldb' db = LevelDB::DB.new("test14.db") db.put "one","hi welcome3" puts db.get "one" Now after closing this app how to open the database??? i tried require...
Don't embed our own copy of LevelDB - build against the system on (the one pkg-config knows about) instead.
The existing README was not clear about opening an existing db or the requirement that keys and values must be strings. I've added text to the examples that addresses that.
We cam across problems when the gem was used within a bundle: ``` require 'leveldb' # -> /home/.../gems/leveldb-ruby-0.15/lib/leveldb.rb:1:in `require': cannot load such file -- leveldb/leveldb (LoadError) ``` The patch above...
rake test runs smoothly.