我需要从源代码构建 openssl,因为需要为 Qt 构建一个用于 android 的 mysql 驱动程序,但是当我执行“make install”时出现以下错误:
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] Error 255
有什么帮助吗?我正在使用 Ubuntu 14.04(全新安装)。
以下是我正在使用的教程:关联
构建使用以下工具完成:
RANLIB="$BR"ranlib CC="$BR"gcc ./Configure android-armv7 --prefix=$SR/usr
ANDROID_DEV=$SR/usr make
make install
答案1
近两年过去了,这个问题还没有解决!我也遇到了同样的问题。
改变
进行安装
到
制作安装
将在没有手册页的情况下安装 OpenSSL,从而缓解此问题。手册页不是必需的。