I have got this error messge when creating snort make file?
/usr/bin/ld: /usr/local/lib/libpcre.a(pcre_compile.o): relocation R_X86_64_32S against >`.
Instead of specifying libpcre.a in your make file for linking, specify libpcre.so.
libpcre.a
libpcre.so
This should get you out of the error!
Thanks!