[Savonet-users] Liquidsoap error message on startup

2008-04-28 Thread Bill Upp
I am new to this program, but I like what I have read. I tried to run the basic radio example, and created a myscript.liq file, made it executable, and tried to run the command 'liquidsoap myscript.liq' When I do, I get an error message that says...Fatal error: the file myscript.liq is not a b

[Savonet-users] Configure error

2008-05-03 Thread Bill Upp
I am trying to configure liquidsoap on my system and I am running into this error. My system is a Ubuntu 7.10. I tried using Synaptic to install liquidsoap, and it did not work, so I went to the Subversion repository, and followed the instructions from the website. I had some dependency probl

[Savonet-users] liquidsoap giving fatal error

2008-05-03 Thread Bill Upp
I think I fixed my previous problem, but now when I try to run liquidsoap from the command line, I get a fatal error message liquidsoap firsttry.liq Fatal error: the file firsttry.liq is not a bytecode executable file The crazy thing is that when I fixed my configure problem, and finally got the

[Savonet-users] Configure Error

2008-05-11 Thread Bill Upp
I am trying to configure liquidsoap once again. I used the Subversion repository. I got the ./bootstrap, then the ./configure to go, but when I ran the make command, I got this error updateSite ./site.conf make[2]: updateSite: Command not found make[2]: *** [html-stamp] Error 127 make[2]: Leav

Re: [Savonet-users] Configure Error

2008-05-12 Thread Bill Upp
OK, I got the updated svn, and tried to re configure, and got the same error. I followed David's advice, and installed pubtal, and all worked great (make and make install), but when I tried to issue the command liquidsoap, I am now getting the error "bash: /usr/bin/liquidsoap: No such file or d

Re: [Savonet-users] Configure Error

2008-05-13 Thread Bill Upp
Here is my latest. I commented out all the scripts I had written for the /usr/bin/liquidsoap, and still when I issued the command liquidsoap 'out(dolebrai())' I got the same error bash: /usr/bin/liquidsoap: No such file or directory So I went to the /usr/local/bin directory, and from there is

Re: [Savonet-users] Configure Error

2008-05-14 Thread Bill Upp
Now I am back to frustrated. I copied the liquidsoap executable file to /usr/local/bin, and that got rid of the error about no file found. When I run the firsttry.liq script, I am getting this error "At line 1, char 13-12: unbound symbol firsttry.liq" I am guessing something is wrong with the s

Re: [Savonet-users] PARTIAL SUCCESS!!-Configure Error

2008-05-14 Thread Bill Upp
I have a stream!! It is not great, but it is working. I did the following: liquidsoap -v 'output.icecast.vorbis(host = "localhost", port = 8000, password = "*", mount = "liq.ogg", mksafe(playlist("christianogg.pls")))' And I can connect to the stream via xmms. It is a little choppy, bu

Re: [Savonet-users] MORE SUCCESS!!

2008-05-16 Thread Bill Upp
## Again I thank you for all your help, and am looking forward to adding more to my script and taking this live! Bill --- On Thu, 5/15/08, David Baelde <[EMAIL PROTECTED]> wrote: > From: David Baelde <[EMAIL PROTECTED]> > Subject: Re: [Savonet-users] PARTIAL SUCCESS!!-C

Re: [Savonet-users] MORE SUCCESS!!

2008-05-17 Thread Bill Upp
Re: [Savonet-users] MORE SUCCESS!! > To: [EMAIL PROTECTED] > Cc: savonet-users@lists.sourceforge.net > Date: Saturday, May 17, 2008, 3:44 AM > Bill Upp wrote: > > But when I start liquidsoap, I get an error. If I > comment out the first output line, then the ogg stream > works