tocenter icon indicating copy to clipboard operation
tocenter copied to clipboard

Cannot run on Ubuntu 16.04

Open eleidan opened this issue 5 years ago • 3 comments

$ ./tocenter 
./tocenter: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by ./tocenter)

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.6 LTS
Release:	16.04
Codename:	xenial

eleidan avatar Nov 19 '19 15:11 eleidan

Try it. I built it with musl. tocenter-0.1.1-linux-musl.tar.gz

silentsokolov avatar Nov 19 '19 17:11 silentsokolov

Here what I get:

$ ./tocenter
bash: ./tocenter: No such file or directory

BTW, should my system meet some dependencies? I think Musl build is good solution, generally.

eleidan avatar Nov 19 '19 18:11 eleidan

Yes, static linking is failing. This is probably caused by some specific crate that links to a C library. I'll fix it (maybe ...).

But, I compiled a version for the ubuntu 16.04 tocenter-0.1.1-ubuntu-16.04.tar.gz

I know that it is not a solution to the problem, but at least something

silentsokolov avatar Nov 19 '19 19:11 silentsokolov