On Feb 7, 2008 11:00 PM, Lars Mai <[EMAIL PROTECTED]> wrote: > I think I'll give it a try to compile from latest sources next, and > see how that goes.
Yay, that went alright...! :-) Following the instructions on the wiki: http://savonet.sourceforge.net/wiki/wikka.php?wakka=InstallationUbuntu I ran into a few missing dependencies, I post the list of packages I used at the end of the mail. Also, there's a slightly misleading error message if no config file is defined: $ liquidsoap test.liq FATAL ERROR: Log directory "/usr/local/var/log/liquidsoap" does not exist. To change it, add the following to your script: set log.file.path = "<path>" While the correct format seems to be: set("log.file.path", "/home/lars/liquid/test.log") Other than that: Great stuff! :-) Thanks & Cheers, - Lars ---- # ubuntu packages needed for install from svn # from instructions; I skipped tetex-extra: >500MB dependencies? python python-support festival libxml-dom-perl python-gtk2-dev # optionals libasound-dev libvorbis-dev libogg-dev libshout3-dev liblame-dev libmad0-dev libao-dev libortp5-dev # missing from instructions libtagc0 libtagc0-dev libxml-light-ocaml-dev libocamlnet-ocaml-dev ladspa-sdk # for save install and de-install; used 'sudo checkinstall' instead of 'sudo make install' checkinstall
