Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install undefined symbol: rocksdb_build_git_sha #6

Open
vird opened this issue Mar 3, 2021 · 3 comments
Open

Fresh install undefined symbol: rocksdb_build_git_sha #6

vird opened this issue Mar 3, 2021 · 3 comments

Comments

@vird
Copy link

vird commented Mar 3, 2021

I just tried to install and require module

require("rocksdb-ts")

error

Error: /opt/nodejs/experiments/rocksdb_ts_playground/node_modules/rocksdb-ts/build/Release/rocks.node: undefined symbol: rocksdb_build_git_sha

node -v
v12.13.0

lsb_release -rd

Description:    Ubuntu 18.04.3 LTS
Release:        18.04
@lu4
Copy link
Owner

lu4 commented Mar 3, 2021

There seems to be an issue with Linux build. I've thrown a dirty fix #7 just to unblock you, checking if it worked

@vird
Copy link
Author

vird commented Mar 3, 2021

Thanks, seems fixed, but I can't install from github directly

root@vird:/opt/nodejs/experiments/erlang# npm i https://github.com/lu4/rocksdb-ts
npm ERR! code 128
npm ERR! Command failed: git submodule update -q --init --recursive
npm ERR! fatal: No url found for submodule path 'deps/emscripten' in .gitmodules
npm ERR!

installed other way and it works

@lu4
Copy link
Owner

lu4 commented Mar 3, 2021

Ok, now it's broken on my end :( this requires additional attention, if you got it working then great, will try to look into it but not today, it's late here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants