Ubuntu 22.04.1 LTS にて[Installing on Linux using OTP releases - Pleroma Documentation](https://docs-develop.pleroma.social/backend/installation/otp_en/)に従ってインストールを進めているのですが、エラーが発生しておりみなさまのお知恵を貸してください。
Conversation
Notices
-
Embed this notice
奥多摩北斎?☑ (jcm50@machikadon.online)'s status on Monday, 19-Sep-2022 21:10:05 JST 奥多摩北斎?☑ - kphrx repeated this.
-
Embed this notice
奥多摩北斎?☑ (jcm50@machikadon.online)'s status on Monday, 19-Sep-2022 21:12:18 JST 奥多摩北斎?☑ >Installing Pleroma
># Run the config generator
>su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pleroma/config.exs --output-psql /tmp/setup_db.psql"の箇所を実行すると、" [error] Unable to load crypto library. Failed with error:
":load_failed, Failed to load NIF library /opt/pleroma/lib/crypto-4.6.5.4/priv/lib/crypto: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'"
OpenSSL might not be installed on this system."
というエラーが発生します。kphrx repeated this. -
Embed this notice
奥多摩北斎?☑ (jcm50@machikadon.online)'s status on Monday, 19-Sep-2022 21:16:01 JST 奥多摩北斎?☑ 確認しましたが、opensslはインストールされていました。
```
$ apt list --installed | grep opensslWARNING: apt does not have a stable CLI interface. Use with caution in scripts.
openssl/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.6 amd64 [installed]
```どなたか心当たりのある方、お知恵をお貸しいただけるととてもうれしいです。
kphrx repeated this. -
Embed this notice
奥多摩北斎?☑ (jcm50@machikadon.online)'s status on Monday, 19-Sep-2022 22:02:36 JST 奥多摩北斎?☑ 解決しました。お知恵をいただいたみなさまありがとうございました。
原因は、openssl1.1.1がインストールされていなかったことでした。ソースからビルドしインストールすることで解決しました。