Hi,

I ran into this issue as well. I had to install opam via this method
in ubuntu (detailed here https://opam.ocaml.org/doc/Install.html)

add-apt-repository ppa:avsm/ppa
apt-get update
apt-get install ocaml ocaml-native-compilers camlp4-extra opam

Then in addtion to installing base-bytes with opam, I had to install a
few other packages that I normally install via apt-get with opam
instead, I'm not sure if this is necessary.

opam install pcre
opam install camomile

After that I was able to compile liquidsoap-full again. ( I don't use
all packages in the PACKAGES file, however)

I'm really still not that familiar with the ocaml community and
whatever the best practices may be, so if you have any tips, let me
know.

Thanks,

On Tue, Jun 30, 2015 at 11:08 PM, Romain Beauxis <[email protected]> wrote:
> Hi,
>
> 2015-06-29 6:39 GMT-05:00 Russ <[email protected]>:
>> Hello ,
>> While compiling liquid soap from git  liquidsoap-full I get .
>> Checking for ocaml bytes module .. Configure: error : not found.
>
> bytes is a compatibility module introduced to allow a smooth (...)
> transition for the new String/Bytes API in OCaml..
>
> You should be able to grab it by installing opam
> (https://opam.ocaml.org/doc/Install.html) and then running:
> opam install base-bytes
>
> I will add detailed instructions ASAP.
> Romain
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users



-- 
-Tony Miller
github.com/mcfiredrill
@freedrull
freedrool.us

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to