升级 OpenSSL for OS 10.5 失败:flipscanister

发布于 2024-12-08 02:16:52 字数 703 浏览 0 评论 0原文

我正在尝试将 OpenSSL 0.9.71 更新到最新版本,以避免 Devise & 错误Facebook 登录。由于更新 OpenSSL 并不容易,我必须从源代码安装另一个版本的 OpenSSL。我能够按照以下步骤操作:

cd /users/<your_user_name>/desktop/
sudo mv openssl /usr/local/
sudo cd /usr/local/openssl
./config

当我运行时,

make

出现以下错误:

unable to find /usr/local/ssl/lib/fips-1.0//flipscanister.o

我花了一天的时间进行搜索,但找不到任何安装 Flipcanister 的帮助,所以我的问题是:

  1. 我需要安装新的 OpenSSL ,或者有办法用旧版本绕过它(即,只需将一些文件复制到正确的位置)?

  2. 如果我必须,那么我应该如何安装flipscanister

非常感谢您的帮助。

I am trying to update my OpenSSL 0.9.71 to latest version to avoid error with Devise & Facebook login. Since it is not easy to update OpenSSL, I have to install another version of OpenSSL from source. I was able to follow these steps:

cd /users/<your_user_name>/desktop/
sudo mv openssl /usr/local/
sudo cd /usr/local/openssl
./config

When I run

make

I got the following error:

unable to find /usr/local/ssl/lib/fips-1.0//flipscanister.o

I spent a day searching around but I couldn't find any help to install flipcanister, so my questions are:

  1. Do I need to install new OpenSSL, or there is a way to get around it with older version(i.e., just copy a few files to the right location)?

  2. If I have to, then how should I install flipscanister

Thank you very much for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文