xiaoxichen / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

IO error: lock testdb/LOCK: Function not implemented #229

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[xxx leveldb]$ g++ -I./include -L./ test.cpp -lpthread -lleveldb
[xxx leveldb]$ ./a.out 
IO error: lock testdb/LOCK: Function not implemented
a.out: test.cpp:15: int main(int, char**): Assertion `status.ok()' failed.
Aborted

How to deal with this problem?

Original issue reported on code.google.com by jourk...@gmail.com on 7 Mar 2014 at 2:04

GoogleCodeExporter commented 9 years ago
Did you solved this problem?

Original comment by xuzhimin...@gmail.com on 5 Nov 2014 at 1:08