Liquidsoap 1.3.6 requires `opam 2.x` to be installed, if you already have `opam 
1.x` you could try this: 

``` 
$ curl https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh -o 
/home/streaming/install.sh && chmod +x /home/streaming/install.sh && echo '' | 
sh /home/streaming/install.sh --fresh 
```

And after that: 

```
$ opam update && opam pin add liquidsoap 1.3.6 -y && opam upgrade -y
```

If everything goes wrong, I suggest you to `uninstall opam` and removes all 
from `~/.opam` folder. Reinstall with `opam 2.x ` and all packages you're 
using.  

I set my current liquid script for encoding="ISO-8859-1" and works fine here 
with liquidsoap v1.3.6. 



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/737#issuecomment-474835927
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to