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
This commit is contained in:
Yuchen Wang 2011-12-05 12:12:05 -05:00
parent 2bf4c93e5c
commit 9b4d442d52
1 changed files with 1 additions and 1 deletions

View File

@ -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)