I have build a version 1.8 proxy using the command line below:-
exec /bin/sh "./configure" '--disable-agent' '--with-net-snmp=/usr/local/bin/net-snmp-config' '--with-curl=/usr/local/bin/curl-config' '--enable-proxy' '--with-ldap=/usr/local' '--with-mysql=/usr/local/bin/mysql_config' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd7.2' 'build_alias=i386-portbld-freebsd7.2' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED' $ac_configure_extra_args --no-create --no-recursion
The build is successful and I can do make install also. While when I tried to run the proxy it failed with the below error message:-
81668:20091210:100308.422 Starting zabbix_proxy. Zabbix 1.8 (revision 8565).
81668:20091210:100308.423 **** Enabled features ****
81668:20091210:100308.423 SNMP monitoring: YES
81668:20091210:100308.423 IPMI monitoring: NO
81668:20091210:100308.423 WEB monitoring: YES
81668:20091210:100308.423 ODBC: NO
81668:20091210:100308.423 SSH2 support: NO
81668:20091210:100308.423 IPv6 support: NO
81668:20091210:100308.423 **************************
81668:20091210:100308.423 Can't allocate shared memory of size 8388608 [Cannot allocate memory]
81668:20091210:100308.423 Can't allocate shared memory for configuration cache.
In the zabbix_proxy.conf I just configured hostname as well as path. All else left default. So what is the possible problem that I am enocuntering?
exec /bin/sh "./configure" '--disable-agent' '--with-net-snmp=/usr/local/bin/net-snmp-config' '--with-curl=/usr/local/bin/curl-config' '--enable-proxy' '--with-ldap=/usr/local' '--with-mysql=/usr/local/bin/mysql_config' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd7.2' 'build_alias=i386-portbld-freebsd7.2' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED' $ac_configure_extra_args --no-create --no-recursion
The build is successful and I can do make install also. While when I tried to run the proxy it failed with the below error message:-
81668:20091210:100308.422 Starting zabbix_proxy. Zabbix 1.8 (revision 8565).
81668:20091210:100308.423 **** Enabled features ****
81668:20091210:100308.423 SNMP monitoring: YES
81668:20091210:100308.423 IPMI monitoring: NO
81668:20091210:100308.423 WEB monitoring: YES
81668:20091210:100308.423 ODBC: NO
81668:20091210:100308.423 SSH2 support: NO
81668:20091210:100308.423 IPv6 support: NO
81668:20091210:100308.423 **************************
81668:20091210:100308.423 Can't allocate shared memory of size 8388608 [Cannot allocate memory]
81668:20091210:100308.423 Can't allocate shared memory for configuration cache.
In the zabbix_proxy.conf I just configured hostname as well as path. All else left default. So what is the possible problem that I am enocuntering?
Comment