mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

generate-daemons generates unusable wrapper #63

Closed reimer-atb closed 6 years ago

reimer-atb commented 6 years ago

I trid the "generate-daemons" goal with both version 1.10 and latest 2.0.0 on Antergos Linux.

Trying to run the generated daemon on a Ubuntu 16.04.3 LTS fails. The error seems to be that somewhere down the line a call to wrapper-linux-x86-64 -v fails with

.../wrapper-linux-x86-64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.3' not found (required by .../wrapper-linux-x86-64)

However, a strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC_ shows

GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
....

Any idea, what I might be missing here? Thanks in advance.

khmarbaise commented 6 years ago

It might be caused by GPL based Tanuki part which is very old...and as far as I know it's not possible to change that cause Tanuki does not offer a newer version of the JSW in a newer version...

reimer-atb commented 6 years ago

ok - will have to use something else then.