Blaasbalg
8th May 2009, 12:30
Hi,
Currently I'm stuck at chapter 10 at the The Perfect Server - Fedora 10 [ISPConfig 3] tutorial.
The part where it fails (Page 4 - Link (http://www.howtoforge.com/perfect-server-fedora-10-ispconfig-3-p4)):
Now we go back to the $HOME/downloads directory and run rpmbuild again, this time without sudo, otherwise the compilation will fail because it was run as root:
cd $HOME/downloads
rpmbuild -ta courier-imap-4.4.1.tar.bz2
When I execute the rpmbuild command, I get the following error:
Unable to open spec file /home/compileuser/rpm/SPECS/rpm-spec.7VpoCv
The part after the dot (rpm-spec.) always changes, so basically there are no files in SPECS.
Even though it seems to work just fine when I do this under the root account (but then I get the error saying that you are not allowed to build it with the root account).
Everything before this step went fine, without errors, so no problem there I guess...
Does anybody know what's wrong?
Kind Regards,
Thomas
Currently I'm stuck at chapter 10 at the The Perfect Server - Fedora 10 [ISPConfig 3] tutorial.
The part where it fails (Page 4 - Link (http://www.howtoforge.com/perfect-server-fedora-10-ispconfig-3-p4)):
Now we go back to the $HOME/downloads directory and run rpmbuild again, this time without sudo, otherwise the compilation will fail because it was run as root:
cd $HOME/downloads
rpmbuild -ta courier-imap-4.4.1.tar.bz2
When I execute the rpmbuild command, I get the following error:
Unable to open spec file /home/compileuser/rpm/SPECS/rpm-spec.7VpoCv
The part after the dot (rpm-spec.) always changes, so basically there are no files in SPECS.
Even though it seems to work just fine when I do this under the root account (but then I get the error saying that you are not allowed to build it with the root account).
Everything before this step went fine, without errors, so no problem there I guess...
Does anybody know what's wrong?
Kind Regards,
Thomas