Hi,
I just downloaded firefox from the link that flatline provided (see post
http://www.linuxforums.org/forum/top...ight=firefox+1). I used this command to unpack and install the rpm file:
Code:
[root@Mercury alex]# rpm -i firefox-1.0.2-1mcnl.i586.rpm
The unpacking and installation seemed to go fine. The problem occurs when I try to launch firefox. When i click on the menu item called firefox in teh start menu (placed by the firefox installation process), the panel shows firefox trying to load, but after a few seconds, it just disappears. Then when i try to load firefox from the command line with
firefox &,,,,,,,it just gives out this error:
Code:
[alex@Mercury alex]$ firefox &
[1] 12945
[alex@Mercury alex]$ SCIM: im_module_init
free(): invalid pointer 0x82055d8!
free(): invalid pointer 0x82055b0!
I also tried to download the *tar.gz version of firefox and before it could install it kept spitting out an invalid pointer error on line 56 of the ./firefox-installer file.
Pasted below is the part of /var/log/messages during the time period that firefox was installed:
Apr 15 17:44:56 Mercury su(pam_unix)[11380]: session opened for user root by (uid=501)
Apr 15 18:14:04 Mercury rpm: [RPM] firefox-1.0.2-1mcnl installed
Apr 15 18:14:08 Mercury gconfd (root-1275

: starting (version 2.6.4), pid 12758 user 'root'
Apr 15 18:14:08 Mercury gconfd (root-1275

: Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config source at position 0
Apr 15 18:14:08 Mercury gconfd (root-1275

: Resolved address "xml:readwrite:/root/.gconf" to a writable config source at position 1
Apr 15 18:14:08 Mercury gconfd (root-1275

: Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source at position 2
Apr 15 18:14:38 Mercury gconfd (root-1275

: GConf server is not in use, shutting down.
Apr 15 18:14:38 Mercury gconfd (root-1275

: Exiting
Apr 15 18:14:56 Mercury su(pam_unix)[12641]: session closed for user root
Any help is appreciated.