Coder Social home page Coder Social logo

Comments (3)

hairmare avatar hairmare commented on July 24, 2024

It looks like liquidsoap is looking for the liq files in the wrong directory.

  --no-pervasives 
      Do not load pervasives script libraries (i.e.,
      /usr/local/lib/liquidsoap/1.2.1/*.liq).

Somehow it still assumes to be a local build and checks below /usr/local. I think parts of this are derived from the actual binary location.

That the package does not install below /usr is something I'll change in the next build. I'll have to look into getting rid of the local part.

from centos-rpm-liquidsoap.

hairmare avatar hairmare commented on July 24, 2024

I cleaned up the install by moving stuff to /usr and making the configure paths match with what was being installed in the end. As of liquidsoap-1.2.1-24.1 it searches for pervasives in /usr/lib/liquidsoap/1.2.1/*.liq where they are also installed.

Thanks for testing and reporting back if you have any more issues.

from centos-rpm-liquidsoap.

makew0rld avatar makew0rld commented on July 24, 2024

For anyone else who comes across this, here is what I did after installing liquidsoap through the Debian package repositories.

sudo mkdir /usr/share/liquidsoap/1.4.1
sudo ln -s /usr/share/liquidsoap/libs /usr/share/liquidsoap/1.4.1/

After this, mksafe worked, because liquidsoap looks for it in /usr/share/liquidsoap/<VERSION>/libs. Make sure to change 1.4.1 to your current version of liquidsoap.

from centos-rpm-liquidsoap.

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.