I have installed LibreNMS successfully in Ubuntu 16 / 64bit , But I get this error in the validation part.
[email protected] :/opt/librenms# ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.37-21-g6c3473a
DB Schema | ?
PHP | 7.0.25-0ubuntu0.16.04.1
MySQL | ?
RRDTool | 1.5.5
SNMP | NET-SNMP 5.7.3
====================================
[FAIL] No composer available, please install composer
[FIX] https://getcomposer.org/
I did install composer & its output is as following.
[email protected] :/opt/librenms# composer -V
Composer version @[email protected] (1.0.0-beta2) 2016-03-27 16:00:34
How can I solve it ?
I managed to solve it by removing composer
’apt-get remove composer’
Now teh command base validation part is ok , but web gui validation is still giving composer missing error. but I guess its not making any harm so I am ignoring it for now.
Or any better solution to clear web validation composer missing part?
Not yet - although if your composer is version 1.0.0 it’s rather old - current version is 1.6.3
Hi all
After ./daily.sh ran today I spotted that the URL http:///validate was throwing an error for dependencies - specifically
Fail: No composer available, please install composer
Fix: https://getcomposer.org/
I ran ./validate.php and it too threw an error
$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.37-16-g9459eeb
DB Schema | ?
PHP | 7.2.2-3+ubuntu16.04.1+deb.sury.org+1
MySQL | ?
RRDTool | 1.5.5
SNMP | NET-SNMP…