gpt4 book ai didi

macos - 不能用 openssl 满足 Plone 的 Unified Installer 预检

转载 作者:太空宇宙 更新时间:2023-11-03 13:37:02 29 4
gpt4 key购买 nike

我正在尝试在 OS X 10.11.3 上运行 Plone 统一安装程序(适用于 4.3.9) 使用 --without-ssl 选项,并且我收到以下错误:

Unable to find libssl or openssl/ssl.h.
libssl and its development headers are required for Plone.
Please install your platform's openssl-dev package
and try again.
(If your system is using an SSL other than openssl or is
putting the libraries/headers in an unconventional place,
you may need to set CFLAGS/CPPFLAGS/LDFLAGS environment variables
to specify the locations.)
If you want to install Plone without SSL support, specify
--without-ssl on the installer command line.

此外,我正在尝试从源代码构建 openssl,而不是使用 brew 或 macports 或 fink 等安装它。我使用了说明 here构建 openssl 1.0.1s。 (LTS 版本 1.0.2 禁用了 SSLv2,即 preflight checks for,所以我转到了 1.0.1。)

config.log显示它发现 openssl header 没问题,所以至少我确定那部分。它还表明它从库文件(例如 libssl.a)及其组成的 .o 文件中找到了一大堆符号,因此库路径似乎也没有问题。

我不确定我是否读对了,但是来自 config.log 的这一行

preflight:4013: $? = 1

似乎表明函数 ac_fn_c_try_link 中发生了某些事情,但我无法弄清楚是什么。这是函数:

# ac_fn_c_try_link LINENO
# -----------------------
# Try to link conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_link ()
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
rm -f conftest.$ac_objext conftest$ac_exeext
if { { ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
(eval "$ac_link") 2>conftest.err
ac_status=$?
if test -s conftest.err; then
grep -v '^ *+' conftest.err >conftest.er1
cat conftest.er1 >&5
mv -f conftest.er1 conftest.err
fi
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; } && {
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest$ac_exeext && {
test "$cross_compiling" = yes ||
$as_test_x conftest$ac_exeext
}; then :
ac_retval=0
else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

ac_retval=1
fi
# Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
# created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
# interfere with the next link command; also delete a directory that is
# left behind by Apple's compiler. We do this before executing the actions.
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
as_fn_set_status $ac_retval

} # ac_fn_c_try_link

最后,我确实使用了命令 nm -g/usr/local/openssl/lib/libssl.a 来确保所有需要的符号都在那里。

非常感谢诊断此问题的任何帮助。

最佳答案

我在使用 Plone-4.1.6-UnifiedInstaller 时遇到了类似的问题,我必须安装它以维护较旧的安装。

设法通过一些简单的修改安装:


► iMac@~:ln -s/usr/local/Cellar/openssl/1.0.2h/include/openssl/usr/local/include/openssl

所以我之前用 brew 安装了我的 openssl,它的版本是:


► iMac@~:brew 信息 openssl
openssl: stable 1.0.2h (bottled) [keg-only]
SSL/TLS 加密库
https://openssl.org/
/usr/local/Cellar/openssl/.openssl (8B)
从瓶中倒出于 2016-02-15 21:07:44
/usr/local/Cellar/openssl/1.0.2f(1,651 个文件,11.9M)
从瓶中倒出于 2016-02-15 21:07:44
/usr/local/Cellar/openssl/1.0.2g(1,678 个文件,12.0M)
从瓶中倒出于 2016-03-07 18:32:36
/usr/local/Cellar/openssl/1.0.2h(1,691 个文件,12M)
从瓶中倒出于 2016-05-07 21:17:01
/usr/local/Cellar/openssl/1.0.2h_1(1,691 个文件,12M)
从瓶中倒出于 2016-05-12 23:09:46
来自:https://github.com/Homebrew/homebrew-core/blob/master/Formula/openssl.rb

现在 PloneUnifiedInstaller 似乎编译/安装没有错误。

还没有测试过,但看起来很有前途,安装程序以 Plone successfully installed .... 结束。

关于macos - 不能用 openssl 满足 Plone 的 Unified Installer 预检,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36756456/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com