Lubuntu 14.04 アプリケーションの追加

Sylpheed

標準の Sylpheed 3.4.0~beta7-1ubuntu1 がメール受信時に「Segmentation fault (コアダンプ)」してしまう。

PPA 版

$ sudo add-apt-repository ppa:klaus-vormweg/sylpheed
$ sudo apt-get update
$ sudo apt-get install sylpheed sylpheed-i18n

3.5.0~beta1-trusty0 になったが、コアダンプは変わらず。

最新安定版

最新安定版をコンパイルする。

$ sudo apt-get build-dep sylpheed
$ tar xvf sylpheed-3.4.2.tar.bz2
$ cd sylpheed-3.4.2
$ ./configure
$ make
$ make -n install
$ sudo make install
$ LD_LIBRARY_PATH=/usr/local/lib sylpheed 

問題解消した。


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2014-11-20 (木) 14:05:13 (3453d)