Hi all, Following user reports and some investigations, we discovered that ubuntu 11.10 (Oneiric Ocelot)) packages for liquidsoap 1.0.0~beta3 are totally broken.
The issue is detailed here, with a report of our findings: https://bugs.launchpad.net/ubuntu/+source/liquidsoap/+bug/891054 Liquidsoap packages, as for many packages in ubuntu, are recompiled from Debian packages. It seems here that something was broken along the importantion. The importance of the issue (.cmxs files not declaring dynamic dependencies to the linker) is serious enough to suspect an issue within the OCaml compiler itself on Ubuntu. As said in the report above, we have currently no other solution than to compile your own version of liquidsoap. Recompiling the package will not work so you'll have to install a locally built binary. Fortunately, you should at least be able to install all build dependencies very easily. The following steps should work, where # denotes an action which needs root power and ~ an action which needs a simple user power: # apt-get build-dep liquidsoap ~ apt-get source liquidsoap ~ cd liquidsoap-<VERSION> ~ ./configure ~ make # make install Romain ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
