-
Notifications
You must be signed in to change notification settings - Fork 77
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
Illumos/SmartOS build failure, "text relocation remains against symbol" #125
Comments
unfortunately i have no clue about this. also it seems you did not post the actual error message? |
The error message is
There are hundreds and hundreds of such lines. If it helps, the final ones before it dies, are:
|
This indicates leveldb hasn't been compiled with position-independent code. It'll need to be rebuilt with at least -DCMAKE_POSITION_INDEPENDENT_CODE=on (See the file scripts/install-leveldb.sh in this repo for recommended build flags; you'll probably want to set the install prefix as well.) |
Hello, I'm trying to run python software that depends on plyvel on SmartOS, but unfortunately it is failing to compile.
SmartOS zone template version:
base-64-lts 20.4.0
.The text was updated successfully, but these errors were encountered: