Search code examples
windowsubuntu-serverwindows-server-2016icecastliquidsoap

Unable to find liquidsoap_binary in your path


all.
This is a Windows 2016 server installation.
I am in the process of trying to do what I need on a windows system, however. If it proves that I cannot do what I need, then at which time, I will move over to a Linux system and use it to run IceCast and LiquidSoap. But I will not give up easily. And with that said.

I have been following the instructions on installing Liquidsoap from the following site.
https://www.linuxjournal.com/content/creating-internet-radio-station-icecast-and-liquidsoap
When I run this part here, it succeeds

git clone https://github.com/savonet/liquidsoap-daemon

Then, I run this line

cd liquidsoap-daemon

Next, I run this line.

./daemonize-liquidsoap.sh

With this, I get the following error.

which: no liquidsoap in (/home/darkmedia/.opam/4.06.1+mingw64c/
bin:/usr/local/
bin:/usr/
bin:/cygdrive/
c/Windows/system32:/cygdrive/
c/Windows:/cygdrive/
c/Windows/System32/Wbem:/cygdrive/
c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/
c/Users/darkmedia/AppData/Local/Microsoft/WindowsApps)
Unable to find liquidsoap_binary in your path.

I read that I will need to build the binary, but, with no knowledge of how to do this, I am stuck. Could someone please assist with helping me to get liquidsoap installed?
Thank you.

Update-------
I installed Ubuntu 18.04 Server, and have run into the same issue as above, with

Unable to find liquidsoap_binary in your path.

Solution

  • OK, this is what I did.
    I was able to get this installed.
    I used the [Ubuntu Software Center]
    And using this command

    apt:liquidsoap   
    

    (From the following link liquidsoap-on-ubuntu )

    everything installed and I am now setting up liquidsoap on Ubuntu 18.04