Re: Firefox-4.0

2011-03-26 Thread Andrew Benton
On Fri, 25 Mar 2011 22:19:32 -0500 (CDT) al...@verizon.net wrote: Hi Andy, Thank you for the quick reply. 1. - Alex: 'libpng' with or without apng is an exercise in futility: one MUST comment out, # ac_add_options --with-system-png Andy:

Re: Firefox-4.0

2011-03-26 Thread Randy McMurchy
On 3/26/2011 3:19 AM, Andrew Benton wrote: As you can see, firefox.bin is linked to libpng14.so.14 so --enable-system-png obviously works fine... Actually, the output of ldd is quite meaningless for determining if Firefox is using it directly. For example, if you compile GTK+ wit libpng, the

python-2.7.1 gobject-introspection

2011-03-26 Thread luxInteg
Greetings I am building a setup with these:- linux amd64 gcc4.5.2 kernel-2.6.37.2 I compiled Python-2.7.1 without errors but the tests yielded the following:- ### nake test python-2.7.1 import _md5 ImportError: No module named _md5 make: *** [test] Error 1 # (ther

Re: LibreOffice-3.3.2.2

2011-03-26 Thread Fernando Oliveira
--- Em sex, 25/3/11, Nathan Coulson conat...@gmail.com escreveu: De: Nathan Coulson conat...@gmail.com Assunto: Re: LibreOffice-3.3.2.2 Para: BLFS Support List blfs-support@linuxfromscratch.org Data: Sexta-feira, 25 de Março de 2011, 19:04 On Thu, Mar 24, 2011 at 6:27 PM, Fernando Oliveira

Re: python-2.7.1 gobject-introspection

2011-03-26 Thread Thomas Trepl
Hiho, don't know whether it has do something with it, but did you do the sed-command which is in the book at gobject-introspection when having Python-2.7 installed? On Saturday 26 March 2011 16:09:25 luxInteg wrote: Greetings I am building a setup with these:- linux amd64 gcc4.5.2

Re: Firefox-4.0

2011-03-26 Thread alupu
Mar 26, 2011 04:20:04 AM, Andrew Breton wrote: ldd '/usr/lib/firefox/firefox-bin' ... libpng14.so.14 = /usr/lib/libpng14.so.14 (0xb706) ... As you can see, firefox.bin is linked to libpng14.so.14 so --enable-system-png obviously works fine... There's another possibility; it is

Re: LibreOffice-3.3.2.2

2011-03-26 Thread Fernando Oliveira
Before replying, I would like to apologize for the html messages, only now I have noticed that the options of email had been changed, perhaps, inadvertently, by me. --- Em sex, 25/3/11, Andrew Benton b3n...@gmail.com escreveu: De: Andrew Benton b3n...@gmail.com Assunto: Re:

Re: LibreOffice-3.3.2.2

2011-03-26 Thread Fernando Oliveira
Forgot to mention that I happily was using the spell in LibreOffice to write the previous message. []s, Fernando de Oliveira Natal, RN, BRAZIL -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Re: Firefox-4.0

2011-03-26 Thread Andrew Benton
On Sat, 26 Mar 2011 09:45:22 -0500 (CDT) al...@verizon.net wrote: Mar 26, 2011 04:20:04 AM, Andrew Breton wrote: ldd '/usr/lib/firefox/firefox-bin' ... libpng14.so.14 = /usr/lib/libpng14.so.14 (0xb706) ... As you can see, firefox.bin is linked to libpng14.so.14 so