-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
None
-
Affects Version/s: None
-
Component/s: Installation (I)
-
None
-
Environment:ALT Linux Sisyphus
Zabbix 1.6 tagen from svn tag 1.6
This is part of my rpm spec file:
autoreconf -fisv
...
%configure --with-mysql \
--with-net-snmp \
--enable-server \
--enable-agent \
--with-ldap \
--with-libcurl \
--with-jabber \
--enable-proxy \
--enable-ipv6
Build log:
...
Making all in zbxdbhigh
make[3]: Entering directory `/usr/src/RPM/BUILD/zabbix-1.6/src/libs/zbxdbhigh'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../../src/zabbix_server/ -pipe -Wall -O2 -march=i586 -mtune=i686 -I/usr/include/mysql -pipe -march=i586 -mtune=i686 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -DHAVE_ERRNO_AS_DEFINE -DONE_THREAD -I/usr/include/rpm -I/usr/include/gdbm -I/usr/lib/perl5/i386-linux/CORE -I. -I/usr/include -I/usr/include -c -o libzbxdbhigh_a-host.o `test -f 'host.c' || echo './'`host.c
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../../src/zabbix_server/ -pipe -Wall -O2 -march=i586 -mtune=i686 -I/usr/include/mysql -pipe -march=i586 -mtune=i686 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -DHAVE_ERRNO_AS_DEFINE -DONE_THREAD -I/usr/include/rpm -I/usr/include/gdbm -I/usr/lib/perl5/i386-linux/CORE -I. -I/usr/include -I/usr/include -c -o libzbxdbhigh_a-db.o `test -f 'db.c' || echo './'`db.c
make[3]: Leaving directory `/usr/src/RPM/BUILD/zabbix-1.6/src/libs/zbxdbhigh'
make[2]: Leaving directory `/usr/src/RPM/BUILD/zabbix-1.6/src/libs'
make[1]: Leaving directory `/usr/src/RPM/BUILD/zabbix-1.6/src'
make[3]: *** No rule to make target `dbschema.c', needed by `libzbxdbhigh_a-dbschema.o'. Stop.
% find ~/devel/zabbix -type f -name dbschema.c | wc -l
0
Where is dbschema.c? ![]()