LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 02-06-2004, 07:51 PM   #16
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0

Its so manny files containg word gcc so its very hard to figure out wich one is the right one.

I tried to compile somthing else meanvile to se if it wasent a temporary system bug, but it dosen look like that

Heres one more error wile trying to compile xmms

[root@localhost arklinux]# rpm -ivh xmms-1.2.9-1.i386.rpm
error: failed dependencies:
gtk+ >= 1:1.2.2 is needed by xmms-1.2.9-1
libgdk-1.2.so.0 is needed by xmms-1.2.9-1
libgtk-1.2.so.0 is needed by xmms-1.2.9-1
[root@localhost arklinux]#
 
Old 02-06-2004, 07:54 PM   #17
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
ok, STOP RIGHT THERE!!!!!!!!

go get these 2 packages - "apt" and "apt-devel" (or whatever it's called similarly)

install them both (rpm -ivh apt-*)

then to install anything, as long as you have a connection, do "apt-get name"

for instance, "apt-get xmms" will install everything you need to get xmms up.

there have been many posts about apt here. you might wanna look at them too.

p.s: you might want to update the /etc/sources.list file after installing those two.
 
Old 02-06-2004, 08:04 PM   #18
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0
The apt thinghy from

http://apt.freshrpms.net/

Dident work at all......


[root@localhost arklinux]# rpm -ivh apt-0.5.5cnc6-fr1.i386.rpm
error: failed dependencies:
libelf.so.1 is needed by apt-0.5.5cnc6-fr1
librpm-4.2.so is needed by apt-0.5.5cnc6-fr1
librpmdb-4.2.so is needed by apt-0.5.5cnc6-fr1
librpmio-4.2.so is needed by apt-0.5.5cnc6-fr1

[root@localhost arklinux]# rpm -ivh apt-devel-0.5.5cnc6-fr1.i386.rpm
error: failed dependencies:
apt = 0.5.5cnc6-fr1 is needed by apt-devel-0.5.5cnc6-fr1
[root@localhost arklinux]#

Last edited by rabidrodent; 02-06-2004 at 08:06 PM.
 
Old 02-06-2004, 08:07 PM   #19
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
tell me what "rpm -ivh apt-*" gives you. i want to see what you get when you try to install them together (both those files should be in the same directory)
 
Old 02-06-2004, 08:10 PM   #20
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0
I have all my rpms and gz files in one directory

[root@localhost arklinux]# dir
apt-0.5.5cnc6-fr1.i386.rpm gcc-objc-3.3.2-1.i686.rpm
apt-devel-0.5.5cnc6-fr1.i386.rpm libg2c-3.3.2-1.i686.rpm
binutils-2.13.90.0.2-2.i386.rpm libgcc-3.3.2-1.i686.rpm
binutils-2.14-1.i386.rpm libgcj-3.3.2-1.i686.rpm
cpp-3.3.2-1.i686.rpm libgcj-devel-3.3.2-1.i686.rpm
Desktop libobjc-3.3.2-1.i686.rpm
gcc-3.3.2-1.i686.rpm libstdc++-devel-3.3.2-1.i686.rpm
gcc-3.3.2.tar.bz2 synaptic-0.47-0.fdr.3.rh80.i386.rpm
gcc-c++-3.3.2-1.i386.rpm wine-20040121
gcc-g77-3.3.2-1.i686.rpm Wine-20040121.tar.gz
gcc-java-3.3.2-1.i686.rpm xmms-1.2.9-1.i386.rpm
[root@localhost arklinux]#

What do you mean try to install them toghter??

Last edited by rabidrodent; 02-06-2004 at 08:11 PM.
 
Old 02-06-2004, 08:11 PM   #21
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
yes, and <again>rpm-ivh apt-* </again> gives? ....
 
Old 02-06-2004, 08:12 PM   #22
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
ok, as root, in a terminal, just type this in inside that folder:

Code:
rpm -ivh apt-*
i did not make a typo or some earlier.
 
Old 02-06-2004, 08:13 PM   #23
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0
rpm -ivh apt-* gaved

[root@localhost arklinux]# rpm -ivh apt-*
error: failed dependencies:
libelf.so.1 is needed by apt-0.5.5cnc6-fr1
librpm-4.2.so is needed by apt-0.5.5cnc6-fr1
librpmdb-4.2.so is needed by apt-0.5.5cnc6-fr1
librpmio-4.2.so is needed by apt-0.5.5cnc6-fr1
[root@localhost arklinux]#
 
Old 02-06-2004, 08:22 PM   #24
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
hmm...
i dont know if that message means that you dont have those libs (btw, it must be messy if you donbt have the libs for elf files or the rpm system), or if you need to upgrade to those versions in the error message.
 
Old 02-06-2004, 08:23 PM   #25
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
or maybe its a problem using fedora or previous rhlinux versions on ur arclinux?
check out ur distro's pages for apt-related topics.
 
Old 02-06-2004, 08:26 PM   #26
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0
I have tried to upgrade but it asks for more files i think theres no solve to my propblem so i am thinking to reformat my hardrive and figure out what os i shall use instedd.

Last edited by rabidrodent; 02-06-2004 at 08:27 PM.
 
Old 02-06-2004, 08:28 PM   #27
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
was there a reason (like from ur distro's webpages/README's) that you are using redhat rpm's? and how do you know which version of redhat you have to use (like how did u decide whether u get the rpm for fedora/redhat9/8/7...)?
 
Old 02-06-2004, 08:35 PM   #28
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0
when i boot my ark linux it comes up that i have a i686 computer and i have readed that i386 shall work to. When coming up searching rpms i have found a rpm package manger on my system so i started to explorer with my new nolage the web after rpms. I find that most of the red hat 9 x rpms uses i386 or i686 rpms. So i tried those and the computer hasent sad you cant use theese acept those darn evil errors but all os has its deflects.

Excuse my bad english


Last edited by rabidrodent; 02-06-2004 at 08:39 PM.
 
Old 02-06-2004, 08:44 PM   #29
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
hmm ok. thing is, for every version of redhat (fedora, 9/8/7), ull find i386 packages (which you're right is what you need.)
but you cannot use rpm's from redhat 7 on redhat 8, or redhat 8 on redhat 9 .... which is why they are kept separate, and which is why i asked if you were sure which ones you need.

i just looked up ark linuxs' website, and am not sure if it's debian- or redhat-based.

do this - as root, in a terminal type in
Code:
apt-g
and hit <Tab>.
see if it completes automatically to "apt-get".
 
Old 02-06-2004, 08:47 PM   #30
rabidrodent
LQ Newbie
 
Registered: Feb 2004
Location: Sweden
Posts: 13

Original Poster
Rep: Reputation: 0
I got up somthing called synaptic i dont now what it it is but that software only shows what i have installed


Hmmm lol whats this

I have used arklinux for a wile can you guess what synaptic youst did.... it started downloaded new files darn strange o well that solevs a lot of problems

Last edited by rabidrodent; 02-06-2004 at 08:55 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compilers lramos85 Programming 4 10-03-2004 01:50 PM
gcc compilers talkinggoat Linux - General 4 02-17-2004 04:36 PM
C++ Compilers (!~CoW~!) Linux - Software 12 11-18-2003 09:52 AM
Compilers... ChaosZ3RO Linux - Software 1 09-15-2003 06:08 PM
CD with many compilers...Are there any? Colonel Panic Programming 5 10-16-2001 07:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration