Ad Widget

Collapse

Help install

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amdbuzat
    Junior Member
    • Jan 2012
    • 1

    #1

    Help install

    I put :

    cd /usr/src/
    # tar -xzvf zabbix-1.8.8.tar.gz
    # cd zabbix-1.8.8
    # ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-ldap --with-ssh2 --enable-proxy --with-jabber --prefix=/usr/local/zabbix PKG_CONFIG_PATH=/usr/lib/pkgconfig/ PKG_CONFIG=/usr/bin/pkg-config


    But my debian after checking, claims :
    #configure: error: SSH2 library version requeriment not met (>= 1.0.0)

    I had installed :
    apt-get install mysql-server mysql-client libmysql++-dev gcc make libmysqlclient-dev apache2 libiksemel-dev libiksemel-utils libsnmp-dev fping snmpd lm-sensors libsysfs2 php5 libapache2-mod-php5 php5-gd php5-snmp php5-mysql php-pear perl-base liburi-perl libapache2-mod-perl2 libwww-perl libtool libextutils-pkgconfig-perl pkg-config libsnmp9-dev libcurl4-openssl-dev libcurl3 rcconf libgd-text-perl php5-cgi perl-modules libpdf-api2-perl libssh2-1-dev

    where is the error? Please someone help me .
  • Davidus
    Senior Member
    • Dec 2010
    • 281

    #2
    Probably have to upgrade your SSH2; I mean you need latest version of libssh2-devel

    Comment

    Working...