LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-27-2004, 10:37 PM   #1
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Rep: Reputation: 0
Unhappy Mandrake 10.0


I'm having many many problems with the Mandrakelinux 10.0-Community ISO Cd .
I have managed to get it burned to CD fairly easily with Nero, and I had to create a floppy to get the computer it to boot from the CD.
the O/S installed easily enough.... but now I cant install programs ,...mostly dependency problems, But the big problem is I cant find the dependency files, and when I do find some, I cant seem to get the dependent file to install either.
I'm trying to get rid of XP but this Mandrake is being very difficult.
My understanding is that this was supposed to be easy to work with ...so...what am I doing wrong?
I assume this is user error.....Firefox won't install properly for me and neither will Gaim.

Firefox ...I click on the installer file and it starts Firefox but after I close it it wont restart unless I re-install it.

Gaim... i cant get past a file called libplds4.so
This is the message i get:

Some package requested cannot be installed:
gaim-0.82.1-0mdk10.0.i586 (due to unsatisfied libplds4.so)
do you agree ?

Is it just too soon to switch to linux?
Is it just not developed enough yet?

Any help to get started would be appreciated a video tutorial for Mandrake 10.0 would be great . The tutorials I've been reading haven't helped me much because I'm not familiar with the new terminology and file system.

Am i expecting too much from linux?
Should I just go back to XP?
:SIGH:...Help! 8 days into this and I'm still drowning...

Thanks,
P.N.Gwin
 
Old 08-27-2004, 10:44 PM   #2
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
Firstly - breathe......it's all good. It's developed far more than you can imagine - but you must realize - it's built for power before user-friendliness.

You are attempting to launch firefox by opening the install binary. This is your issue.
What window manager are you using?
Done any console commands yet?
 
Old 08-27-2004, 11:14 PM   #3
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
I have done a few console commands... just really basic ones Firefox is being a real pain to get to run I've taken like 5 peoples advice mainly Debian and Susi users.
as for Managers...theres more than one? ..I think its called Mandrake Control Center.
I really am a noob at this and trying really hard not to go insane.
Breathing....

P.N.Gwinn

Last edited by P.N.Gwinn; 08-27-2004 at 11:15 PM.
 
Old 08-27-2004, 11:19 PM   #4
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
lol - ok.
Window manager = the program that displays window-like frames and shiny graphics on your machine - i.e. - KDE, Gnome, Afterstep, etc......
Second - what happens if you open a console, and simply type firefox ?
 
Old 08-27-2004, 11:25 PM   #5
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
If i type firefox in the Konsole it says:

bash: firefox: command not found

I think this is KDE...i think

P.N.Gwinn
 
Old 08-27-2004, 11:29 PM   #6
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
alright.
how did you install firefox? just clicked on the icon?

Secondly - if you have a "Konsole" - you are in KDE.
 
Old 08-27-2004, 11:34 PM   #7
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
I downloaded Firefox from mozilla.com it was a tar.gz file I think . the odd thing is it opend and i was able to use it but when i closed it and tryed to reopen it i could not figure out how to other than reinstalling it....its very frustrating

And yes in that case im sure im in KDE

P.N.Gwinn
 
Old 08-27-2004, 11:41 PM   #8
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
alright.

Here is what I want you to do.

Open the Konsole, and cd to the directory where the firefox.tar.gz is located. For instance, if it's on your desktop:
Code:
cd ~/Desktop
then, do this:
Code:
tar -xfj firefox.tar.gz
you should now have a firefox folder, do an ls to make sure.
if you do, cd into it
Code:
cd firefox
now, type the following:
Code:
./configure
when that is done:
Code:
make
then, type in su
enter your root password, and then, at the prompt:
Code:
make install
when that finishes:
Code:
exit
firefox
 
Old 08-27-2004, 11:44 PM   #9
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
Im allready stuck on the first command cd ~/Desktop?
 
Old 08-27-2004, 11:45 PM   #10
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
Oh i see i think....but how do you find out where it is?
 
Old 08-27-2004, 11:52 PM   #11
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
where are you double clicking on the icon?
 
Old 08-27-2004, 11:56 PM   #12
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
file:/home/pngwinn/firefox-installer/firefox-installer

But thats not the tar.gz file...i think its something in the unzipped file...a script thats how
I have to start the reinstall

Last edited by P.N.Gwinn; 08-27-2004 at 11:58 PM.
 
Old 08-28-2004, 12:10 AM   #13
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
try this:

open a brand new Konsole window, and type the following:
Code:
cd firefox-installer
./firefox
 
Old 08-28-2004, 12:21 AM   #14
P.N.Gwinn
LQ Newbie
 
Registered: Aug 2004
Posts: 10

Original Poster
Rep: Reputation: 0
Ok i typed it in ..the first time i think i left out a space because i got:
bash: cd: firefox-installer./firefox: No such file or directory
the second time i put a space after installer and it returned to the original txt in the konsole.so i typed "ls" and got this:
config.ini firefox-installer-bin* installer.ini watermark.xpm
firefox-installer* header.xpm license.txt xpi/

Now what?

Last edited by P.N.Gwinn; 08-28-2004 at 12:22 AM.
 
Old 08-28-2004, 12:28 AM   #15
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
./firefox-installer
then - when it's done....close firefox, and do another ls..........
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandrake 9.2b2: Unable to find / launch Mandrake Control Center blafield Mandriva 2 06-12-2009 03:38 AM
dual booting fedora core 2 and mandrake: can't boot mandrake any more mgyamada Fedora 1 10-04-2004 07:39 AM
Completely new to Linux, Downloaded Mandrake 10 and want to run both XP and Mandrake Scandal Mandriva 4 06-28-2004 10:03 PM
Upgrading Mandrake 9.1RC2 to Mandrake 9.2 final Without ISOs johnleemk Mandriva 1 12-27-2003 12:17 AM
Uninstalled Mandrake, Installed Slackware, still getting mandrake boot screen powerismine Slackware 4 11-22-2002 06:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:14 AM.

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