Hi there,
I am trying to compile the latest svn version on Ubuntu 8.04. I start with ./configure --enable-server --with-mysql
and that finishes without an error.
when I do a make I get this error:
make[3]: Leaving directory `/home/roger/1.6/src/libs/zbxdbcache'
Making all in zbxdbhigh
make[3]: Entering directory `/home/roger/1.6/src/libs/zbxdbhigh'
make[3]: *** No rule to make target `dbschema.c', needed by `libzbxdbhigh_a-dbschema.o'. Stop.
make[3]: Leaving directory `/home/roger/1.6/src/libs/zbxdbhigh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/roger/1.6/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roger/1.6/src'
make: *** [all-recursive] Error 1
roger@LocalServer:~/1.6$
Does anybody have a clue, where I should look?
I am trying to compile the latest svn version on Ubuntu 8.04. I start with ./configure --enable-server --with-mysql
and that finishes without an error.
when I do a make I get this error:
make[3]: Leaving directory `/home/roger/1.6/src/libs/zbxdbcache'
Making all in zbxdbhigh
make[3]: Entering directory `/home/roger/1.6/src/libs/zbxdbhigh'
make[3]: *** No rule to make target `dbschema.c', needed by `libzbxdbhigh_a-dbschema.o'. Stop.
make[3]: Leaving directory `/home/roger/1.6/src/libs/zbxdbhigh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/roger/1.6/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roger/1.6/src'
make: *** [all-recursive] Error 1
roger@LocalServer:~/1.6$
Does anybody have a clue, where I should look?
Comment