Results 1 to 1 of 1
In file included from /usr/include/dhcpctl.h:38,
from rece.c:11:
/usr/local/include/omapip/omapip.h:40:22: error: dns/tsec.h: No such file or directory
In file included from /usr/include/dhcpctl.h:38,
from rece.c:11:
/usr/local/include/omapip/omapip.h:158: error: expected specifier-qualifier-list before 'dns_tsec_t'
rece.c: In ...
- 06-21-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 5
bind-devel package problem?
In file included from /usr/include/dhcpctl.h:38,
from rece.c:11:
/usr/local/include/omapip/omapip.h:40:22: error: dns/tsec.h: No such file or directory
In file included from /usr/include/dhcpctl.h:38,
from rece.c:11:
/usr/local/include/omapip/omapip.h:158: error: expected specifier-qualifier-list before 'dns_tsec_t'
rece.c: In function 'main':
rece.c:455: warning: return type of 'main' is not 'int'
hi all,
I m trying to write a program that use omapi but when put the include dhcpctl.h and isc/result.h i m but able to compile the source.
In file included from /usr/include/dhcpctl.h:38,
from rece.c:11:
/usr/local/include/omapip/omapip.h:40:22: error: dns/tsec.h: No such file or directory
In file included from /usr/include/dhcpctl.h:38,
from rece.c:11:
/usr/local/include/omapip/omapip.h:158: error: expected specifier-qualifier-list before 'dns_tsec_t'
rece.c: In function 'main':
rece.c:455: warning: return type of 'main' is not 'int'
I look and there is no tsec.h...as far as i know that file should be putted by bind-devel...
i found also this:
_https://bugzilla.redhat.com/show_bug.cgi?id=637017[/url]
I tried to install bind-devel-9.3.6 and 9.3.4...and still no file...
How can i solve this?
Thanks


Reply With Quote