Centova Technologies Forum
Centova Cast v2 => Technical discussion => Topic started 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
-
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.
-
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..