Click to See Complete Forum and Search --> : create custom RH 8.0 cd's


grannydmb
10-08-2002, 11:40 AM
I was browsing this article

http://ghj.sunsite.dk/index.php?1=articles/1/redhat_i686.html&article=1

I wanted to try to do this for the 8.0 cd's that just came out but it doesn't seem to be working. the command

rpm --recompile --target i686 /mnt/cdrom/SRPM/*src.rpm

doesn't seem to be there in the new RPM version. Has anyone done this or know of a work around.

Thanks

mdwatts
10-08-2002, 06:54 PM
I've never tried it myself...

Did you follow all the instructions without missing a step?

If you did and are still having problems, try contacting the author.

bwkaz
10-08-2002, 08:52 PM
I know that in the new version of rpm, rpm --rebuild has been replaced by rpmbuild --rebuild, so maybe trying that would help (try it with the --recompile switch, though, not --rebuild).