Error experienced in VirtualBox 64bit GNOME environment.
In reference to http://www.backtrack-linux.org/wiki/...hp/Unicornscan
Code:#unicornscan -epgsqldb <TARGET IP> unicornscan: error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: No such file or directoryOddly enough, $LD_LIBRARY_PATH returns null after a fresh BT5 install. I would figure at least the shared libraries paths would be listed here. Even after manually updating $LD_LIBRARY_PATH, deleting libpcap.so and finally soft linking libpcap0.8.so to libpcap.so, unicorn throws the same error.Code:#whereis libpcap.* libpcap: /usr/lib/libpcap.so /usr/lib/libpcap.a /usr/lib64/libpcap.so /usr/lib64/libpcap.a
Does not help either.Code:apt-get install --reinstall libpcap0.8
Has anyone else noticed this yet?


