Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-30-2003, 01:14 AM
|
#1
|
LQ Newbie
Registered: Mar 2003
Location: Wyoming
Posts: 4
Rep:
|
Redhat 8 rpm error
Hello everyone,
I am a green one This is my second complete install of Linux so treat me like an idiot.
Ok down to business
When I try to install (krb5-1.2.5-6.src.rpm) I get an error saying that the the source files can't be created. The exact error is: "error: cannot create %sourcedir /usr/src/redhat/SOURCES"
I Thank everyone in advace for your help. 
|
|
|
03-30-2003, 01:25 AM
|
#2
|
LQ Newbie
Registered: Mar 2003
Location: Wyoming
Posts: 4
Original Poster
Rep:
|
Actually I tried something just for the heck of it and it seems to have worked.
I created the directories.
|
|
|
03-30-2003, 01:31 AM
|
#3
|
LQ Newbie
Registered: Mar 2003
Location: Wyoming
Posts: 4
Original Poster
Rep:
|
Ok maybe not :|
|
|
|
03-30-2003, 05:33 AM
|
#4
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Rep:
|
Try rpm -i [filename]
Or in nautils (the file browser), just double click on the RPM
|
|
|
03-30-2003, 08:54 AM
|
#5
|
Member
Registered: Mar 2003
Location: NL
Distribution: RedHat
Posts: 30
Rep:
|
start konsole (console)
log in as root
goto the directory were the RPM is in.
typ:
rpm -ivh krb5-1.2.5-6.src.rpm
|
|
|
03-30-2003, 11:36 AM
|
#6
|
LQ Newbie
Registered: Mar 2003
Location: Wyoming
Posts: 4
Original Poster
Rep:
|
Thank you everyone!
Do-Ping I ran rpm -ivh <Filename> on the rest of the files I needed before I could install php-4.2.2-8.0.5-src.rpm.
It appears that inside the Nautils it couldn't recognize that certain files were already installed.
|
|
|
06-19-2003, 01:04 PM
|
#7
|
LQ Newbie
Registered: Jun 2003
Location: Omaha, NE, USA
Posts: 5
Rep:
|
Same error.
I am receiving the same error while trying to install install gcc-3.2.2-5.src.rpm
The full erroro actually reads
warning: gcc-3.2.2-5.src.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: cannot create %sourcedir /usr/src/redhat/SOURCES
I tried the rpm -ivh filename but it produced the same error. Machine is red hat 9
Thanks in advance,
mwolff
|
|
|
06-19-2003, 01:06 PM
|
#8
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
don't install gcc from RPM, there's really no need, pick an i686 or i386 precompiled rpm instead.
|
|
|
06-19-2003, 01:17 PM
|
#9
|
LQ Newbie
Registered: Jun 2003
Location: Omaha, NE, USA
Posts: 5
Rep:
|
A Good link
You don't happen to have a good link to one do you? Can I find it on rpmfind.net
Also thought I would ask since I ran into this problem trying to fix another problem which was with building apache 2.0.46
When I try a ./configure on anything, not just apache, I get the message configure: error: no acceptable C compiler found in $PATH
configure failed for srclib/apr
Which is the reason I am trying to install gcc. Got any ideas about my current problems. Again my system is Red Hat 9 on a Intel celeron 400mhz 256mb ram.
|
|
|
06-19-2003, 01:33 PM
|
#10
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
it's on your distro cd's.
if you've not got them ,then rpmfind.net
|
|
|
08-18-2003, 01:06 PM
|
#11
|
LQ Newbie
Registered: Aug 2003
Location: Richmond, BC, Canada
Distribution: red hat 7.3 (for dummies)
Posts: 3
Rep:
|
error on mozilla upgrade
I am having major troubles-gnorpm finds mozila 1.4, but does nothing when I click on install
Trying rpm -Uvh mozilla-1.4-0.7.3.src.rpm
gets
error: cannot create %sourcedir /usr/src/redhat/SOURCES
I even tried mkdir, so there is a dir there 
|
|
|
08-18-2003, 01:44 PM
|
#12
|
Member
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533
Rep:
|
why are people using the src files like this??
am i missing something here?
use the generic i386 files OR recompile the .src files into your choice of architecture and then install them as i386,i486,i586,i686 whatever.
for example, get:
mozilla-1.4-0.7.3.i386.rpm
NOT
mozilla-1.4-0.7.3.src.rpm
do yourself a favor and stop clicking on rpms, learn how to do them in the terminal - it is MUCH more effective and reliable imho.
if you try to install the i386 files they should work flawlessly minus a few deps.
If I am wrong on this, someone please let me know cuz I have had this clear understanding of rpms for a long time.
Last edited by yowwww; 08-18-2003 at 01:46 PM.
|
|
|
08-18-2003, 07:16 PM
|
#13
|
LQ Newbie
Registered: Aug 2003
Location: Richmond, BC, Canada
Distribution: red hat 7.3 (for dummies)
Posts: 3
Rep:
|
386 rpm
Tried the 386 rpm....seems to work better except
error: mozilla-nspr = 37:1.4-0.7.3 needed
Can't seem to find this anywhere
tried mozilla-nspr from same directory-no luck 
|
|
|
08-18-2003, 10:28 PM
|
#14
|
LQ Newbie
Registered: Aug 2003
Location: Richmond, BC, Canada
Distribution: red hat 7.3 (for dummies)
Posts: 3
Rep:
|
mozilla
Tried that red flashing exclamation mark in the corner....actually got updates this time!
Included Mozilla 1.0.2 which was better than the .9.9.7 that came with the CDs 
|
|
|
08-18-2003, 11:42 PM
|
#15
|
Senior Member
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286
Rep:
|
its time y'all started using apt.
go get the apt and apt-devel packages and install them both.
then go get ur packages using apt.
so, if u want mozilla, install it using apt, it will take care of ur dependencies for u - so u wont have to worry bout mozilla-nspr or psm or the other libs it needs.
start using apt .
|
|
|
All times are GMT -5. The time now is 02:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|