Ad Widget

Collapse

Make Install Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsp
    Junior Member
    • May 2010
    • 1

    #1

    Make Install Problem

    Hey, im trying to install Zabbix 1.8 on Debian Lenny, the problem is when i execute make install command nothing is installed:

    Making install in zbxcrypto
    make[3]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
    make[4]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    make[4]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
    make[3]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
    Making install in zbxcommon
    make[3]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'
    make[4]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    make[4]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'
    make[3]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'

    etc...

    /bin /lib folders are all empty and /sbin only have zabbix_server

    Here is my ./configure parameters:
    ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl

    Whats hapenning?
  • NOB
    Senior Member
    Zabbix Certified Specialist
    • Mar 2007
    • 469

    #2
    Hi

    I am answering this one in IBM style: Works as designed

    In your configure script you specified the option to create
    the zabbix_server binary (--enable-server) and that's exactly
    what is done.

    Try to add --enable-agent and you'll get zabbix_agent,
    zabbix_agentd, zabbix_get and zabbix_sender
    , too.

    HTH,

    Norbert.

    Comment

    Working...