Daemonize-liquidsoap.sh fails, Unable to find liquidsoap_binary in your path #1788
Replies: 1 comment
-
Hi, Everything that is installed via
To investigate the error where liquidsoap cannot be found in the path, I believe you can just use the Lastly, yes, scripts should all live under the same user's home directory for which you are using Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble daemonizing liquidsoap.
I first tried by installing release 1 from the liquidsoap-daemon repo
I then tried to install it using opam, after removing the liquidsoap-daeon-1.0.0 directory.
what I did notice is
can't cd to /home/user/.opam/4.08.0/bin//home/user/.opam/4.08.0/share
but as I understand,
$ eval $(opam env)
should remedy this?
With version 1 of the liquidsoap-daemon, I understand the script I want to daemonize should be in
~/liquidsoap-daemon/script
or whatever the install folder for the daemonize script is.
I'm not sure what path I should follow when installing it through opam. apparently it is in the path, but when i
sudo find / -name "daemonize-liquidsoap.sh"
it returns nothing
Any hint or breadcrumb much appreciated
Beta Was this translation helpful? Give feedback.
All reactions