-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Craig Woods
Sent: Wednesday, July 18, 2001 3:24 AM
To: [EMAIL PROTECTED]
Subject: [expert] Working with src rpms
Greetings
When you do a "rpm --rebuild" on a xx.src.rpm, do you get a finished rpm
package in one of the folders named for your architecture, i.e.
"/usr/src/RPM/RPMS/i686/"?
---
Yes that's the idea.
---
After I ran the "rpm --rebuild" on a src rpm, all
of the files contained within the the src package went into the
"/usr/src/RPM/BUILD/" folder (some into folders SOURCES and SPECS too).
I
would have then needed to run a "./configure" and "make" to get the
package
to install.
---
No. The only reason the source files would be left behind is a failed
compilation...
I.E. you are missing something the SRC.RPM build needs, etc.
---
This process seemed like I was doing a "standard" compile and install on
a
tar ball src package. I did not do it because I did not want to by pass
the
RPM database. Because I did not get a binary RPM as a result of my "rpm
--rebuild" command, can I assume it did not work correctly?
---
Correct.
Redo the --rebuild and look at the errors generated at the end.
---
Still working on bind 9 for LMDK7.2, and I will not give up the ghost
:-) I do appreciate all the help rendered thus far......
---
-JMS