That would be a great solution, except that I have to compile libnet 1.0.2 or less (which I didn't find out until a minute ago) due to compatibility with the software I am trying to install (paketto -
www.doxpara.com). So I googled libnet-1.0.2.tgz and found an archive site that still had it. Libnet installed just fine, but it still does not solve my problem with paketto.
My problem now is that when I try to make paketto, it gives me a load of errors
Code:
packet2sql.c:45:20: missing terminating " character
packet2sql.c: In function `p2_usage':
packet2sql.c:46: error: syntax error at '@' token
packet2sql.c:46: error: `dan' undeclared (first use in this function)
packet2sql.c:46: error: (Each undeclared identifier is reported only once
packet2sql.c:46: error: for each function it appears in.)
packet2sql.c:46: error: syntax error before "doxpara"
packet2sql.c:46: error: stray '\' in program
packet2sql.c:46:20: missing terminating " character
packet2sql.c:48:20: missing terminating " character
packet2sql.c:49: error: stray '\' in program
packet2sql.c:49:9: missing terminating " character
packet2sql.c:51:20: missing terminating " character
packet2sql.c:52: error: stray '\' in program
packet2sql.c:52:18: missing terminating " character
packet2sql.c:54:20: missing terminating " character
packet2sql.c:55: error: stray '\' in program
packet2sql.c:55:21: missing terminating " character
packet2sql.c:281:30: missing terminating " character
packet2sql.c: In function `main':
packet2sql.c:283: error: `s' undeclared (first use in this function)
packet2sql.c:283: error: syntax error before '%' token
packet2sql.c:283:67: missing terminating " character
packet2sql.c:285:30: missing terminating " character
packet2sql.c:287:67: missing terminating " character
make[1]: *** [packet2sql.o] Error 1
make[1]: Leaving directory `/root/documents/download/paketto-2.00pre3/src'
make: *** [check-recursive] Error 1

Any suggestions. Thanks for all the help.