Results 1 to 5 of 5
well im runing mandrake 10.1 the problem is when i run the command
tar -xzvf firefox-1.5.tar.gz
it creates that firefox directory but i dont quite get it i try to ...
- 01-28-2006 #1
firefox on mandrake
well im runing mandrake 10.1 the problem is when i run the command
tar -xzvf firefox-1.5.tar.gz
it creates that firefox directory but i dont quite get it i try to install and guides everywhere says type
./configure
make
make install
nothing happens at ./configure or wither of em.. whats wrong??
- 01-28-2006 #2
I don't think you need to install FF from source. If you have any files which end in *.bin just run them by typing:
./whatever.bin
Sometimes a file doesn't end in *.bin but is also executable. If you aren't sure type:
fiile whatever
replacing 'whatever' with the name of the actual file. Output might look like this:
firefox: Bourne shell script text executable
I didn't install mine from source, and IMHO doing so is a waste of time unless you want to spend a long time in front of your PC.
Above I'm assuming you know a few command line tricks. To enter a directory just type cd whatever_directory To list files type ls -al to get a complete read-out. To check out how to use a command try - for example - man ls
Happy penguining.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 01-28-2006 #3
And concerning firefox's installer, you can simply run ./firefox in the firefox folder.
In the console, you tared-xzvf the firefox archive, that created the firefox folder, you used cd "foldername" to move into that folder, right ? Just run ./firefox
Or in graphical mode (I recognize the power of the unix console, I just don't see the need to use it more than necessary ^^), using konqueror or nautilus, right-click the firefox archive, "extract here", click and enter the created firefox folder, double-click the "firefox" file.
- 02-22-2006 #4Just Joined!
- Join Date
- Feb 2006
- Posts
- 5
And concerning firefox's installer, you can simply run ./firefox in the firefox folder.
In the console, you tared-xzvf the firefox archive, that created the firefox folder, you used cd "foldername" to move into that folder, right ? Just run ./firefox
Or in graphical mode (I recognize the power of the unix console, I just don't see the need to use it more than necessary ^^), using konqueror or nautilus, right-click the firefox archive, "extract here", click and enter the created firefox folder, double-click the "firefox" file.
i have done it already but it is not running...
it posts "SCIM: im_module_init
- 02-22-2006 #5I'm not quite clear what you've done here. Did you 'double click' and get that message? In fact to start with, I would open a terminal and cd into the firefox directory. You need to see which file will start up firefox ... it should have a name like firefox.bin
Originally Posted by janie
If so, type ./firefox.bin
In Konqueror you can just drag and drop that file onto the toolbar (or 'kicker' to give it its right name) and from there just click 'n go.
The terminal is good for low level powerful tasks. The gui is great for quick and easy stuff.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso


Reply With Quote
