didism2
(usa Debian)
Enviado em 29/12/2015 - 13:34h
Olá Senhores
Tudo bem com vocês? espero que sim ?
Comigo , não esta muito bem ...
Sou leigo no linux , e preciso instalar o OCS Inventory , estou usando o debian 8-2-0
Segui estes passos aqui:
#
apt-get install make build-essential
#
apt-get install mysql-server
Depois dentro do arquivo /etc/mysql/my.cnf
Alterar a linha para 32M
max_allowed_packet = 32M
#
apt-get install apache2 apache2-doc php5 php5-mysql php5-gd
Adicionei a seguinte linha no arquivo: /etc/apache2/apache.conf:
ServerName localhost
No arquivo /etc/apache2/httpd.conf eu tinha que adicionar a linha :
AddDefaultCharset utf-8
Mas acontece é que não achei esse arquivo , então tentei ir em /etc/apache2/conf-enabled/charset.conf e também no /etc/apache2/conf-available/charset.conf
#
apt-get install libapache2-mod-perl2
#
apt-get install libxml-simple-perl libcompress-zlib-perl libdbi-perl libdbd-mysql-perl libapache-dbi-perl libnet-ip-perl libsoap-lite-perl
Mas aí deu o seguinte erro:
Package libcompress-zlib-perl is a virtual package provided by:
perl 5.20.2-3+deb8u1
libio-compress-perl 2.066-1
You should explicitly select one to install.
E: Package 'libcompress-zlib-perl' has no installation candidate
Então eu fui lá e mudei de libcompress-zlib-perl para libio-compress-perl ficando assim:
#
apt-get install libxml-simple-perl libio-compress-perl libdbi-perl libdbd-mysql-perl libapache-dbi-perl libnet-ip-perl libsoap-lite-perl
#
cpan -i XML::Entities
#
cpan -i Compress::Zlib
#
apt-get install libphp-pclzip
Baixei o arquivo do OCS no link :
https://launchpad.net/ocsinventory-server/stable-2.1/2.1.2/+download/OCSNG_UNIX_SERVER-2.1.2.tar.gz
Descompactei
e executei o setup.sh
durante o processo , ele aparece 2 erros:
ERRO 1:
+----------------------------------------------------------+
| Checking for Apache main configuration file... |
+----------------------------------------------------------+
[Tue Dec 29 12:58:04.064706 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined
[Tue Dec 29 12:58:04.065406 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_PID_FILE} is not defined
[Tue Dec 29 12:58:04.065476 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_RUN_USER} is not defined
[Tue Dec 29 12:58:04.065530 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined
[Tue Dec 29 12:58:04.065600 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Dec 29 12:58:04.123380 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Dec 29 12:58:04.123781 2015] [core:warn] [pid 2324] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Dec 29 12:58:04.123857 2015] [core:warn] [pid 2324] 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}
[Tue Dec 29 12:58:04.160876 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined
[Tue Dec 29 12:58:04.161070 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_PID_FILE} is not defined
[Tue Dec 29 12:58:04.161097 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_RUN_USER} is not defined
[Tue Dec 29 12:58:04.161112 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined
[Tue Dec 29 12:58:04.161137 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Dec 29 12:58:04.194462 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Dec 29 12:58:04.194931 2015] [core:warn] [pid 2330] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Tue Dec 29 12:58:04.195010 2015] [core:warn] [pid 2330] 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}
Mas mesmo assim ele avança a tela , porém quando chega em uma mensagem onde fala www-data ele morre aqui:
+----------------------------------------------------------+
| Checking for Apache Include configuration directory... |
+----------------------------------------------------------+
E fica travado nessa tela...
Todos os tutoriais que eu li , um é mais confuso do que o outro....um diz uma coisa , o outro diz outra...
Na verdade , sinceramente , toda implantação linux que eu tento que fazer , eu chego muito próximo de um infarto ,, tudo é sempre confuso..mas enfim..galera..
O que posso resolver para fazer isso ?