Ad Widget

Collapse

error compiling 1.6 svn build 6191

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jsosic
    Member
    • Apr 2008
    • 47

    #1

    error compiling 1.6 svn build 6191

    Code:
    test -f 'db.c' || echo './'`db.c; \
    	then mv -f ".deps/libzbxdbhigh_a-db.Tpo" ".deps/libzbxdbhigh_a-db.Po"; else rm -f ".deps/libzbxdbhigh_a-db.Tpo"; exit 1; fi
    make[3]: *** No rule to make target `dbschema.c', needed by `libzbxdbhigh_a-dbschema.o'.  Stop.
    make[3]: *** Waiting for unfinished jobs....
    make[3]: Leaving directory `/usr/src/redhat/BUILD/zabbix-1.6.svn_6191/src/libs/zbxdbhigh'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/usr/src/redhat/BUILD/zabbix-1.6.svn_6191/src/libs'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/usr/src/redhat/BUILD/zabbix-1.6.svn_6191/src'
    make: *** [all-recursive] Error 1
    error: Bad exit status from /var/tmp/rpm-tmp.14283 (%build)
    Any ideas? Distro is Centos 5.2 x86_64...
    I would appretiate any help on this one...
  • stalker
    Junior Member
    • Aug 2008
    • 29

    #2
    you need "make dbschema" command before build zabbix

    Comment

    Working...