Ubuntu系統(tǒng)下編譯PARSEC 2.1出現(xiàn)出錯(cuò)怎么辦?
發(fā)表時(shí)間:2023-08-09 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]PARSEC是Linux系統(tǒng)中的測試程序集,包含了多個(gè)應(yīng)用程序。Ubuntu系統(tǒng)中對PARSEC 2.1進(jìn)行編譯出現(xiàn)了錯(cuò)誤,導(dǎo)致編譯失敗。這個(gè)時(shí)候該怎么辦呢?錯(cuò)誤信息:installing man1...
PARSEC是Linux系統(tǒng)中的測試程序集,包含了多個(gè)應(yīng)用程序。Ubuntu系統(tǒng)中對PARSEC 2.1進(jìn)行編譯出現(xiàn)了錯(cuò)誤,導(dǎo)致編譯失敗。這個(gè)時(shí)候該怎么辦呢?
錯(cuò)誤信息:
installing man1/smime.1
smime.pod around line 272: Expected text after =item, not a number
smime.pod around line 276: Expected text after =item, not a number
smime.pod around line 280: Expected text after =item, not a number
smime.pod around line 285: Expected text after =item, not a number
smime.pod around line 289: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] 錯(cuò)誤 255
原因分析:這是由于OpenSSL 1.0.1e 與 perl5.18 不兼容。
解決方法:
1.有人驗(yàn)證 安裝perl 5.16 可以兼容,安排低版本perl 5.16可以解決問題。
2.刪除 pod2man文件:
sudo rm /usr/bin/pod2man
以上就是Ubuntu系統(tǒng)下編譯PARSEC 2.1出錯(cuò)的原因分析和解決方法了,當(dāng)然以上的方法是根據(jù)文中的錯(cuò)誤信息制定的有針對性解決方案,不一定適用于所有的編譯錯(cuò)誤。
Linux是一套免費(fèi)使用和自由傳播的類Unix操作系統(tǒng)