Issue Installing V3 wont Auto install as per tutorial

Read 5620 times
Hi guys,

I've decided to take a look at the V3 on our server but im having issues.

When i run the
wget -O install.sh install.centova.com/<my key here >
this downloads fine.

i then run the
chmod a+x ./install.sh
again seems ok.

step 2
./install.sh --shoutcast-all --channel=unstable
i just get an error back that it cant find it. ( im not sure 100% on the error now )
as i have decided to re wipe the server and start again.

im using
Operating system :   Debian 5 (Lenny) minimal system (64-bit)

apart from just simply following the commands above. do i actually need to install any thing else to my server.

IE do i need to install MYSQL / FTP / Apache or any thing.. or is it as it says stand alone and it should install what it needs.

Any help would be great as been at this for a few hours now with no joy.
if i still get the same error after wiping the server ill post it here so maybe help more with the error

Best Regards
Martin

>> Update<<
the error i still get

===== Centova Cast Installation ==========================================

Installing package dependencies ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ia32-libs has no installation candidate
Centova Cast installer: apt-get exited with an error, aborting

Any help would be appreciated.

Best Regards
Martin
Last Edit: July 10, 2011, 12:58:37 pm by Martin
This means that you are using a 64 bit operating system, but ia32-libs is needed for shoutcast to run on a 64bit operating system.

You need to ensure that you have all of the standard Debian repositories available (These can be found in /etc/apt/sources.list)

You can also download the package manually: http://packages.debian.org/lenny/ia32-libs

If you want to use generic repositories you can modify the file /etc/apt/sources.list and remove everything in it, then add:

deb http://ftp.debian.org/debian  lenny main contrib non-free
deb http://security.debian.org/debian-security lenny/updates main contrib non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free

Note to copy the above 3 lines exactly.

Once you have saved this file, you will need to type: apt-get update then try installing again.
Last Edit: July 11, 2011, 03:35:21 am by Mark Randall