Rpm

嘗試重建 RPM 時出錯

  • April 27, 2016

我只是將 Linux 用於 LAMP 伺服器。我目前正在 CentOS 6.4 (x64) 上安裝 Apache 2.4。

如何解決下面的這個錯誤?

rpmbuild: arguments to --root (-r) must begin with a /
[root@microtrack src]# rpmbuild --rebuild /distcache-1.4.5-23.src.rpm
error: cannot open /distcache-1.4.5-23.src.rpm: No such file or directory

rebuild需要兩個破折號,而不是一個。--rebuild.

引用自:https://unix.stackexchange.com/questions/140611