Hi, Le 14 mars 2011 01:57, Sheshadri Mantha <[email protected]> a écrit : > > Hi; > I am trying to test icecast2 with LiquidSoap to play mp3 lectures. > > I've downloaded icecast2 and also grabbed liquidsoap from cygwinports (as > instructed on savonet site). > > When I run liquidsoap in cygwin window, I get the following error: > Fatal error: exception Failure("Cannot find camomile database directory, > usually located here: '/usr/share/camomile/database'. Use environment > variable CAMOMILE_DIR or CAMOMILE_DATADIR to locate it precisely.") > > Does this mean OCAML is not installed? Is OCAML not part of the cygwinport ? > > What are my options now? (I really do not want to rebuild liquidsoap from > source in cygwin) > > should i install ocaml-3.11-0-windows.exe (using Microsoft c lib and masm) ? > Where would cygwinports install CAMOMILE database anyway? Someone doing same > on MAC-OS apparently found it installed somewhere else?? (Alas, file search > did not turn up any camomile folder anywhere under cygwin install). > install ocaml from cygwin ? (trying this now). > > any help/feedback is appreciated.
Camomile should be installed. The problem is that liquidsoap checks default paths which are unix-specific (/usr/share/..) while in your case the path should be windows-specific (c:\\cygwin\..) What you can do first is find your path and adjust it using the CAMOMILE_DATADIR environment variable. Ultimately, I believe that this is a bug is cynwin's portage of camomile or, less likely, liquidsoap. You may want to report this to the cygwin's devs. Romain > kindest regards, > s- > > -- > sheshadri mantha > director of technology > [email protected] 462 east cedarvale road > tucson, az 85704 > 520-906-6513 > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
