gjcarneiro / yacron

A modern Cron replacement that is Docker-friendly
MIT License
449 stars 38 forks source link

Binary not compatible with older glibc #28

Closed gjcarneiro closed 4 years ago

gjcarneiro commented 4 years ago

I built the yacron binary on Ubuntu 19.04, it seems to not work on 18.04.

This problem is documented in PyOxidizer: https://pyoxidizer.readthedocs.io/en/latest/distributing.html#linux

I need to try to build on a Ubuntu 16.04 docker image. That should sort it out.

gjcarneiro commented 4 years ago

this was fixed