Centova Technologies Forum

Centova Cast v2 => Technical discussion => Topic started by: rubensfernando on January 19, 2011, 08:03:03 am

Title: Error install ices-cc
Post by: rubensfernando on January 19, 2011, 08:03:03 am
Hello I am trying to do the installation by the autoinstall ices-cc, but it appears the error below. I have already installed the files it suggests, but to no avail.

I'm using Ubuntu 10.04 64 bits.

./buildices.sh: 21: function: not found
Error: Installer requires a working copy of  installed on your system.

You can usually install all required dependencies as follows:
For Red Hat Linux based systems, use:
     yum install gcc gcc-c++ make
For Debian based systems, use:
     apt-get install gcc g++ make
Title: Re: Error install ices-cc
Post by: Centova - Steve B. on January 24, 2011, 08:39:03 pm
buildices.sh requires bash.  Ubuntu uses dash.  You'd need to change your default shell or modify the shebang line in buildices.sh to point to bash to make it work.
Title: Re: Error install ices-cc
Post by: Bonny on September 02, 2011, 04:20:39 am
I have using ubuntu 10.04 32 bit and the installer detects it as 64 bit and I get the same error.. I have all the tools and using bash and still get errors..