Librenms No composer available

I have installed LibreNMS successfully in Ubuntu 16 / 64bit, But I get this error in the validation part.

root@zaib:/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.

root@Login:/opt/librenms# composer -V
Composer version @package_branch_alias_version@ (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. :slight_smile:

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