Dear community,
I'm having a problem like all of us, and I need help
I'm trying to install ZABBIX 1.4.2 on RS6000 44P Model 170 machine, with AIX OS 5.3 v0.5, to monitor my other AIX and OS400 Servers.
I managed to install Apache (httpd-2.2.4), Mysql (mysql-5.0.45-aix5.2-powerpc-64bit), PHP (php-5.2.3).
installed:
openssh-4.3p2-r2.tar
net-snmp.5.2.tar
openssl-0.9.7l-1.aix5.1.ppc.rpm
curl.7.15.3.tar
gd.2.0.33.tar
and other libraries required for Apache Mysql and PHP.
this is my echo $PATH
when it comes to install zabbix (that I really want to have it on this machine), it fails
Please can you help me on this, I'm out of solutions and I'm stuck here alone.
I tried to find solutions on net, but no luck...
I'm attaching my config.log
Thank you,
lolziac
I'm having a problem like all of us, and I need help

I'm trying to install ZABBIX 1.4.2 on RS6000 44P Model 170 machine, with AIX OS 5.3 v0.5, to monitor my other AIX and OS400 Servers.
I managed to install Apache (httpd-2.2.4), Mysql (mysql-5.0.45-aix5.2-powerpc-64bit), PHP (php-5.2.3).
installed:
openssh-4.3p2-r2.tar
net-snmp.5.2.tar
openssl-0.9.7l-1.aix5.1.ppc.rpm
curl.7.15.3.tar
gd.2.0.33.tar
and other libraries required for Apache Mysql and PHP.
this is my echo $PATH
Code:
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/local/mysql/bin:/usr/bin:/usr/local/mc/bin:/usr/local:/opt/freeware/lib:/usr/lib:/lib:/usr/local/bin:/usr/local/lib:/usr/java14/jre/bin:/usr/java14/bin
Code:
./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --enable-static --with-mysql --with-net-snmp --with-libcurl >> >> it stopes at -lnsl_r checking for mysql_config... /usr/local/mysql/bin/mysql_config checking for main in -lz ... yes checking for main in -lnsl_r ... no configure: error: Not found nsl_r library
I tried to find solutions on net, but no luck...
I'm attaching my config.log
Thank you,
lolziac
...
it stopped at
.
Comment