From 9b4d442d525d5a63a5daee85be0a19301fde36e4 Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Mon, 5 Dec 2011 12:12:05 -0500 Subject: [PATCH] CC-3161: Liquidsoap not working on airtime-dev, ON AIR doesn't light Happened due to: /usr/lib/airtime/pypo/bin/liquidsoap_bin/liquidsoap: error while loading shared libraries: libpulse-simple.so.0: cannot open shared object file: No such file or directory Added libpulse0 to package list --- install_full/ubuntu/airtime-full-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index 3b94a73e7..30deb8a7e 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -39,7 +39,7 @@ php-pear php5-gd postgresql odbc-postgresql python2.6 libsoundtouch-ocaml \ libtaglib-ocaml libao-ocaml libmad-ocaml ecasound \ libesd0 libportaudio2 libsamplerate0 rabbitmq-server patch \ php5-curl mpg123 monit python-virtualenv multitail libcamomile-ocaml-data \ -libvorbis-ocaml +libvorbis-ocaml libpulse0 #install packages with --force-yes option (this is useful in the case #of Debian, where these packages are unauthorized)