Issue when compiling liquidsoap 2.3.0 #4290
-
I am trying to obtain liquidsoap 2.3.0 using opam. I am using this string to create my binary: It gets created no problem but whenever I verify it with: I am met with only this under "protocols":
When I query my old version I get:
I am missing:
The others I don't care about. So my binary does not support local files and playlists in it's current condition. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Hi @etherwvlf, |
Beta Was this translation helpful? Give feedback.
-
you really need all of them? |
Beta Was this translation helpful? Give feedback.
-
You should try to disable paging:
|
Beta Was this translation helpful? Give feedback.
Here's the section of the manual about build time environment variables.
https://www.liquidsoap.info/doc-2.3.0/build.html#environment-variables
Currently, the recommended version of ocaml is 4.14.
You should transfer not only the binary, but also the standard library and some opam dependencies.
For the production environment, y…