Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not able to link libclntst11.a

678592Jan 7 2009 — edited Jan 8 2009
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2009
Added on Jan 7 2009
2 comments
1,295 views