Re: Firefox error to install

2005-08-22 Thread Christopher Beppler
Andrew Benton wrote: > Christopher Beppler wrote: > >> I now had changed the permissions of the fonts to 644 > > > Was that on the fonts themselves or the directories the fonts are in? > Folders need to have permissions 755 The directories have 755, the fonts 644... Now I will install Xorg, an

Re: Firefox error to install

2005-08-22 Thread Andrew Benton
Christopher Beppler wrote: I now had changed the permissions of the fonts to 644 Was that on the fonts themselves or the directories the fonts are in? Folders need to have permissions 755 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq

Re: Firefox error to install

2005-08-22 Thread Christopher Beppler
DJ Lucas wrote: > > [...] > > As has been found so many times on this list, the fonts typically are > the problem with the above error. Did you by chance copy fonts from > your windows partition as root (expecting 755 perms)? If so, make > certain that they are readable by the user running fire

Re: Firefox error to install

2005-08-21 Thread DJ Lucas
DJ Lucas wrote: > As has been found so many times on this list, the fonts typically are > the problem with the above error. Did you by chance copy fonts from > your windows partition as root (expecting 755 perms)? If so, make > certain that they are readable by the user running firefoxI had t

Re: Firefox error to install

2005-08-21 Thread DJ Lucas
Christopher Beppler wrote: > Randy McMurchy wrote: > >>Christopher Beppler wrote these words on 08/21/05 12:01 CST: >> >> >> >>>[EMAIL PROTECTED]:~# LC_ALL=C firefox >>>/usr/lib/firefox-1.0.6/run-mozilla.sh: line 159: 3833 Segmentation >>>fault "$prog" ${1+"$@"} >> >> >>Well, as you suspect

Re: Firefox error to install

2005-08-21 Thread Christopher Beppler
Randy McMurchy wrote: > Christopher Beppler wrote these words on 08/21/05 12:01 CST: > > >>[EMAIL PROTECTED]:~# LC_ALL=C firefox >>/usr/lib/firefox-1.0.6/run-mozilla.sh: line 159: 3833 Segmentation >>fault "$prog" ${1+"$@"} > > > Well, as you suspect this is almost always caused from mis-conf

Re: Firefox error to install

2005-08-21 Thread Randy McMurchy
Christopher Beppler wrote these words on 08/21/05 12:01 CST: > [EMAIL PROTECTED]:~# LC_ALL=C firefox > /usr/lib/firefox-1.0.6/run-mozilla.sh: line 159: 3833 Segmentation > fault "$prog" ${1+"$@"} Well, as you suspect this is almost always caused from mis-configured TrueType fonts. > I am

Re: Firefox error to install

2005-08-21 Thread Christopher Beppler
Randy McMurchy wrote: > Christopher Beppler wrote these words on 08/21/05 11:38 CST: > > >>Id did exactly the same (using LFS and BLFS 6.1) using both Xorg and >>XFree (not at the same time) but it doesn't work already... >> >>What should I try now? > > > Be more verbose in the description of your

Re: Firefox error to install

2005-08-21 Thread Randy McMurchy
Christopher Beppler wrote these words on 08/21/05 11:38 CST: > Id did exactly the same (using LFS and BLFS 6.1) using both Xorg and > XFree (not at the same time) but it doesn't work already... > > What should I try now? Be more verbose in the description of your problem ("but it doesn't work al

Re: Firefox error to install

2005-08-21 Thread Christopher Beppler
mlij wrote: > mlij escreveu: >> [...] > Thanks to everyone that respond to me. > After I read everything, the solution was: > > ** > > Beyond Linux From Scratch - Version 6.0 > > > Chapter

Re: Firefox error to install

2005-08-15 Thread mlij
mlij escreveu: Hi everyone! There was not any error to install it. When the BLFS 6.0 asks to run firefox in the /usr/bin, there is a failure: [EMAIL PROTECTED]:/usr/bin# firefox *** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize window can close /us

Re: Firefox error to install

2005-08-15 Thread Declan Moriarty
Recently, Somebody Somewhere wrote these words > David Fix wrote these words on 08/15/05 11:50 CST: > > > I know there's no problem with the extension "RENDER" missing thing, > > I've always had that, and it's no biggie... However, I'm not sure > > why I'm getting the segfault. Does anyone know

Re: Firefox error to install

2005-08-15 Thread Dan Nicholson
Luckily, someone told me that my fonts were probably fubared, and that's indeed what it was. :) I saw that. Glad it worked out that easily and you weren't trying to figure out forks and whatever else the debugger says. Ugh. Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FA

RE: Firefox error to install

2005-08-15 Thread David Fix
> Hope that helps. I always went into the debugger thinking I > was going > to get my problems figured out. But then reality set in that I don't > know programming and I was just guessing at what all the odd > calls were > trying to do. Heheheh. :) I've been programming (C/C++) for about

Re: Firefox error to install

2005-08-15 Thread Ken Moffat
On Sun, 14 Aug 2005, Dan Nicholson wrote: > > [EMAIL PROTECTED]:/usr/bin# firefox > > *** nsExtensionManager::_disableObsoleteExtensions - failure, catching > > exception so finalize window can close > > /usr/lib/firefox-1.0.6/run-mozilla.sh: line 159: 25954 Segment Fault > > "$prog" ${1+"$@"} > >

Re: Firefox error to install

2005-08-14 Thread Richard A Downing
mlij wrote: > Hi everyone! > > There was not any error to install it. > When the BLFS 6.0 asks to run firefox in the /usr/bin, there is a failure: > > [EMAIL PROTECTED]:/usr/bin# firefox > *** nsExtensionManager::_disableObsoleteExtensions - failure, catching > exception so finalize window can cl

Re: Firefox error to install

2005-08-14 Thread Dan Nicholson
[EMAIL PROTECTED]:/usr/bin# firefox *** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize window can close /usr/lib/firefox-1.0.6/run-mozilla.sh: line 159: 25954 Segment Fault "$prog" ${1+"$@"} I downloaded the version 1.06 (I changed the commands fro

RE: Firefox error to install

2005-08-14 Thread David Fix
> In fact, you may wish to search the archives for this error > message and > see what we did at the time to fix it, and see if a similar try might > at least patch things. Sounds good to me, Randy... I'll see what an archive search finds. :) Dave -- http://linuxfromscratch.org/mailm

Re: Firefox error to install

2005-08-14 Thread Randy McMurchy
David Fix wrote these words on 08/14/05 21:23 CST: > BLFS svn-20050814 ;) > LFS SVN-20050814 :P > > Yeah, I know, you're gonna hate me for that, but I still figured I could let > you know that I'm experiencing the same errors here too. :D Will have to look into this. I'm building on top of a GC

RE: Firefox error to install

2005-08-14 Thread David Fix
> What version of BLFS are the instructions based on. What version > of LFS are you using? Of course... :D BLFS svn-20050814 ;) LFS SVN-20050814 :P Yeah, I know, you're gonna hate me for that, but I still figured I could let you know that I'm experiencing the same errors here too. :D

Re: Firefox error to install

2005-08-14 Thread Randy McMurchy
mlij wrote these words on 08/14/05 22:11 CST: > There was not any error to install it. > When the BLFS 6.0 asks to run firefox in the /usr/bin, there is a failure: > > I downloaded the version 1.06 (I changed the commands from 1.0 to 1.06) What version of BLFS are the instructions based on. What

RE: Firefox error to install

2005-08-14 Thread David Fix
> Hi everyone! > > There was not any error to install it. > When the BLFS 6.0 asks to run firefox in the /usr/bin, there > is a failure: > > [EMAIL PROTECTED]:/usr/bin# firefox > *** nsExtensionManager::_disableObsoleteExtensions - failure, > catching > exception so finalize window can close >