The following error was getting generated while PHP compilation. checking whether to enable UCD SNMP hack… yes checking for default_store.h… no checking for kstat_read in -lkstat… no checking for snmp_parse_oid in -lsnmp… no checking for init_snmp in -lsnmp… no configure: error: SNMP sanity check failed. Please check config.log for more information. Fix yum install net-snmp-devel
Day: August 24, 2018
Error “sendmail dead but subsys locked” sm-client (pid 16432) is running
The following error was getting generated while starting postfix service. # /etc/init.d/sendmail status sendmail dead but subsys locked sm-client (pid 16432) is running... First check postfix is running on the server. # /etc/init.d/postfix status (pid 2793) is running... Try stopping the postfix service and kill the process. Then restart sendmail service.