Code Monkey home page Code Monkey logo

Comments (3)

hacdias avatar hacdias commented on July 27, 2024

Will release v3 now with this fix.

from webdav.

facewy avatar facewy commented on July 27, 2024

release v3: Docker Image still not Working
docker run -d --name webdav hacdias/webdav:v3.0.0
standard_init_linux.go:211: exec user process caused "no such file or directory"

from webdav.

mohammed90 avatar mohammed90 commented on July 27, 2024

The dependecies are not added in the docker image, that is why there is "no such file or directory" error.
Need to add "libpthread.so.0", "libc.so.6", "ld-linux-x86-64.so.2" to /lib64, and the file can run.
Suggest @hacdias add that.

Not exactly. The binary was being compiled with dynamic link to libc which calls those libs. We've already resolved that by building the binary statically by disabling cgo.

from webdav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.