Ad Widget

Collapse

make does not install server-files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joko
    Junior Member
    • Jun 2006
    • 1

    #1

    make does not install server-files

    Hi everybody!

    Im just tried to install zabbix on Suse 10.0, as a zbbix-newbee.
    I've managed php-site working with changing all include-statements
    to "./include...".

    BUT the ./bin ./lib (maybe /opt as well) - installationfiles
    arent installed by make. But I haven't an error massage of ./configure or
    make:

    ./configure --with-mysql --with-net-snmp --enable-server --prefix=/usr --enable-static (even with or without --enable-agent is the same result)

    config.status: creating src/libs/zbxsysinfo/netbsd/Makefile
    config.status: creating src/libs/zbxsysinfo/unknown/Makefile
    config.status: creating include/config.h
    config.status: include/config.h is unchanged
    config.status: executing depfiles commands


    Configuration:

    Detected OS: linux-gnu
    Install path: /usr
    Compiler: gcc
    Compiler flags: -static -g -O2
    Linker flags:
    Compilation arch: linux

    Enable server: yes
    With database: MySQL

    Enable agent: no

    ************************************************** *********
    * Now run 'make' *
    * *
    * Thank you for using ZABBIX! *
    * <http://www.zabbix.com> *
    ************************************************** *********


    AND MAKE (last few lines..):
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/tmp/zabbix/zabbix-1.1/src'
    make[1]: Leaving directory `/tmp/zabbix/zabbix-1.1/src'
    make[1]: Entering directory `/tmp/zabbix/zabbix-1.1'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/tmp/zabbix/zabbix-1.1'

    ---- line obove is the last line of make ---------

    Any hints or suggestions from the experts are welcome?!

    thanks in advice
    Joko
  • gazzerh
    Member
    • Jun 2006
    • 36

    #2
    after the make run: make install

    Comment

    Working...