PDA

View Full Version : How To install Zabbix-1.0 on Solaris 10 x86


ltavenne
30-08-2005, 15:43
First, I installed the following free packages from sunfreeware

expat, libiconv, gdbm, db-4.2.52.NC, gcc, gnu tar, libxml2, zlib, libpng, freetype, jpeg, xpm, fontconfig, gd

then I used

mysql-max-3.23.58-pc-solaris2.8-i386
follow documentation about installation of mysql

apache_1.3.27
./configure --prefix=/usr/local/apache --enable-shared=max --enable-module=so
make
make install

php-4.3.5
./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --enable-track-vars --with-xml --with-zlib --with-zlib-dir=/usr/local/lib --with-gd --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib
make
make install

net-snmp-5.0.10.2
./configure
make
make install

fping-2.2b2
./configure
make
make install
chmod u+s /usr/local/sbin/fping

zabbix-1.0
./configure --with-mysql=/usr/local/mysql --with-net-snmp
make
then follow documentation about installation of zabbix