Ad Widget

Collapse

Trustix 3.0: make failed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stoone
    Junior Member
    • Sep 2005
    • 2

    #1

    Trustix 3.0: make failed

    Hi guys,
    Please help me. I'm get this error during 'make'. Compile seems ok. ..:-


    "make[4]: Leaving directory `/home/users/zabbix-1.1beta1/src/zabbix_server/trapper'
    make[3]: Leaving directory `/home/users/zabbix-1.1beta1/src/zabbix_server/trapper'
    make[3]: Entering directory `/home/users/zabbix-1.1beta1/src/zabbix_server'
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -I/usr/include -g -O2 -MT evalfunc.o -MD -MP -MF ".deps/evalfunc.Tpo" -c -o evalfunc.o evalfunc.c; \
    then mv -f ".deps/evalfunc.Tpo" ".deps/evalfunc.Po"; else rm -f ".deps/evalfunc.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -I/usr/include -g -O2 -MT expression.o -MD -MP -MF ".deps/expression.Tpo" -c -o expression.o expression.c; \
    then mv -f ".deps/expression.Tpo" ".deps/expression.Po"; else rm -f ".deps/expression.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -I/usr/include -g -O2 -MT actions.o -MD -MP -MF ".deps/actions.Tpo" -c -o actions.o actions.c; \
    then mv -f ".deps/actions.Tpo" ".deps/actions.Po"; else rm -f ".deps/actions.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -I/usr/include -g -O2 -MT zlog.o -MD -MP -MF ".deps/zlog.Tpo" -c -o zlog.o zlog.c; \
    then mv -f ".deps/zlog.Tpo" ".deps/zlog.Po"; else rm -f ".deps/zlog.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -I/usr/include -g -O2 -MT functions.o -MD -MP -MF ".deps/functions.Tpo" -c -o functions.o functions.c; \
    then mv -f ".deps/functions.Tpo" ".deps/functions.Po"; else rm -f ".deps/functions.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -I/usr/include -g -O2 -MT server.o -MD -MP -MF ".deps/server.Tpo" -c -o server.o server.c; \
    then mv -f ".deps/server.Tpo" ".deps/server.Po"; else rm -f ".deps/server.Tpo"; exit 1; fi
    gcc -g -O2 -o zabbix_server -L/usr/lib/mysql -lmysqlclient -lm -lz -L/usr/lib -lnetsnmp -lcrypto evalfunc.o expression.o actions.o zlog.o functions.o server.o ../libs/zbxsysinfo/libzbxsysinfo.a ../libs/zbxlog/libzbxlog.a ../libs/zbxpid/libzbxpid.a ../libs/zbxconf/libzbxconf.a ../libs/zbxdbhigh/libzbxdbhigh.a ../libs/zbxcrypto/libzbxcrypto.a ../libs/zbxnet/libzbxnet.a pinger/libzbxpinger.a poller/libzbxpoller.a escalator/libzbxescalator.a housekeeper/libzbxhousekeeper.a alerter/libzbxalerter.a timer/libzbxtimer.a trapper/libzbxtrapper.a ../libs/zbxemail/libzbxemail.a ../libs/zbxcommon/libzbxcommon.a -lresolv -lnsl
    make[3]: Leaving directory `/home/users/zabbix-1.1beta1/src/zabbix_server'
    make[2]: Leaving directory `/home/users/zabbix-1.1beta1/src/zabbix_server'
    make[2]: Entering directory `/home/users/zabbix-1.1beta1/src'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/home/users/zabbix-1.1beta1/src'
    make[1]: Leaving directory `/home/users/zabbix-1.1beta1/src'
    make[1]: Entering directory `/home/users/zabbix-1.1beta1'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/home/users/zabbix-1.1beta1'
    "

    My system :-
    trustix 3.0
    mysql 4.1.12-3tr

    Sorry, i'm newbies to linux, really appreciate your suggestion here

    TQ
  • sauron
    Senior Member
    • Jan 2005
    • 215

    #2
    It looks fine. Where you view errors ?

    Comment

    • stoone
      Junior Member
      • Sep 2005
      • 2

      #3
      ooppp ! sorry...

      after execute make, i'm especting to see zabbix_server and zabbix_agentd reside on the compile directory which is /home/zabbix/zabbix1-1beta1/bin. File is not in there.I thougt there is a problem somewhere...

      After read your reply, i'm double checking and found those files in /usr/local/bin same as in manual. ahaa...

      sorry, my apology for this careless posting...

      TQVM.

      Comment

      Working...