HydroProtocol / hydro-scaffold-dex

A Decentralized Exchange Scaffold - launch a DEX in minutes
Apache License 2.0
197 stars 189 forks source link

fcntl64: symbol not found #53

Closed jspedros closed 5 years ago

jspedros commented 5 years ago

Getting the following errors:

hydro-scaffold-dex-launcher | Error relocating /bin/launcher: fcntl64: symbol not found hydro-scaffold-dex-engine | Error relocating /bin/engine: fcntl64: symbol not found hydro-scaffold-dex-admin-api | Error relocating /bin/adminapi: fcntl64: symbol not found hydro-scaffold-dex-watcher | Error relocating /bin/watcher: fcntl64: symbol not found hydro-scaffold-dex-api | Error relocating /bin/api: fcntl64: symbol not found

Logs attached: log.txt

davidqhr commented 5 years ago

Hi, thanks for the info. Will look into it.

jspedros commented 5 years ago

As a workaround, using an alpine docker base image with glibc installed seems to work fine.

davidqhr commented 5 years ago

Solved it by installing glibc in the alpine image. Docker image is also updated on docker hub.