VirtualBox 中有 Debian Linux(64位)。
Ram: 8Gb (for Debian 4Gb)
CPU: i5-3470
如果需要任何其他细节,请告诉我。
我已按照here编写的说明操作,here您可以看到控制台日志。
出于某种原因,我无法构建幻像,我无法理解为什么它不起作用...已经搜索了很多,但无法找到任何关于此错误的线程。< / p>
---编辑---
当我执行此命令时:
./configure --with-openssl-includes=/usr/include/openssl-1.0/ --with-openssl-libraries=/usr/lib/openssl-1.0/
输出是这样的:
--with-openssl-includes=/usr/include/openssl-1.0/: invalid command-line switch
--with-openssl-libraries=/usr/lib/openssl-1.0/: invalid command-line switch
控制台的输出已更改但我仍然收到错误:https://pastebin.com/wbgi8syg
答案 0 :(得分:1)
看起来你正处于伸展状态(或更晚)并且你已经知道了libssl vs libssl1.0的情况。
因此,如果您没有安装libssl-dev,这一行将为您提供更多信息:
python build.py --qt-config "-I /usr/include/openssl-1.0/ -L /usr/lib/openssl-1.0/"
如果您已安装它并且我的建议不起作用,您可以卸载libssl-dev,以便构建phantomjs,这可能会避免进一步使用配置相关变量。