We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with the following cmake: cmake . -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a -DWITH_CC_SERVER=OFF -DWITH_HTTPD=OFF
cmake . -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a -DWITH_CC_SERVER=OFF -DWITH_HTTPD=OFF
on a debian wheezy, i got: ./xmrigMiner: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./xmrigMiner)
./xmrigMiner: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./xmrigMiner)
how do you compile your linux-static-old_libc version ?
The text was updated successfully, but these errors were encountered:
Isn't my static build working for you?
It's a little more todo.. You need to compile/install cmake3 and gcc7 first.
Then you need to build latest libuv.
And then you have to tell cmake path to your libuv.a, and gcc7.
Then just make ;-)
Sorry, something went wrong.
yes your static build works, it is just to be able to compile if i want to edit some code ! thanks for the response
No branches or pull requests
with the following cmake:
cmake . -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a -DWITH_CC_SERVER=OFF -DWITH_HTTPD=OFF
on a debian wheezy, i got:
./xmrigMiner: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./xmrigMiner)
how do you compile your linux-static-old_libc version ?
The text was updated successfully, but these errors were encountered: