Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Apple Silicon run-time error #177

@buu700

Description

@buu700

After successfully installing a version of rocksdb with #171 patched in (buu700/rocksdb-tmp), I ran into the following error on macOS 11.5.1:

[ 3:10PM] buu700@Cyph:~$ node
Welcome to Node.js v16.1.0.
Type ".help" for more information.
> require('rocksdb')
dyld: lazy symbol binding failed: Symbol not found: __Z20crc32c_runtime_checkv
  Referenced from: /Users/buu700/node_modules/rocksdb/build/Release/leveldown.node
  Expected in: flat namespace

dyld: Symbol not found: __Z20crc32c_runtime_checkv
  Referenced from: /Users/buu700/node_modules/rocksdb/build/Release/leveldown.node
  Expected in: flat namespace

Abort trap: 6

Edit: Looks like facebook/rocksdb#7710 was the issue, in which case simply updating RocksDB should resolve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions