Results 11 to 20 of 24
I can't try it as I get this error
Code:
su: user chmod does not exist
what should I do?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-15-2007 #11Linux Newbie
- Join Date
- Oct 2007
- Location
- Australia
- Posts
- 143
I can't try it as I get this error
what should I do?Code:su: user chmod does not exist
- 11-16-2007 #12
Ah well, you need to do it like this (more or less):
su
<enter your root password>
chmod +x firefox-installer.bin
I can't remember the name of the installer file. Then do something like:
./firefox-installer.bin
It should work.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 11-16-2007 #13Linux Newbie
- Join Date
- Oct 2007
- Location
- Australia
- Posts
- 143
ok heres the list of files from the tarball, what file do I make executable?
Code:browserconfig.properties libnspr4.so* mozilla-xremote-client* chrome/ libnss3.so* old-homepage-default.properties components/ libnssckbi.so* plugins/ defaults/ libplc4.so* readme.txt dictionaries/ libplds4.so* removed-files* extensions/ libsmime3.so* res/ firefox* libsoftokn3.chk run-mozilla.sh* firefox-bin* libsoftokn3.so* searchplugins/ greprefs/ libssl3.so* updater* icons/ libxpcom_compat.so* updater.ini libfreebl3.chk libxpcom_core.so* xpicleanup* libfreebl3.so* libxpcom.so* libmozjs.so* libxpistub.so*
- 11-16-2007 #14
Hi - Do it to firefox-bin . Actually, that should run Firefox as you would expect with:
./firefox-bin
Don't run ./firefox-bin as root. You may then need to disable IPV6 support in Firefox as I described earlier. You might also (at some stage) need to get Java & Flash Player support enabled. There are previous threads about this.
I'm not on a Linux machine at the moment so apologies for anything which might have been slightly misleading. I usually install FF in my /home/fingal/ directory and run it from there.
- fingalI am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 11-17-2007 #15Linux Newbie
- Join Date
- Oct 2007
- Location
- Australia
- Posts
- 143
when I try to run it, I get this
and when I try to make it runnable, it just goes to the next line and does nothing, as if I did not type a thing, just pressed enterCode:./firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
what do I do?
also I found a rpm, and I get this this unsatisfiable error thing
what do I do about that?Code:libIDL2-devel
- 11-17-2007 #16
Try doing the chmod thing on the file called firefox. Forget your rpm for the time being... The answer to that is to learn all about urpmi and setting up repositories, but that will probably pull you off course.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 11-17-2007 #17Linux Newbie
- Join Date
- Oct 2007
- Location
- Australia
- Posts
- 143
nope, no go, again
- 11-17-2007 #18
- 11-17-2007 #19Linux Newbie
- Join Date
- Oct 2007
- Location
- Australia
- Posts
- 143
and no, it runs perfectly, browser comes up, and I come here and see if theres a new post on how to install firefox into the system, rather than run from sourceCode:-rwxr-xr-x 1 zirconium zirconium 5247 2007-10-26 11:27 firefox*
- 11-18-2007 #20Linux Newbie
- Join Date
- Oct 2007
- Location
- Australia
- Posts
- 143
Hi, I'm decided to see if that false to true thing would work with Ubuntu, so I'm running from my Kubuntu live CD, and it worked, plus I was able to use the RPM from packages.ubuntu.com
plus, many people use the Ubuntu distros, so my question is, would it be easier to go back to Ubuntu/ Kubuntu, as it would seem I have some how received a buggy copy of Mandriva?


Reply With Quote

