Snort, squid and squidGuard is not starting in 2.0
-
I installed pfsense 2.0 for testing. I can connect to internet. But snort, squid and squidguard is not starting its process, it shows following error;
php: /pkg_edit.php: The command '/usr/local/sbin/squid -z' returned exit code '1', the output was '/libexec/ld-elf.so.1: Shared object "libcrypt.so.4" not found, required by "squid"'.
Some one in the forum has given solution to this. Can I apply this solution? or should I wait for further developments?
My special thanks to :-*pfSense Team for wonderful product.
With regards
-
The same to me…
-
snort with function just need to use a symbolic link for the missing lib
ln /lib/libpcap.so.7 /lib/libpcap.so.5
-
Squid will start with these symbolic links:
#cd /lib
#ln -s libcrypt.so.5 libcrypt.so.4
#ln -s libcrypto.so.6 libcrypto.so.5
#cd /usr/lib
#ln -s libssl.so.6 libssl.so.5even if transparent mode is not properly working right now.
Have a nice 2010!
-
Thanks.
I will try out these things.