LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-29-2003, 04:40 PM   #16
Muiro
LQ Newbie
 
Registered: Nov 2003
Distribution: Arch Linux
Posts: 15

Original Poster
Rep: Reputation: 0

Ok, thanks, loading the backup really helped and now I know three new console commands. Problem solved.

You can write whatever you want about dependancies now.

On a side note: I use the Dvork keyboard layout but the layout does not load untill the GUI loads so I had to do all that in Qwerty and it was murder on my brain. Does anyone know where to get hardwired dvorak keyboards so that I wont have to go through that again?
 
Old 11-29-2003, 04:43 PM   #17
icewall
LQ Newbie
 
Registered: Nov 2003
Location: Denmark
Distribution: Fedora, Redhat, LFS
Posts: 26

Rep: Reputation: 15
Its hard to write so horribly much about dependencies. Its takes allot of overview to administer... I don't suppose the programs you are trying to install are part of any of the apt-get repositories, (Or simular apps.) It might be a good thing for you to get anyway.... (www.freshrpms.net)
 
Old 11-29-2003, 04:55 PM   #18
sofasurfer
Member
 
Registered: Oct 2003
Posts: 252

Rep: Reputation: 20
The very first line shows 'Fatal Exception".
 
Old 11-29-2003, 10:43 PM   #19
Muiro
LQ Newbie
 
Registered: Nov 2003
Distribution: Arch Linux
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by sofasurfer
The very first line shows 'Fatal Exception".
Wow, it does? Oh boy! Oh gee! I know what to don now!

Ok,forget xmule I got overnet to work. I also got mp3s to work without making any forum posts. Are you all proud?

Ok, having trouble right now with something else. Go ahead and try to give me advice even though that by the time you post I may have figured it out, maybe not though.

I am trying to get divx/avi's to work. First question, what program works the best in your opinion? I have read into and tried to intall mplayer and xine, and met with failure with both prgrams. See, I don't know whether something actually installs right after I use the rpms and not sure if I am doing that right, all I know is that they do not run. That is all I can tell you. Which prms to use is so confusing that I am probably mixing and mathcing packages that do not work with eachother, not to mention I don't know how to get rid of the stuff so I probably have loads af stuff that I did install that is not only cluttring up my drives but maybe affecting the outcome of other installs.

If some can give me odvice on wihch player to use /pluggins for divx/avi on redhat 9 and then maybe help me get through installing it and making sure it installed right and will run. Sending me to a link to a doc or Howto or a website of the product won't help, just to let you know. I have run over all that I could find and I am still confused as to how to get it to work. I would give a more accurate description of the problem if I knew what the problem was but, I don't even know that so someone porbably needs to help me from step one. Like I said, docs and howtos will not help because I have read so many of them since my last post tht you probably wont give me one I haven't seen, not to mention none thusfaor has given me the help I neede. Please let me know if anyone cares to help.
 
Old 11-30-2003, 10:51 AM   #20
Muiro
LQ Newbie
 
Registered: Nov 2003
Distribution: Arch Linux
Posts: 15

Original Poster
Rep: Reputation: 0
Hmm, I wish the thread wasn't so far down the list, no one is going to read it, hmmph.
 
Old 11-30-2003, 04:35 PM   #21
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Muiro, here's more about dependencies.
You have an RPM baseed systems. It means that the RPM database keeps trace of all installed programs. The thing is - only the ones installed from RPMs. It means, when you find an RPM which needs a library you don't have, you must install the library from its RPM, when you compile it from source, it won't work in 99% cases. For the database, the library was is installed...
So there's danger when mixing programs compiled from source and those from RPMs. It's one possible reason of dependencies problems. But not the only one.

You mentioned above that you had a dependencies problem - gtk was missing. But I'm nearly sure you had gtk installed at that time. Where was the problem? You had a part of gtk. The part that's needed to run programs using it, but not to compile them. The second part is called 'headers'. Headers are files in a programming language used to compile the program/library you have but also to compile programs based on the library. You don't need them for normal use, only when you compile.
Headers are usually kept in 'devel' packages. So a library has in fact two packages: 'library' and 'library-devel'. In your gtk problem, you probably had 'gtk', but not 'gtk-devel'. Devel packages for all libraries you have in RPMs are on your installation cds.

Now a short method to install missing dependencies. You compile a program. It fails saying it can't find something. First, make sure you have the library. Use the command
rpm -qa|grep something
where 'something' is the name you're searching for. The command above will list you all RPMs installed that have the string 'something' in their names. If you get a result - you have the library. Now look at the results again. Can you see 'devel' somewhere? If not, you don't have it installed and that my be the reason of compilation failure. So insert your installation cd in and start searching for package 'something-devel'. Install it and try the compilation again.

Quote:
I am trying to get divx/avi's to work. First question, what program works the best in your opinion?
I prefer xine, it plays nice and I don't have codecs problem with it (they come in the package). I don't use such programs much, but that's another story.
 
  


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
i think i am losing my mind....help with an ubuntu install please ginger.fish0 Ubuntu 4 08-29-2005 12:04 AM
Im losing my mind with Tech Support jaz General 5 08-16-2005 04:16 PM
Losing mind over Linux on my USB thumb drive! Javahulk Linux - Laptop and Netbook 3 03-16-2005 02:53 PM
Losing mind ... please help with IP masq cmisip Linux - Networking 2 02-12-2003 09:30 PM
mkbootdisk I'm losing my mind!!!!!! johnnyd Linux - General 2 04-30-2001 07:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:04 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