Hello!
Anyone knows this line:
rpm
-ba ??
I´ve
found a instruction for installing imap on FC1 (RH9)
Download
Download the source RPM to
rebuild it in your system (recommended)
You can then do (you must be root for the following steps):
rpm -i cyrus-imapd-VVV-RRR.src.rpm
Now you can (in the /usr/src/redhat/SPECS directory) do:
rpm -ba /usr/src/redhat/SPECS/cyrus-imapd-....spec
And then you will have your personalized RPMs in
/usr/src/redhat/RPMS/<yourarchitecture>
But
if i run this line
rpm
-ba /usr/src/redhat/SPECS/cyrus-imapd-....spec
i
just become
-ba:
unknown option
Anyone knows whats wrong??
Thanks a lot!