awawa's report: 電子工作、その他趣味についての記録日記ブログです。
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
openssl-0.9.8ライブラリがない、というエラーが出てインストールが開始しない。
調べてみると、FedoraはOpenSSL 1.0に移行してしまったので、Eagle(for Linux)が使っているlibssl.so.0.9.8が見つからないのでインストール時にエラーが出てしまうようです。
かといって、古いバージョンのバイナリを無理やりインストールしたら、システム全体の依存関係が壊れるだろうし、SSLみたいな大事なライブラリをEagleのためにダウングレードするのもいや。
なので、しかたなくソースからコンパイル。
[openssl.org]
によると、リリースは9月22日現在調べで下記の二つがlatest stableのようです。
- 01-Jun-2010: OpenSSL 0.9.8o is now available, including important bug and security fixes
- 01-Jun-2010: OpenSSL 1.0.0a is now available, including important bug and security fixes
- 01-Jun-2010: Security Advisory: two security fixes
http://forums.fedoraforum.org/showthread.php?p=1398059
(抜粋)
wget http://www.openssl.org/source/openssl-0.9.8o.tar.gz -O - | tar -xzv
cd openssl*
./config shared -fPIC --openssldir=/usr/local
make
sudo make install
Then add /usr/local/lib to the ld.conf list with ....
sudo bash echo "/usr/local/lib" > /etc/ld.so.conf.d/old-ossl.conf
exit
(ここまで)
その後、再起動するか、ldconfigを実行して完了
# /sbin/ldconfig
-fPIC オプションてのは、libssl.so.*を作成する場合に必要とのこと。 Position Independent Codeだそうです。 Eagle 5.10は無事インストールできました。
PR
この記事にコメントする
カレンダー
05 | 2025/06 | 07 |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
フリーエリア
最新記事
(05/04)
(04/16)
(03/31)
(01/29)
(10/23)
最新トラックバック
ブログ内検索
最古記事
(02/23)
(02/24)
(03/08)
(03/18)
(06/24)
P R