Trying to just install rocks db but getting the following error:
In file included from ../rocksdb.cc:3:0:
../DBNode.h:5:24: fatal error: rocksdb/db.h: No such file or directory
#include "rocksdb/db.h"
using node v9.11.1 on a linux ami instance. Rocksdb is properly configured (i can use the ldb command and can create a db, etc) but not sure why there error is happening.
The api looks great and would love to use it, looking forward to a response
Trying to just install rocks db but getting the following error:
In file included from ../rocksdb.cc:3:0:
../DBNode.h:5:24: fatal error: rocksdb/db.h: No such file or directory
#include "rocksdb/db.h"
using node v9.11.1 on a linux ami instance. Rocksdb is properly configured (i can use the ldb command and can create a db, etc) but not sure why there error is happening.
The api looks great and would love to use it, looking forward to a response