Not able to link libclntst11.a
678592Jan 7 2009 — edited Jan 8 2009I am trying to link libclntst11.a in my c++ application but it is giving following error:
/software/ora9/product/9.2/lib/libclntst11.a(cc_memory.o): In function `
krb5_mcc_generate_new':
cc_memory.o(.text+0x1b34): the use of `mktemp' is dangerous, better use
`mkstemp'
/software/ora9/product/9.2/lib/libclntst11.a(snteve.o): In function `snt
eveini':
snteve.o(text.unlikely+0x41): undefined reference to `epoll_create'
/software/ora9/product/9.2/lib/libclntst11.a(snteve.o): In function `snt
evefdctl':
snteve.o(text.unlikely+0x138): undefined reference to `epoll_ctl'
/software/ora9/product/9.2/lib/libclntst11.a(snteve.o): In function `snt
evepoll':
snteve.o(text.unlikely+0x187): undefined reference to `epoll_wait'
snteve.o(text.unlikely+0x1ce): undefined reference to `epoll_wait'
Please somebody suggest me to resolve this problem. I am using linux 2.4.18 to build it.