升级 OpenSSL for OS 10.5 失败:flipscanister
我正在尝试将 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 的帮助,所以我的问题是:
我需要安装新的 OpenSSL ,或者有办法用旧版本绕过它(即,只需将一些文件复制到正确的位置)?
如果我必须,那么我应该如何安装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:
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)?
If I have to, then how should I install flipscanister
Thank you very much for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论