Open GoogleCodeExporter opened 9 years ago
The problem is resolved if I do "make shared" instead of "make static" for
libnids and then link to shared so instead of .a
lrwxrwxrwx 1 gvelocity wheel 15 Oct 17 17:17 libnids.so -> libnids.so.1.23
-rwxr-xr-x 1 gvelocity wheel 151074 Oct 17 17:14 libnids.so.1.23
gvelocity@lon3eur20:~/wireplay-read-only> make
gcc -o wireplay src/wireplay.o src/log.o src/msg.o src/whook.o src/whook_rb.o
-ggdb -L/home/gvelocity/wireplay-read-only/libnids-1.23/src/ -lnids -lpcap
-lnet -L/usr/lib64 -lruby
Maybe it was just a LD_LIBRARY_PATH issue that libnids/src dir was missing
Original comment by samkhop...@gmail.com
on 17 Oct 2012 at 3:19
Original issue reported on code.google.com by
samkhop...@gmail.com
on 17 Oct 2012 at 3:12