Ad Widget

Collapse

Make error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thorra
    Junior Member
    • Feb 2005
    • 9

    #1

    Make error

    When i execute thge "make" command, this message appear (on Mandrake 10, 10.1 and RedHat 9 french ):

    [root@localhost zabbix-1.1alpha5]# make
    Making all in src/zabbix_agent
    make[1]: Entre dans le répertoire `/segg/zabbix-1/zabbix-1.1alpha5/src/zabbix_ag
    ent'
    gcc -o ../../bin/zabbix_agent -g -O2 -I../../include zabbix_agent.c sysinfo.c .
    ./../include/log.c ../../include/cfg.c ../../include/security.c ../../include/sn
    printf.c ../../include/md5.c -Wall -lnsl
    sysinfo.c: Dans la fonction « process »:
    sysinfo.c:320: AVERTISSEMENT: « function_str » pourrait être utilisé sans être i
    nitialisé dans cette fonction
    ../../include/snprintf.c:161: AVERTISSEMENT: « dopr » défini mais n'a pas été ut
    ilisé
    gcc -o ../../bin/zabbix_agentd -g -O2 -I../../include zabbix_agentd.c sysinfo.c
    stats.c interfaces.c diskdevices.c cpustat.c ../../include/log.c ../../include/c
    fg.c ../../include/security.c ../../include/pid.c ../../include/snprintf.c ../..
    /include/md5.c -Wall -lnsl
    sysinfo.c: Dans la fonction « process »:
    sysinfo.c:320: AVERTISSEMENT: « function_str » pourrait être utilisé sans être i
    nitialisé dans cette fonction
    ../../include/snprintf.c:161: AVERTISSEMENT: « dopr » défini mais n'a pas été ut
    ilisé
    make[1]: Quitte le répertoire `/segg/zabbix-1/zabbix-1.1alpha5/src/zabbix_agent'
    Making all in src/zabbix_sender
    make[1]: Entre dans le répertoire `/segg/zabbix-1/zabbix-1.1alpha5/src/zabbix_se
    nder'
    gcc -o ../../bin/zabbix_sender -g -O2 -I../../include ../../include/snprintf.c z
    abbix_sender.c -lnsl
    make[1]: Quitte le répertoire `/segg/zabbix-1/zabbix-1.1alpha5/src/zabbix_sender
    '
    Making all in src/zabbix_server
    make[1]: Entre dans le répertoire `/segg/zabbix-1/zabbix-1.1alpha5/src/zabbix_se
    rver'
    gcc -o ../../bin/zabbix_server -g -O2 -I../../include -I/usr/include/mysql -I/u
    sr/include server.c ../../include/db.c ../../include/functions.c ../../include/e
    xpression.c ../../include/cfg.c ../../include/log.c ../../include/security.c ../
    ../include/pid.c ../../include/email.c ../../include/snprintf.c ../zabbix_agent/
    sysinfo.c ../../include/md5.c ../../include/zlog.c alerter.c pinger.c housekeepe
    r.c checks_simple.c checks_snmp.c checks_agent.c checks_internal.c -Wall -lnsl
    -L/usr/lib/mysql -lmysqlclient -lm -lz -L/usr/lib -lnetsnmp -lcrypto
    ../../include/snprintf.c:161: AVERTISSEMENT: « dopr » défini mais n'a pas été ut
    ilisé
    ../zabbix_agent/sysinfo.c: Dans la fonction « process »:
    ../zabbix_agent/sysinfo.c:320: AVERTISSEMENT: « function_str » pourrait être uti
    lisé sans être initialisé dans cette fonction
    make[1]: Quitte le répertoire `/segg/zabbix-1/zabbix-1.1alpha5/src/zabbix_server
    '

    Could You help me please.
    Thanks
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    I do not see any error messages, only warnings!
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    • thorra
      Junior Member
      • Feb 2005
      • 9

      #3
      Thanks for your quick reply
      So it's not very important and created binairies could be used ? (i'm not a big boss in Linux... )

      Comment

      • Alexei
        Founder, CEO
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Sep 2004
        • 5654

        #4
        Yes, the binaries are absolutely safe!
        Alexei Vladishev
        Creator of Zabbix, Product manager
        New York | Tokyo | Riga
        My Twitter

        Comment

        • thorra
          Junior Member
          • Feb 2005
          • 9

          #5
          Thanks very much.
          Now i can continue testing Zabbix

          Comment

          Working...