It looks like you are missing some ocaml pcre library. If you are compiling from source I'd recommend the liquidsoap-full repository, as it contains all ocaml dependencies.
github.com/savonet/liquidsoap-full Other than that, these are the packages you need on ubuntu to compile, I'm not sure what the equivalent packages are in centos. build-essential autoconf curl git ocaml libmad0-dev libtag1-dev libmp3lame-dev libogg-dev libvorbis-dev libpcre-ocaml-dev libcamomile-ocaml-dev pkg-config On Thu, Oct 23, 2014 at 10:22 AM, Walt Baldwin <[email protected]> wrote: > Hi Tony, > > Yes, issues with missing bits... > > File "_none_", line 1, characters 0-1: > Error: No implementations provided for the following modules: > Pcre_compat referenced from > /home/radio/.opam/3.12.1/lib/pcre/pcre.cmxa(Pcre) > make[3]: *** [liquidsoap] Error 2 > make[3]: Leaving directory > `/home/radio/liquidsoap-1.0.1-full/liquidsoap-1.0.1/src' > make[2]: *** [all-auto-ocaml-prog] Error 2 > make[2]: Leaving directory > `/home/radio/liquidsoap-1.0.1-full/liquidsoap-1.0.1/src' > make[1]: *** [all-subdirs] Error 2 > make[1]: Leaving directory > `/home/radio/liquidsoap-1.0.1-full/liquidsoap-1.0.1' > > all the ocaml stuff has been a huge obstacle to get this far. currently > down the godi rabbit hole which looks promising. > > > On 10/22/2014 08:59 PM, Tony Miller wrote: > > What problems are you having? Are there missing packages? > > On Thu, Oct 23, 2014 at 9:10 AM, Walt Baldwin <[email protected]> > wrote: >> >> Has anyone been able to successfully install liquidsoap on Centos 6? Is >> there a guide somewhere I'm missing? >> >> Thanks, >> Walt >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> 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 > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > 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
