Hi all. I downloaded, complied, and installed Suricata successfully. When attempting to run it for the first time I receive,<br><br>/usr/local/bin/suricata: error while loading shared libraries: libhtp-0.2.so.1: cannot open shared object file: No such file or directory<br>
<br>I have the following in /usr/local/lib,<br><br># find /usr/local/lib/ -name "libhtp*"<br>/usr/local/lib/libhtp.so<br>/usr/local/lib/libhtp-0.2.so.1.0.2<br>/usr/local/lib/libhtp-0.2.so.1<br>/usr/local/lib/<a href="http://libhtp.la">libhtp.la</a><br>
/usr/local/lib/libhtp.a<br><br>Here's a full listing of the files,<br><br># cd /usr/local/lib/<br>root@hoth:/usr/local/lib# ls -al libhtp*<br>lrwxrwxrwx 1 root root     19 2010-06-26 09:27 libhtp-0.2.so.1 -> libhtp-0.2.so.1.0.2<br>
-rwxr-xr-x 1 root root 220281 2010-06-26 09:27 libhtp-0.2.so.1.0.2<br>-rw-r--r-- 1 root root 328144 2010-06-26 09:27 libhtp.a<br>-rwxr-xr-x 1 root root    952 2010-06-26 09:27 <a href="http://libhtp.la">libhtp.la</a><br>lrwxrwxrwx 1 root root     19 2010-06-26 09:27 libhtp.so -> libhtp-0.2.so.1.0.2<br>
<br>I checked Google and didn't find anything specific. Any help would be appreciated.Thank you.<br><br>- Rad<br>