I’m trying to create RocksDB for the first time in a RHEL environment and I keep getting the following commands not found. Any help on what I’m doing wrong?
./crt_rocksdb.h: line 4: rocksdb::DB*: command not found
./crt_rocksdb.h: line 5: rocksdb::Options: command not found
./crt_rocksdb.h: line 6: options.create_if_missing: command not found
./crt_rocksdb.h: line 7: rocksdb::Status: command not found
./crt_rocksdb.h: line 8: syntax error near unexpected token `options,’
./crt_rocksdb.h: line 8: ` rocksdb::DB::Open(options, “/tmp/testdb”, &db);’