
我正在嘗試安裝Linux 測試專案 (LTP)在 Debian 6.0.2,內核 2.6.33.20 上。編譯和安裝順利且沒有錯誤,但是當我嘗試執行基本測試時
$ ./runltp
我收到以下錯誤:
FATAL: LTP not installed correctly
INFO: Follow directions in INSTALL!
檢查runltp
腳本後,我意識到我缺少bin
LTP 中的所有目錄(./bin、./testcases/bin、...)。我遵循安裝中的所有說明並安裝了所有依賴項。我該如何解決這個問題?
答案1
我也面臨這個問題。透過將 ltp 資料夾放入 /opt 目錄並使用 make 重新編譯所有文件,解決了此問題。