Ad Widget

Collapse

How To install Zabbix-1.0 on Solaris 10 x86

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ltavenne
    Junior Member
    • Aug 2005
    • 7

    #1

    How To install Zabbix-1.0 on Solaris 10 x86

    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
Working...