揮発性のメモ2

http://d.hatena.ne.jp/iww/

一時的にカレントディレクトリをライブラリパスに通す

export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
./tcpdump: error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: No such file or directory

とかエラー出たのでlibpcap.so.0.8 -> libpcap.so.1.1.1みたいにしてパス通して実行