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

cmake build with WITH_DYNAMIC_EXTENSION=1 does not work. #7792

Open
matthewvon opened this issue Dec 21, 2020 · 0 comments · May be fixed by #7882
Open

cmake build with WITH_DYNAMIC_EXTENSION=1 does not work. #7792

matthewvon opened this issue Dec 21, 2020 · 0 comments · May be fixed by #7882
Assignees

Comments

@matthewvon
Copy link
Contributor

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.

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