pmq20 / ruby-packer

Packing your Ruby application into a single executable.
MIT License
1.56k stars 99 forks source link

what lib required? libcrypt.so.1: version `XCRYPT_2.0' not found (required by rubyc) #131

Open nPaul opened 3 years ago

nPaul commented 3 years ago

rubyc: /lib/x86_64-linux-gnu/libcrypt.so.1: version XCRYPT_2.0' not found (required by rubyc) rubyc: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.29' not found (required by rubyc) rubyc: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by rubyc) rubyc: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.25' not found (required by rubyc) rubyc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by rubyc)

pmq20 commented 3 years ago

@nPaul Thanks for reporting! This is probably duplicate of #109 and #128. I'll switch to building using Github Actions Ubuntu 16.04 soon and it should be able to solve the problem.

d4rky-pl commented 3 years ago

This is still a problem