花呗渡佳人 發表於 2023-9-14 00:00:00

Ubuntu系统下编译PARSEC 2.1出现错误怎么办?

<p>
        PARSEC是Linux系统中的测试程序集,包含了多个应用程序。Ubuntu系统中对PARSEC 2.1进行编译出现了错误,导致编译失败。这个时候该怎么办呢?</p>
<p align="center">
        <img style="max-width:100%!important;height:auto!important;"title="Ubuntu系统下编译PARSEC 2.1出现错误怎么办?" alt="Ubuntu系统下编译PARSEC 2.1出现错误怎么办?" align="" src="https://zhuji.jb51.net/uploads/img/202305/11c5035cfd301a35650662cb03fd6927.jpg"></p>
<p>
        <strong>错误信息:</strong></p>
<p>
        installing man1/smime.1</p>
<p>
        smime.pod around line 272: Expected text after =item, not a number</p>
<p>
        smime.pod around line 276: Expected text after =item, not a number</p>
<p>
        smime.pod around line 280: Expected text after =item, not a number</p>
<p>
        smime.pod around line 285: Expected text after =item, not a number</p>
<p>
        smime.pod around line 289: Expected text after =item, not a number</p>
<p>
        POD document had syntax errors at /usr/bin/pod2man line 71.</p>
<p>
        make: *** 错误 255</p>
<p>
        <strong>原因分析:</strong></p>
<p>
        这是由于OpenSSL 1.0.1e 与 perl5.18 不兼容。</p>
<p>
        <strong>解决方法:</strong></p>
<p>
        1.有人验证 安装perl 5.16 可以兼容,安排低版本perl 5.16可以解决问题。</p>
<p>
        2.删除 pod2man文件:</p>
<p>
        sudo rm /usr/bin/pod2man</p>
<p>
        以上就是Ubuntu系统下编译PARSEC 2.1出错的原因分析和解决方法了,当然以上的方法是根据文中的错误信息制定的有针对性解决方案,不一定适用于所有的编译错误。</p>
頁: [1]
查看完整版本: Ubuntu系统下编译PARSEC 2.1出现错误怎么办?