adamlofts / leveldb_dart

Dart bindings for the LevelDB key value store.
MIT License
24 stars 5 forks source link

Undefined symbol on your prebuilt shared object #5

Closed dyu closed 7 years ago

dyu commented 7 years ago

After running pub get && pub run example/main.dart, I get:

symbol lookup error: ///absolute/path/to/leveldb_dart/lib/libleveldb.so: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm

I'm on ubuntu 14.04 x64

adamlofts commented 7 years ago

Could you pull from master and try again. I have improved the compatibility of the build and I think it should work on Ubuntu 14.04 now.

dyu commented 7 years ago

It works. Sorry it took long to verify (didn't see the mail notification from gh)