Results 1 to 10 of 13
When I try installing firefox browser, after ./firefox-installer, a window pops up and I click forward and I get a segmentation fault. Any ideas why? And how to fix this?
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-05-2005 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 47
firefox installation problem
When I try installing firefox browser, after ./firefox-installer, a window pops up and I click forward and I get a segmentation fault. Any ideas why? And how to fix this?
Also, when I try to install gettext which is required for glib which is required for xmms, I get a bunch of errors
Any ideas?Code:[zzz@CPE00508de3e68f-CM001225dfe160 gettext-0.14.1]$ make install Making install in autoconf-lib-link make[1]: Entering directory `/home/zzz/gettext-0.14.1/autoconf-lib-link' Making install in m4 make[2]: Entering directory `/home/zzz/gettext-0.14.1/autoconf-lib-link/m4' make[3]: Entering directory `/home/zzz/gettext-0.14.1/autoconf-lib-link/m4' make[3]: Nothing to be done for `install-exec-am'. mkdir -p -- . /usr/local/share/aclocal mkdir: cannot create directory `/usr/local/share/aclocal': Permission denied make[3]: *** [install-aclocalDATA] Error 1 make[3]: Leaving directory `/home/zzz/gettext-0.14.1/autoconf-lib-link/m4' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/zzz/gettext-0.14.1/autoconf-lib-link/m4' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/zzz/gettext-0.14.1/autoconf-lib-link' make: *** [install-recursive] Error 1
- 01-05-2005 #2
have you previously installed firefox?
if so try to delete your firefox profile directory and (I think) your firefox .phoenix directory.
in your home directory at a shell prompt, type ls -a -l and delete any folders related to firefox or mozilla. back them up first if your not sure
- 01-05-2005 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 47
first time installing..
- 01-05-2005 #4
On the gettext/glib issue, you have to be superuser to run 'make install' as this affects the system.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 01-05-2005 #5Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
$ means that you don't run as root!
Linux For Ever!
- 01-08-2005 #6Just Joined!
- Join Date
- Jan 2005
- Posts
- 27
*Absolute n00b*
Originally Posted by sarumont
How do you know if you're the superuser. Theres only one user on here and thats me. When I tried to install firefox, it told me that since it was an exacutable program, it will not be opened.
(Figured I'd post here instead of spamming witha new thread
)
- 01-08-2005 #7The command 'whoami' tells you what user you are. The command 'su -' allows you to 'switchuser' to root, who is superuser.
Originally Posted by josh_b55
What distro are you running?"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 01-08-2005 #8Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
For the Firefox probelm, if you can't get the binaries to work, compile from source. It's much better (faster) this way anyway.
For the gettext problem, you must be root to 'make install'.
- 01-12-2005 #9Just Joined!
- Join Date
- Jan 2005
- Location
- Beograd
- Posts
- 3
I'm installing mozilla on mine and instead of creating a new thread i thought i would be easier to just addon to this one.
im getting some funny msg's when i try to run ./mozilla-installer
i don t know what it means by, mozilla-installer is a directory. i thought it was the set up program. in the desktop enviorment when i double click it and try to run it manually, it tells me that i don t have permissionCode:[root@localhost mozilla]# ls mozilla-installer [root@localhost mozilla]# ./mozilla-installer/ bash: ./mozilla-installer/: is a directory
thanks a lot
- 01-12-2005 #10


Reply With Quote
