On Tue, 8 Aug 2000, Johan Lim wrote:
> 
> Actually I'm newbie in linux.
> I used the command: rpm -ivh rp3-1.0.7-4.src.rpm
> If it's not rebuilt it, how to rebuild?
> 
> Thanks,
> Johan
> 
rpm --rebuild rp3-1.0.7-4.src.rpm
rpm -uvh /usr/src/redhat/RPMS/i386/rp3-1.0.7-4.rpm

What you did was to install the source so you can build the RPM.
You can now change to /usr/src/redhat/SPECS and do something like
rpm -bb rp3

This will build the binary RPM and put it in /usr/src/redhat/RPMS/i386.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to