Hi all, I'm trying to upgrade from Zabbix 3.2 to 5.2 on Solaris, and I'm having major issues with the configure script !
for example:
checking for process shared libpthread support... yes
checking for libevent support... configure: error: Unable to use libevent (libevent check failed)
./configure \
--enable-server \
--enable-agent \
--with-mysql=/app/mysql/bin/mysql_config \
--with-net-snmp \
--with-libcurl \
--with-libevent-lib=/opt/csw/lib/sparcv9 \
--with-libevent=/opt/csw/lib/sparcv9 \
--with-libevent-include=/opt/csw/lib/sparcv9 \
--with-libpthread=/opt/csw/lib/sparcv9 \
--with-libpthread-include=/opt/csw/lib/sparcv9 \
--with-libpthread-lib=/opt/csw/lib/sparcv9 \
--prefix=/app/zabbix-5.2
pkginfo |grep libevent
application CSWlibevent-core2-0-5 libevent_core2_0_5 - Event notification library 2.0, libevent_core-2.0.so.5
application CSWlibevent-dev libevent_dev - Development files for libevent*-2.0.so.5
application CSWlibevent-extra2-0-5 libevent_extra2_0_5 - Event notification library 2.0, libevent_extra-2.0.so.5
application CSWlibevent-openssl2-0-5 libevent_openssl2_0_5 - Event notification library 2.0, libevent_openssl-2.0.so.5
application CSWlibevent-pthreads2-0-5 libevent_pthreads2_0_5 - Event notification library 2.0, libevent_pthreads-2.0.so.5
application CSWlibevent2-0-5 libevent2_0_5 - Event notification library 2.0, libevent-2.0.so.5
just wondered if anyone has had success with this ? thanks in advance
for example:
checking for process shared libpthread support... yes
checking for libevent support... configure: error: Unable to use libevent (libevent check failed)
./configure \
--enable-server \
--enable-agent \
--with-mysql=/app/mysql/bin/mysql_config \
--with-net-snmp \
--with-libcurl \
--with-libevent-lib=/opt/csw/lib/sparcv9 \
--with-libevent=/opt/csw/lib/sparcv9 \
--with-libevent-include=/opt/csw/lib/sparcv9 \
--with-libpthread=/opt/csw/lib/sparcv9 \
--with-libpthread-include=/opt/csw/lib/sparcv9 \
--with-libpthread-lib=/opt/csw/lib/sparcv9 \
--prefix=/app/zabbix-5.2
pkginfo |grep libevent
application CSWlibevent-core2-0-5 libevent_core2_0_5 - Event notification library 2.0, libevent_core-2.0.so.5
application CSWlibevent-dev libevent_dev - Development files for libevent*-2.0.so.5
application CSWlibevent-extra2-0-5 libevent_extra2_0_5 - Event notification library 2.0, libevent_extra-2.0.so.5
application CSWlibevent-openssl2-0-5 libevent_openssl2_0_5 - Event notification library 2.0, libevent_openssl-2.0.so.5
application CSWlibevent-pthreads2-0-5 libevent_pthreads2_0_5 - Event notification library 2.0, libevent_pthreads-2.0.so.5
application CSWlibevent2-0-5 libevent2_0_5 - Event notification library 2.0, libevent-2.0.so.5
just wondered if anyone has had success with this ? thanks in advance

Comment