Hi, I am trying to install Calem, but i have a problem with the file env.sh.
Im using Linux Fedora core 6 and I dont want to install AMP stack because i have already installed on my system Apache, MySQL and PHP.
When I try to setup the database I try to run setup.sh ($sh setup.sh) but i got the next error:
./setup.sh: line 4: /opt/lampp/bin/php:No existe el fichero o directorior (The file doesnt exist)
I guess I should edit the file env.sh (In the directory bin), but i dont know what path I should use instead /opt/lampp, and how is the right way to configure this file on linux. The default configuration of this file (env.sh) is:
HOME_DIR=/opt/lampp
PHP_EXE=$HOME_DIR/bin/php
CALEM_HOME=$HOME_DIR/htdocs/CalemEAM
export CALEM_DIR=$CALEM_HOME/
Thank you so much for your help,