OCS Inventory NG 2.0系をUbuntu14.04にインストール
aptで入れるとバージョンが古くなるのでダメ。 基本の流れは OCS Inventory NG 2.0のwiki でOKのようだ。 mysqlやapacheの設定は事前に済ましておく # apt-get install apache2 mysql-server php5 php5-common php5-gd php5-mysql curl libcurl3 php5-curl php-xml-parser php5-intl php5-xmlrpc dmidecode libapache2-mod-perl2 libapache2-mod-php5 libapache-dbi-perl libdbd-mysql-perl libdbi-perl libinnodb3 libio-compress-perl libnet-ip-perl libnet-snmp-perl libnet-ssleay-perl libphp-pclzip libproc-daemon-perl libproc-pid-file-perl libsoap-lite-perl libsys-syslog-perl libwww-perl libxml-simple-perl net-tools php5-fpm build-essential dbconfig-common mysql-client # apt-get install ocsinventory-server ocsinventory-reports # cd /etc/apache2/conf-enabled # ln -s /usr/share/ocsinventory-server/files/ocsinventory.conf # ln -s /etc/ocsinventory/ocsreports.conf #jed ocsinventory.conf 330 行目付近 AuthUserFile "APACHE_AUTH_USER_FILE" require "SOAP_USER" をコメン...