Hi Steve, Glad to hear you managed to install it. We've all learned from long trial and errors ;-)
The one tricky thing with opam is that it installs the binary in a path that lives inside the user's home. The binary can still be used by other users but they need to refer to this exact path. In order to, hopefully, simplify the issue when dealing with this and daemon script, we provide a helper script here: https://github.com/savonet/liquidsoap-daemon In the future, feel to drop by our slack channel as well if you have more questions. Have a good weekend, Romain Le mer. 4 mars 2020 à 10:11, Steve Matzura <s...@noisynotes.com> a écrit : > That message of mine was so full of wrong things, I wish I could delete it > from the universe! :-) > > > I did get it all installed, but I installed not from root, but from > another system administrator account. Everything works and works well, but > I'm wondering if I should remove and redo everything since I think only > that one account that was used for the installation will be able to use it. > I can also tell you for sure that the script for starting liquidsoap in > init.d doesn't work because none of the things it tries to run exist > because I installed it the wrong way. > > > On 3/4/2020 1:59 AM, Selvaganapathy S via Savonet-users wrote: > > Try this order > > sudo apt-get install -y m4 > sudo apt-get install unzip > > (I assume you already installed required version of opam) > `opam init' > opam install depext > opam depext taglib mad lame vorbis cry samplerate liquidsoap > opam install taglib mad lame vorbis cry samplerate liquidsoap > > Regards, > Selva > > > On Wednesday, 4 March, 2020, 12:04:23 pm IST, Steve Matzura > <s...@noisynotes.com> <s...@noisynotes.com> wrote: > > > 1. opam init: > > > https://www.liquidsoap.info/doc-1.4.1/install.html#install-using-opam > says: > > > A typical installation with MP3 and Vorbis encoding/decoding and icecast > support is done by executing: > > opam depext taglib mad lame vorbis cry samplerate liquidsoap > opam install taglib mad lame vorbis cry samplerate liquidsoap > > > Running the first command yields: > > > opam: unknown command `depext'. > Usage: opam COMMAND ... > Try `opam --help' for more information. > > I figured out that the command should really be: > > > opam install depext taglib mad lame vorbis cry samplerate liquidsoap > > > But when I tried it, I got: > > > [ERROR] Opam has not been initialised, please run `opam init' > > > But when I tried that, I got: > > > [NOTE] Will configure from built-in defaults. > Checking for available remotes: rsync and local. > - you won't be able to use git repositories unless you install the git > command on your system. > - you won't be able to use mercurial repositories unless you install > the hg > command on your system. > - you won't be able to use darcs repositories unless you install the > darcs > command on your system. > > [WARNING] Recommended dependencies -- most packages rely on these: > - m4 > [ERROR] Missing dependencies -- the following commands are required for > opam to > operate: > - unzip > - bwrap: Sandboxing tool bwrap was not found. You should install > 'bubblewrap'. See > https://opam.ocaml.org/doc/FAQ.html#Why-does-opam-require-bwrap. > > > I installed bubblewrap and tried init again: > > > [NOTE] Will configure from built-in defaults. > [WARNING] Recommended dependencies -- most packages rely on these: > - m4 > [ERROR] Missing dependencies -- the following commands are required for > opam to > operate: > - unzip > > > What is m4,and is it OK to alias unzip to gunzip to solve this > dependency, or is that another issue altogether? > > > As always, thanks in advance. > > > > _______________________________________________ > Savonet-users mailing list > Savonet-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/savonet-users > > > _______________________________________________ > Savonet-users mailing > listSavonet-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/savonet-users > > _______________________________________________ > Savonet-users mailing list > Savonet-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/savonet-users >
_______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users