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

build static for old libc #17

Closed
llavaud opened this issue Dec 29, 2017 · 2 comments
Closed

build static for old libc #17

llavaud opened this issue Dec 29, 2017 · 2 comments

Comments

@llavaud
Copy link

llavaud commented Dec 29, 2017

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 ?

@Bendr0id
Copy link
Owner

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 ;-)

@llavaud
Copy link
Author

llavaud commented Dec 29, 2017

yes your static build works, it is just to be able to compile if i want to edit some code !
thanks for the response

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

No branches or pull requests

2 participants