
我在 Fedora 25 上使用 TeXLive 2016,但我的安裝似乎xindy
無法正常工作。每當調用它時,它都會返回
xindy: Could not execute xindy kernel: No such file or directory
電話
xindy --version
回報
xindy release: 2.5.1
xindy script version: 1.18
xindy: Could not execute xindy kernel: No such file or directory
這是否意味著我必須單獨安裝 xindy 核心?如果我必須這樣做,該怎麼辦?
答案1
xindy
內部使用 GNU CLISP 解釋器,因此它必須與xindy
腳本(用 Perl 編寫)一起安裝。如果xindy
找不到clisp
(或clisp.exe
Windows 而言),它會發出以下錯誤訊息:
xindy: Could not execute xindy kernel: No such file or directory
這意味著clisp
必須安裝。
之後可以有消息
/usr/lib64/clisp-2.49+/base/lisp.run: initialization file /usr/bin/xindy.mem' was not created by this version of CLISP runtime
這意味著xindy
它本身必須從源頭開始重建。另外,xindy
如果它是作為二進位安裝,我會報告它的包裝中的錯誤。