Le lundi 11 octobre 2010 11:18:27, Maxwell Rathbone a écrit : > Thank you sir! I ran: > > yum whatprovides /usr/bin/libX11.so > > it told me that this file is provided by libX11-devel, which was not > installed. Simply installing this package provided what was necessary to > allow the compile to proceed! woo ho!
Yeah!! > I did encounter one one more problem I wanted to pass on to you. When I > was done running make, it completed with no errors. However, when I ran > make install, I received an error: > [r...@music liquidsoap-full-1.0.0-beta1]# make install > make -C liquidsoap install > make: *** liquidsoap: No such file or directory. Stop. > make: *** [install] Error 2 > > I did discover if I: > cd liquidsoap-1.0.0-beta1 > adduser liquidsoap > make install > > it appears to have properly installed the binary and appears to be > running properly. > > I think something might be up with your installation process, so I > wanted to pass this on. Thank you very much for that! This is indeed a bug in the install process, we should fix it in the second beta (coming soon!). > It looks like it is running properly.. although my .liq file appears to > no longer have proper syntax as I'm getting unbound symbol > output.shoutcast.mp3. Looks like I still have some more research to do > before I get this working! :) Yes, indeed. The encoding format has been turned into a parameter so that instead of having multiple output.shoutcast.*, you now write: output.shoutcast(%mp3, ...) I think that this is the most important change. More or less, after changing this, everything should be alright! Romain ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
