Submitted by horus.solaris on Wed, 2007-01-17 17:39.
On 64-bit systems,  run:

export LDFLAGS=-L/usr/lib64/mysql

before run configure and make. That will fix the following error during compiling:

/usr/bin/ld: cannot find -lmysqlclient

found on: http://www.zabbix.com/forum/showthread.php?t=3962&highlight=lmysqlclient

HS

Submitted by chrisrbailey on Fri, 2006-09-08 01:00.
If you have the SELinux portion of Fedora on your system, you will need to put the PHP frontend somewhere other than the Zabbix user's home directory.  For example, I have it in /usr/share/zabbix.  Otherwise Apache will not be able to access it.
 
Submitted by Anonymous on Wed, 2006-04-12 20:14.
If you don't feel like going through this kind of config (and the typical maintenance) that surrounds these kind of (great) OpenSource products, try out a service from TruePath Technologies (http://truepathtechnologies.com/)! They use opensource software like Zabbix. Nice part is that they setup, maintain it and you get to use it (the fun part!)
 
Submitted by Anonymous on Wed, 2006-04-12 17:10.
I have always used big brother. I tried zabbix but ended up going back to big brother. Just my 2 cents.

 

Steve,

http://tail-f.net/

Submitted by Anonymous on Sat, 2006-03-18 03:16.
yum -y install php-mysql
Submitted by Anonymous on Sat, 2006-03-18 02:29.
If you are running an RPM based system you can also use YUM to get the needed packages:

yum -y install mysql-server
yum -y install gcc
yum -y install net-snmp-devel

This is necessary BEFORE you can successfully compile

Submitted by Anonymous on Thu, 2006-03-16 13:54.
apt-get install make gcc libsnmp5-dev

This solved the problems I had with compiling.... RayIT