Giter VIP home page Giter VIP logo

Comments (4)

RyanNerd avatar RyanNerd commented on August 26, 2024 2

It really depends on the distro, but some of them (ubuntu) contains lib*.so only in -dev packages. Usually installing -dev pacakges helps without doing symlinks yourself.

I'm running Linux Mint 20.2.
I tried installing the *-dev packages without success. It's up and running now. Thanks for your time and input.

from jumpy.

not-fl3 avatar not-fl3 commented on August 26, 2024 1

Yes, you need to install said libraries.

apt install pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev

(dependning on the disctro the exact command may vary)

from jumpy.

RyanNerd avatar RyanNerd commented on August 26, 2024

@not-fl3 Figured it out from a StackOverflow answer that clued me in: https://stackoverflow.com/a/17580157/4323201
I needed to create a soft link for each missing libXXXX.so

➜ locate libasound.so
/usr/lib/x86_64-linux-gnu/libasound.so.2
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0

➜ cd /usr/lib/x86_64-linux-gnu

# create a soft link for each missing libXXX.so:
➜ ln -s libsound.so.2 libsound.so

➜ ll libX11*
lrwxrwxrwx 1 root root   15 May 19 11:07 libX11.so.6 -> libX11.so.6.3.0
-rw-r--r-- 1 root root 1.3M May 19 11:07 libX11.so.6.3.0

➜ ln -s libX11.so.6 libX11.so

from jumpy.

not-fl3 avatar not-fl3 commented on August 26, 2024

It really depends on the distro, but some of them (ubuntu) contains lib*.so only in -dev packages. Usually installing -dev pacakges helps without doing symlinks yourself.

from jumpy.

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.