Guy Harris wrote:
Rebekah Taylor wrote:
I have attached the output of the config and make runs
Do I need some prerequisite libraries or something?
It appears that Bison isn't correctly installed on your machine -
configure finds it:
checking for bison... bison
and it is, in fact, present, but one of its data files isn't installed:
bison -y -p pcap_ -d ./grammar.y
bison: /usr/local/share/bison.simple: No such file or directory
If you installed it, you might try building and installing it again, and
make sure that it's completely installed. If it came with AIX, ask IBM
about it; if somebody else installed it, ask them about it.
might the yacc that comes with AIX succede? one way to try might be to make the
bison binary not executable (remote the x perms) and reconfigure and see what
happens. lex/yacc work for libpcap on HP-UX, perhaps they will on AIX as well.
rick jones
portable adj, code that compiles under more than one compiler
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.