has any one been able to get it to compile in 12.1?
when I run make it errors out
Linking CXX executable runPcapManagerTest
/usr/lib64/gcc/x86_64-suse-linux/4.6/…/…/…/…/x86_64-suse-linux/bin/ld: CMakeFiles/runPcapManagerTest.dir/test/PcapManagerTest.cpp.o: undefined reference to symbol ‘pthread_setspecific@@GLIBC_2.2.5’
/usr/lib64/gcc/x86_64-suse-linux/4.6/…/…/…/…/x86_64-suse-linux/bin/ld: note: ‘pthread_setspecific@@GLIBC_2.2.5’ is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [socketsentry-service/runPcapManagerTest] Error 1
make[1]: *** [socketsentry-service/CMakeFiles/runPcapManagerTest.dir/all] Error 2
make: *** [all] Error 2
Hi all. I’m the original author of Socket Sentry. Other projects have kept me busy so I haven’t updated the build for 12.1. If anyone would like to contribute a patch, I’d be very willing to accept over at Google Code. Otherwise, I hope to get back to this when time permits.