Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When compiling Honeyd under Solaris, I get duplicated symbols. What do I need to do?

0
Posted

When compiling Honeyd under Solaris, I get duplicated symbols. What do I need to do?

0

Sometimes, libpcap seems to be linked with exported yacc symbols: gcc -Wall -g -o honeyd honeyd.o command.o parse.o lex.o config.o personality.o util.o ipfrag.o router.o tcp.o udp.o -L/usr/local/lib -levent -L/usr/local/lib -lpcap -L/usr/local/lib -ldnet parse.o: Definition of symbol `_yylhs’ (multiply defined) parse.o: Definition of symbol `_yylen’ (multiply defined) Recompiling pcap with bison instead of yacc seems to solve this problem. This problem has been solved in recent Honeyd releases.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123