設定ファイル ~/.bashrc に追加

$ エディタ ~/.bashrc
...
export LD_LIBRARY_PATH=.	# 追加
		# ファイル末尾に空行が必要

$ source ~/.bashrc

