OK I did the tar -xzvf filename and it extracted all the files, cd'd to firefox directory everything was created in then I tried the ./firefox and came up with an error message. Here is the ls-al listing after the tar command completed, followed by the ./firefox attempt and error it returned me...
$ls -al
total 13888
drwxr-xr-x 12 root root 4096 2007-11-28 03:57 .
drwxr-xr-x 3 Hawkeye Hawkeye 4096 2007-12-01 14:44 ..
-rw-r--r-- 1 root root 0 2007-11-28 03:57 .autoreg
-rw-r--r-- 1 root root 232 2007-11-28 03:57 browserconfig.properties
drwxr-xr-x 3 root root 4096 2007-11-28 03:57 chrome
drwxr-xr-x 2 root root 4096 2007-11-28 03:57 components
drwxr-xr-x 5 root root 4096 2007-11-28 03:57 defaults
drwxr-xr-x 2 root root 4096 2007-11-28 03:57 dictionaries
drwxr-xr-x 5 root root 4096 2007-11-28 03:57 extensions
-rwxr-xr-x 1 root root 5286 2007-11-28 03:57 firefox
-rwxr-xr-x 1 root root 10562084 2007-11-28 03:57 firefox-bin
drwxr-xr-x 2 root root 4096 2007-11-28 03:57 greprefs
drwxr-xr-x 2 root root 4096 2007-11-28 03:57 icons
-rw-r--r-- 1 root root 476 2007-11-28 03:57 libfreebl3.chk
-rwxr-xr-x 1 root root 231468 2007-11-28 03:57 libfreebl3.so
-rwxr-xr-x 1 root root 628924 2007-11-28 03:57 libmozjs.so
-rwxr-xr-x 1 root root 176716 2007-11-28 03:57 libnspr4.so
-rwxr-xr-x 1 root root 430608 2007-11-28 03:57 libnss3.so
-rwxr-xr-x 1 root root 276064 2007-11-28 03:57 libnssckbi.so
-rwxr-xr-x 1 root root 15304 2007-11-28 03:57 libplc4.so
-rwxr-xr-x 1 root root 8240 2007-11-28 03:57 libplds4.so
-rwxr-xr-x 1 root root 138316 2007-11-28 03:57 libsmime3.so
-rw-r--r-- 1 root root 476 2007-11-28 03:57 libsoftokn3.chk
-rwxr-xr-x 1 root root 309624 2007-11-28 03:57 libsoftokn3.so
-rwxr-xr-x 1 root root 155560 2007-11-28 03:57 libssl3.so
-rwxr-xr-x 1 root root 94924 2007-11-28 03:57 libxpcom_compat.so
-rwxr-xr-x 1 root root 699056 2007-11-28 03:57 libxpcom_core.so
-rwxr-xr-x 1 root root 9240 2007-11-28 03:57 libxpcom.so
-rwxr-xr-x 1 root root 8284 2007-11-28 03:57 libxpistub.so
-rwxr-xr-x 1 root root 10336 2007-11-28 03:57 mozilla-xremote-client
-rw-r--r-- 1 root root 112 2007-11-28 03:57 old-homepage-default.properties
drwxr-xr-x 2 root root 4096 2007-11-28 03:57 plugins
-rw-r--r-- 1 root root 177 2007-11-28 03:57 readme.txt
-rwxr-xr-x 1 root root 13062 2007-11-28 03:57 removed-files
drwxr-xr-x 6 root root 4096 2007-11-28 03:57 res
-rwxr-xr-x 1 root root 10492 2007-11-28 03:57 run-mozilla.sh
drwxr-xr-x 2 root root 4096 2007-11-28 03:57 searchplugins
-rwxr-xr-x 1 root root 67496 2007-11-28 03:57 updater
-rw-r--r-- 1 root root 145 2007-11-28 03:57 updater.ini
-rwxr-xr-x 1 root root 21368 2007-11-28 03:57 xpicleanup
$ ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
$
Quote:
Originally Posted by pixellany
Right---package manager first.
Also, FF has an automatic update feature---you might want to check if it's enabled: Edit --> Preferences --> Advanced --> Update (Mine is enabled (PCLOS2007) but FF is still stuck at 2.0.0.7---Hmmmmmm,need to investigate...)
To install from the tar.gz
Move it somewhere logical (I use /opt for all non-packagemanager stuff)
extract with tar -xzvf filename
cd to the folder created
./firefox
change menus, shortcuts, etc. to point to this version
Installing this way may not pick up your settings, bookmarks, etc. This is fixable---let us know if you wind up going this route.
|