facebook / facebook/rocksdb

cmake build with WITH_DYNAMIC_EXTENSION=1 does not work.

Open
#7,792 0 comments 0 reactions 1 assignee Claimed by @mrambacher View on GitHub
Dominant language
C++
Stars
32.1k
Forks
6.9k
Avg merge
32m
Merged PRs (30d)
1

Description

Example command:

cmake -DWITH_GFLAGS=0 -DWITH_DYNAMIC_EXTENSION=1 ..

Example output with "make -j 30":

[ 63%] Linking CXX executable db_sanity_test
../librocksdb.so.6.14.0: undefined reference to `dlclose'
../librocksdb.so.6.14.0: undefined reference to `dlsym'
../librocksdb.so.6.14.0: undefined reference to `dlopen'
../librocksdb.so.6.14.0: undefined reference to `dlerror'
collect2: error: ld returned 1 exit status
tools/CMakeFiles/db_sanity_test.dir/build.make:84: recipe for target 'tools/db_sanity_test' failed

All binaries fail.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.