LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem installing again (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-again-326878/)

jojojo 05-25-2005 03:42 AM

problem installing again
 
Below are my problems:


Code:

[root@localhost jo]# rpm -ivh mplayer-1*
warning: mplayer-1.0-0.16.pre7.1.fc3.src.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: cannot create %sourcedir /usr/src/redhat/SOURCES


uberNUT69 05-25-2005 09:55 PM

Is it possible that the /usr/src/redhat directory doesn't exist yet?

mkdir /usr/src/redhat

and then retry install.

nadroj 05-26-2005 01:15 AM

the warning tells you theres a problem with the security of the rpm package, check out this link for a response to someone who has had a similar problem. but, as it says, it is only a warning.. and isnt the cause of the 'error' at all.

as ubertnut said, try creating the directory:
Code:

mkdir -p /usr/src/redhat/SOURCES
the -p option creates all parent directories as necessary.. although it doesnt make sense that the cause is that it cant make that directory :confused:


All times are GMT -5. The time now is 08:16 PM.