Preetish, Actually, based on the text from Elias, only one of the two commands Elias ran had a typo. For the command that Elias ran correctly, the cause of the error "No such file or directory" is the missing /usr/src/ redhat directory.
We don't really know what Elias intents to do after installing the RPM, so I only tried to help Elias get the RPM installed. But if we guess that Elias will do a build of the package after installing the RPM, then Elias will likely need to install the development package, not just rpm-build. Huy -- Huy Le Spring Partners, Inc. http://www.springpartners.com | http://www.TheSimpleMe.com On Aug 30, 8:09 am, Preetish <[EMAIL PROTECTED]> wrote: > On Sat, Aug 30, 2008 at 7:59 AM, Huy Le <[EMAIL PROTECTED]> wrote: > > > Make sure /usr/src/redhat directory exists. Create it if it does not > > exist (mkdir -p /usr/src/redhat). > > Since you are building from a source rpm you need the rpm-build > package. It will create the /usr/src/ directories. As far as the ' > error: open of gnorpm.96-12.7x.src.rpm failed: No such file or > directory ' error is concerned, you are typing the wrong rpm name. > > * this is what is there in the directory ---- > > gnorpm-0.96-12.7x.src.rpm > > * this is what you are typing ---- > > gnorpm.96-12.7x.src.rpm & gnorpm-0,96-12.7x.src.rpm ( there is a > comma instead of period ) > > ;) > > Cheers > Preetish --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
