HI,verion
trying to install using the scalix-installer i get 2 errors i can't solve.
First a missing dependencie:
postgresql-libs
libpq5-32bit-9.3.5-2.1.14 is installed, this should deliver postgresql-libs,
i already tried installing different Versions, also a dummy rpm won't install (obsolete)
The other Problem is the JRE check,
JRE check failed -- Cannot execute command: java -version
JAVA_HOME and PATH are set and running the java -version command generates the expected output:
Picked up _JAVA_OPTIONS: -Xms20m -Xmx64m
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
echo $JAVA_HOME:
/usr/java/jre1.8.0_31/
echo $PATH:
....:/usr/java/jre1.8.0_31/bin
Anyone got an Idea how to solve this (the Wiki isnt helpful regarding this issues)
Thanks in advance.