LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error installing FIREFOX - Installer ??? (https://www.linuxquestions.org/questions/linux-newbie-8/error-installing-firefox-installer-235601/)

ClericPreston 09-26-2004 10:43 PM

Error installing FIREFOX - Installer ???
 
Hello,

I downloaded the package from Mozilla for Firefox, I ARKed the file, then moved the files to a folder in my /opt dir.
there I created a folder called firefiles, then arked over the corresponding files. Opened a Shell, and tried to ./firefox-installer in order to get this so called wizard. I got this error.

root@Libria:/opt/firefiles/firefox-installer# ./firefox-installer
./firefox-installer: line 56: 1206 Segmentation fault ./${BINNAME}-bin $@
root@Libria:/opt/firefiles/firefox-installer#


I cant run the installer. Does anyone have any suggestions?

thanks
Cleric

micxz 09-27-2004 12:28 AM

"arkedover"
Try to just use tar instead?

cd /path/to/download/
tar -xvzf firefox-1.0PR-i686-linux-gtk2+xft-installer.tar.gz
cd firefox-installer
./firefox-installer

Joe Nayares 09-27-2004 01:12 AM

Find the "tarball" I.E. the package you downloaded in either Konqueror, or Nautilus depending on whether you use Gnome or Kde or another Gui. then right-click on it and select "Extract here'
this will automagically uncompress the package and install it on a brand new folder with the
name of the package and version number.
Once you have read the Install file, and understand it fully; Then follow all directions given by the
package maintainer. Most of the time you will wind up with a fully and properly installed piece of software.

That said, remember not everyone has the same hardware and software installed in one's machines so therefore even if you follow all instructions to the letter, the package just will not install.When that happens. Get all the information you can about your machine, such as Cpu,
amount of RAM video card, even Motherboard. and post another question with all that information including error messages given out by the installer. Sometimes in that cryptic error message
somebody could problably give you a hand with a clearer view of what the problem might be.
Joe.


All times are GMT -5. The time now is 04:35 PM.