Giter Club home page Giter Club logo

Comments (7)

spacemeowx2 avatar spacemeowx2 commented on June 3, 2024

remove the sh before ./lan-play, it's not a shell script!

from switch-lan-play.

bao3 avatar bao3 commented on June 3, 2024

Yes, I just typed " ./lan-play --remote...... " but it show the error " ./lan-play : no found " ( it did exist indeed)

from switch-lan-play.

spacemeowx2 avatar spacemeowx2 commented on June 3, 2024

That probably means the lan-play doesn't have execute permission, run chmod +x ./lan-play.

from switch-lan-play.

bao3 avatar bao3 commented on June 3, 2024

I did "chmod" at the early first time, without "chmod" I would get " Operation Not Permitted"

from switch-lan-play.

spacemeowx2 avatar spacemeowx2 commented on June 3, 2024

Or maybe it depends libc but alpine doesn't have. You'd better compile lan-play yourself.

from switch-lan-play.

bao3 avatar bao3 commented on June 3, 2024

Got it .

from switch-lan-play.

spacemeowx2 avatar spacemeowx2 commented on June 3, 2024

To find out what library a elf is needed:

# readelf -d ./lan-play

Dynamic section at offset 0x33b20 contains 30 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libpcap.so.0.8]
 0x0000000000000001 (NEEDED)             Shared library: [libuv.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]

from switch-lan-play.

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.