Hi all,
I try to install OCS on Ubuntu 14.04 LTS.
I use this documentation
http://ceedrik.free.fr/pdf/Installation%20d'OCS%20Inventory%20NG.pdf (French) to install IT.
The install procedure :
sudo su
apt-get update
apt-get install apache2 mysql-server php5 perl6 make libxml-simple-perl libio-compress-perl libdbi-perl libdbd-mysql-perl libapache-dbi-perl libnet-ip-perl libsoap-lite-perl php5-gd libphp-pclzip php5-mysql
wget
https://launchpad.net/ocsinventory-server/stable-2.1/2.1.2/+download/OCSNG_UNIX_SERVER-2.1.2.tar.gz
tar -xvf OCSNG_UNIX_SERVER-2.1.2.tar.gz
cd OCSNG_UNIX_SERVER-2.1.2
sh setup.sh
=> Where is Apache main configuration file [] ?/etc/apache2/apache2.conf
=> Where is Apache Include configuration directory [] ?/etc/apache2/conf-enabled
reboot
When i do "apache2 -k restart"
I see this message and Apache does not work :
[Tue Oct 20 20:15:17.709837 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined
[Tue Oct 20 20:15:17.710318 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_PID_FILE} is not defined
[Tue Oct 20 20:15:17.710540 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_RUN_USER} is not defined
[Tue Oct 20 20:15:17.710795 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined
[Tue Oct 20 20:15:17.711035 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Oct 20 20:15:17.729971 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Oct 20 20:15:17.731117 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Oct 20 20:15:17.731328 2015] [core:warn] [pid 1241] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 74 of /etc/apache2/apache2.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
Is somebody have a solution for me?
BOB