Displaying 7 results from an estimated 7 matches for "darkmeteor".
2004 Aug 06
3
ices2 compilations problems
...---------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor
## --------- ##
## Platform. ##
## --------- ##
hostname =
uname -m = i386
uname -r = 4.7-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 4.7-STABLE #1: Thu Feb 27 02:54:58 GMT 2003
/usr/bi...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout.
I have installed Libshout 2.0 in /home/Darkmeteor
the configure line I'm using for ices2 is :
./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor
Problem :
checking for Ogg... yes
checking for Vorbis... yes
checking for Shout... no
*** Could not...
2004 Aug 06
0
ices2 compilations problems
...stead of --with-shout
<p><p>----- Original Message -----
From: Nicolas Bazin
To: icecast@xiph.org
Sent: Thu, 13 Mar 2003 01:12:24 +0100
Subject: [icecast] ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout.
I have installed Libshout 2.0 in /home/Darkmeteor
the configure line I'm using for ices2 is :
./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home
/Darkmeteor --with-shout-prefix=/home/Darkmeteor
Problem :
checking for Ogg... yes
checking for Vorbis... yes
checking for Shout... no
*** Could not...
2004 Aug 06
2
ices2 compilations problems
Hello Karl,
Thursday, March 13, 2003, 1:44:40 AM, you wrote:
KH> On Thu, 2003-03-13 at 00:26, Nicolas Bazin wrote:
>> |
>> configure:9221: result: no
>> configure:9249: gcc -o conftest -O20 -fsigned-char -D_REENTRANT -I/home/Darkmeteor/include -I/home/Darkmeteor/include -I/home/Darkmeteor/include conftest.c -L/home/Darkmeteor/lib -lshout
>> -lpthread -L/home/Darkmeteor/lib -logg -L/home/Darkmeteor/lib -lvorbis -lm >&5
>> /usr/libexec/elf/ld: cannot find -lpthread
>> configure:9252: $? = 1
>> conf...
2004 Aug 06
4
client disconnects after one song is played || Winamp
I will give the older version of winamp a try. Interestingly
enough, I found that zinf on linux on the internet does work.
I wonder if these other clients on mac and winblows use an
out dated version of vorbis.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2004 Aug 06
0
Need help with crontab
Hello, I'm trying to put a crontab on Ices, but it seems I can't do
it, here is the script I tried to use :
#!/bin/sh
process=`ps axuw | grep ices | grep -v grep`
if [ -z "$process"]
then
cd /home/Darkmeteor/bin
nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start &
echo "loaded!"
else
echo "already running!"
fi
if I run this file from the shell, it works, but if it's run by
crontab, ices isn't loaded. Anyone can help me plea...
2004 Aug 06
2
Need help with crontab
NB> Hello, I'm trying to put a crontab on Ices, but it seems I can't do
NB> it, here is the script I tried to use :
NB> #!/bin/sh
NB> process=`ps axuw | grep ices | grep -v grep`
NB> if [ -z "$process"]
NB> then
NB> cd /home/Darkmeteor/bin
NB> nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start &
NB> echo "loaded!"
NB> else
NB> echo "already running!"
NB> fi
NB> if I run this file from the shell, it works, but if it's run by
NB> cronta...