I have some problems getting cacti running again after we upgraded the Debian server to version 10 Buster. In the new version php was also upgraded to 7.2 The cacti isntallation script complains about some (needed) php modules. cli seems to be ok but not the Web part.
gd Ja Web - No
gmp Ja Web - No
hash Ja Ja
json Ja Ja
ldap Ja Web - No
Here is my output of php --version which also complains about the same modules... I have no idea where they should be already loaded.....Any advise?
Code: Select all
root@muc-eshelter-proliant-01:~# php -v
PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP Warning: Module 'gmp' already loaded in Unknown on line 0
PHP Warning: Module 'ldap' already loaded in Unknown on line 0
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/ietf/IP-MIB)
Did not find 'mib-2' in module SNMPv2-SMI-v1 (/usr/share/snmp/mibs/host-resources-mib.mib)
Unlinked OID in HOST-RESOURCES-MIB: host ::= { mib-2 25 }
Undefined identifier: mib-2 near line 109 of /usr/share/snmp/mibs/host-resources-mib.mib
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/ietf/DISMAN-EVENT-MIB)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/ietf/DISMAN-SCHEDULE-MIB)
Did not find 'hrMIBAdminInfo' in module HOST-RESOURCES-MIB (/usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES)
Did not find 'hrStorage' in module HOST-RESOURCES-MIB (/usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES)
Did not find 'hrDevice' in module HOST-RESOURCES-MIB (/usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES)
Unlinked OID in HOST-RESOURCES-TYPES: hostResourcesTypesModule ::= { hrMIBAdminInfo 4 }
Undefined identifier: hrMIBAdminInfo near line 7 of /usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES
Unlinked OID in HOST-RESOURCES-TYPES: hrFSTypes ::= { hrDevice 9 }
Undefined identifier: hrDevice near line 226 of /usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES
Unlinked OID in HOST-RESOURCES-TYPES: hrDeviceTypes ::= { hrDevice 1 }
Undefined identifier: hrDevice near line 108 of /usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES
Unlinked OID in HOST-RESOURCES-TYPES: hrStorageTypes ::= { hrStorage 1 }
Undefined identifier: hrStorage near line 37 of /usr/share/snmp/mibs/ietf/HOST-RESOURCES-TYPES
PHP 7.3.4-2 (cli) (built: Apr 13 2019 19:05:48) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.4, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.4-2, Copyright (c) 1999-2018, by Zend Technologies