我只是使用 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
答案1
rebuild
需要两个破折号,而不是一个。--rebuild
。