LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-09-2004, 12:08 AM   #1
']['HeBroken
Member
 
Registered: Oct 2004
Posts: 35

Rep: Reputation: 15
FireFox1.0 Problem Mandrake 10.1


wats up all? well i just installed both the bin and the rpm and neither of them work. im in the terminal and type firefox and its comes out with this....

SCIM: im_module_init
free(): invalid pointer 0x8210040!

what does that mean?... any help will be appreciated. oh and one more question what will uninstall fire fox... rpm -?... thnx
 
Old 12-09-2004, 12:18 AM   #2
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
To remove Firefox use
Code:
rpm -e firefox
Then go to FF site and get a version without installer (archive file), just unpack it to your /usr/local/ as root and run - first as root and then as user.
 
Old 12-09-2004, 12:40 AM   #3
']['HeBroken
Member
 
Registered: Oct 2004
Posts: 35

Original Poster
Rep: Reputation: 15
well i can't find the progie without the installer....
 
Old 12-09-2004, 12:59 AM   #4
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
Link.
Or get an installer but be careful and choose a right path for installation. The best, imho, is /usr/local/firefox/.
 
Old 12-09-2004, 01:04 AM   #5
']['HeBroken
Member
 
Registered: Oct 2004
Posts: 35

Original Poster
Rep: Reputation: 15
when i was using the installer i clicked next and it would just error out.....
 
Old 12-09-2004, 01:14 AM   #6
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
I think you need to check if no parts of previous installs remains in your system... If anything is clean, get an archive and install. What was an error you've got?
 
Old 12-09-2004, 01:53 AM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Configure urpmi on your system, using the instructions from the easyurpmi site. You can then use the graphical software module in the Mandrake Control Center and search for firefox or you can just type,

urpmi firefox (or mozilla-firefox)

in a console as root. To start firefox, run mozilla-firefox in a console or from the Mandrake menu. It works fine on my Mandrake system.
 
Old 12-09-2004, 11:07 AM   #8
jsi386
LQ Newbie
 
Registered: Oct 2004
Location: Pueblo, CO
Distribution: Debian
Posts: 10

Rep: Reputation: 0
Yeah, urpmi mozilla-firefox as root, that's what I did, it runs just fine.
 
Old 12-09-2004, 07:44 PM   #9
']['HeBroken
Member
 
Registered: Oct 2004
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by z-vet
To remove Firefox use
Code:
rpm -e firefox
Then go to FF site and get a version without installer (archive file), just unpack it to your /usr/local/ as root and run - first as root and then as user.
ok i got there now im getting this error when i type in ./firefox and i get other errors where it wont let me execute cause its a binary file... what to do....


Code:
[root@localhost firefox]# ls
browserconfig.properties*  firefox*      libnspr4.so*    libsoftokn3.chk*     LICENSE*                 searchplugins/
chrome/                    firefox-bin*  libnss3.so*     libsoftokn3.so*      mozilla-xremote-client*  xpicleanup*
components/                greprefs/     libnssckbi.so*  libssl3.so*          plugins/
components.ini*            icons/        libplc4.so*     libxpcom_compat.so*  README.txt*
defaults/                  init.d/       libplds4.so*    libxpcom.so*         res/
extensions/                libmozjs.so*  libsmime3.so*   libxpistub.so*       run-mozilla.sh*
[root@localhost firefox]# ./firefox
SCIM: im_module_init
free(): invalid pointer 0x8b3c090!
 
Old 12-09-2004, 10:05 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Unhappy

Is it so difficult to configure urpmi and get the official Mandrake version of Firefox. You will save yourself a lot of time and all those problems that you are experiencing if you follow the instructions in my previous post. It's sometimes frustrating when you have given someone the remedy to their problem and they don't even try to do what you have said.
 
Old 12-09-2004, 10:26 PM   #11
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
reddazz
I double it. You're absolutely right.
 
Old 12-10-2004, 12:11 AM   #12
']['HeBroken
Member
 
Registered: Oct 2004
Posts: 35

Original Poster
Rep: Reputation: 15
ok i have it installed. i installed it as root. but now the only problem i have now is i cant run it as a normal user.


$ su
[root@localhost.bobby:/] mozilla-firefox

^ that will run........ but when i try as myself it wont run i chmoded it already to u+rx .... what else must i do .... thanx... in advace.... thanx the both of you for you help as well....
 
Old 12-10-2004, 02:55 AM   #13
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
Where exactly you installed Firefox? It's /some/path/firefox/ isn't it? Inside this .../firefox/ directory there must be a file called firefox, it starts your app. Just create a shortcut to this file on desktop and you're done, i believe. Post a result here...
 
Old 12-10-2004, 02:38 PM   #14
']['HeBroken
Member
 
Registered: Oct 2004
Posts: 35

Original Poster
Rep: Reputation: 15
i installed it at /usr/local/



thats where it said to install or should i move it to /usr/bin ?.....
 
Old 12-10-2004, 03:29 PM   #15
z-vet
Member
 
Registered: Aug 2004
Location: Israel
Distribution: LMDE 5
Posts: 271

Rep: Reputation: 34
No, /usr/local is allright. Did yo tried to run /usr/local/firefox as user?
 
  


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
install firefox1.04 from source,help! xiaoyazi Linux - Software 1 06-02-2005 01:16 PM
Firefox1.0 jre1.5.0 sound problem TanelValdna Linux - Software 0 12-13-2004 04:44 AM
problems installing flash player on firefox1 amadkow Linux - Software 1 12-11-2004 05:31 AM
Firefox1.0PR Shoutcast Problem Ion Silverbolt Linux - General 1 09-28-2004 05:48 AM
Problem with Soundcard-Worked good with Redhat.Problem with Mandrake invinciblemk Linux - Newbie 1 02-27-2004 05:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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