LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can't find configure command in xandros 2.0 (https://www.linuxquestions.org/questions/linux-newbie-8/cant-find-configure-command-in-xandros-2-0-a-249813/)

jaffojr 11-01-2004 09:32 AM

can't find configure command in xandros 2.0
 
in xandros 2.0: trying to install mozilla from tarball. got past the gunzip, but can't find the configure command for the next step ("./configure"). Do have the "make" command. How do I add the configure command?

Tinkster 11-01-2004 12:47 PM

Did you get a binary or source distribution of Mozilla?


What's the name of the file you downloaded?



Cheers,
Tink

jaffojr 11-01-2004 01:07 PM

mozilla / configure command
 
the file is firefox-1.0PR-i686-linux-gtk2+xft-installer.tar.gz

Mara 11-01-2004 01:10 PM

The easier to get tarball of Mozilla is not in source form (it's possible to get the source, but not many people try to compile it). It comes as a binary with installer. Don't remember it's name, through. Just look in the directory, it should be easy to guess what to run.

jaffojr 11-01-2004 01:10 PM

One important point - the fn segment is "1.0PR" (one-point-zero), and not "1.OPR" (one-point letter O). (as you might imagine that took some time to ferret out)

Tinkster 11-01-2004 01:15 PM

Well, that clearly looks like a binary, no configure
script there :) ... have a look for install.sh or something
like that, or just look at
ls -l
in that directory you extracted it to.

Files that are not directories but have an exec flag
are likely candidates ;)


Cheers,
Tink

jaffojr 11-01-2004 01:28 PM

i guess i'm lost if i do a find in the home directory (where i downloaded the .gz file and gunzipped it, it get several files under firefox-installer (install.ini, config.ini, firefox-installer-bin, watermark.pm, license.txt firefox-installer, header.xpm), plus several .xpi files in a directory firefox-installer/xpi (en-US.xpi, talkback.xpi,xpcom.xpi, adt.xpi, help.xpi, browser.xpi). I've tried entering "firefox-installer" as a command, getting "command not found"; and its not obvious to a newbie what the proper command is.

sovietpower 11-01-2004 01:44 PM

the correct command to enter would be ./firefox-installer

Tinkster 11-01-2004 01:46 PM

Try ./firefox-installer

jaffojr 11-01-2004 02:01 PM

THAT'S IT! thanx (actually had to cd to the firefox-installer directory, then run the command, but it did work - thanx so much.


All times are GMT -5. The time now is 10:13 PM.