|
Wireshark |
|
Comments:
|
if you get the following error: /usr/local/bin/wireshark: error while loading shared libraries: /usr/local/lib/libwireshark.so.0: cannot restore segment prot after reloc: Permission denied You have SELinux enabled. You can add the exception for wireshark libraries with the following commands:
find /usr/local/lib/ -name libw*.so* -exec chcon -t texrel_shlib_t {} \; by marc at 2009-01-18 12:50:59 |