前提・実現したいこと
ubuntu20.04でopensshのバージョンのみをアップデートしたい。
発生している問題・エラーメッセージ
openssh-8.8p1.tar.gzをwgetコマンドでhome下に格納し、解凍後、./configureで
checking OpenSSL library version... not found
configure: error: OpenSSL library not found.
のエラーが発生
checking OpenSSL library version... not found configure: error: OpenSSL library not found.
該当のソースコード
./configure
・・・・・中略
checking if openpty correctly handles controlling tty... yes
checking whether AI_NUMERICSERV is declared... yes
checking if SA_RESTARTed signals interrupt select()... yes
checking for getpgrp... yes
checking if getpgrp accepts zero args... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking OpenSSL header version... 30000000 (OpenSSL 3.0.0 7 sep 2021)
checking for OpenSSL_version... yes
checking for OpenSSL_version_num... yes
checking OpenSSL library version... not found
configure: error: OpenSSL library not found.
試したこと
下記の流れで、openSSLをインストールしたが、うまくいかない
tar zxf openssl-***.tar.gz
cd openssl-***
./config --prefix=/usr/ --shared
make
make test
make install
ln -sf /usr/local/openssl/bin/openssl /usr/bin/openssl
vi /etc/ld.so.conf
/usr/local/ssl/lib
ldconfig -v
補足情報(FW/ツールのバージョンなど)
ubuntuのバージョンを上げずに、opensshのバージョンだけ上げる方法が分かる方がいらっしゃれば、よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/09 04:26