2020-09-02 FreeBSD python 回りのアップグレード libarchive と 念のため openssl
_ FreeBSD のメンテナンスをしていて、python 回りのアップグレードが失敗。
I was updating FreeBSD. Python related upgrade failed.
freebsd ImportError: Shared object "libffi.so.6" not found, required by "_ctypes.so"
というエラーメッセージ。色々試しているうちに以下のページにたどりつきました。
https://unix.stackexchange.com/questions/84301/freebsd-cant-install-python-2-7
そこにに書いてあるように、 libarchive と 念のため openssl もインストールしたら、直ってしまいました。
I just follow the article reinstalling libarchive and openssl. the problem was solved.