Randy McMurchy wrote:
Doug Reich wrote these words on 09/06/05 11:08 CST:
That wasn't the feature I was looking for -- I can't install any
extensions for any user, including when running Thunderbird as root.
I wish I could help. The feature works for me. How do you install
Thunderbird? Meaning, the way the BLFS book outlines installation,
or some other method.
My method is roughly comparable to the BLFS instructions (that is, I
followed BLFS in a previous installation and now I just recall the
outline of the procedure). All I did was create a .mozconfig file
(attached), and then run ./configure && make && make install. I also
just ran the instructions at the bottom of the BLFS page about
"multi-user operation" but to no avail. I didn't install Engimail, so
aside from the different set of configuration options, I didn't install
the NSS headers (although I have a set from Firefox).
What puzzles me is something you said earlier in that *old* extensions
work, but you cannot add new ones. This is the exact *opposite*
behavior I see.
What happens when I run Thunderbird the first time is a message popping
up from nsExtensionManager that it is disabling existing extensions.
This I think is expected behavior according to every message I read.
I see this too, but I think the message is somewhat deceptive; I see
this in all 3 versions of Thunderbird I have installed (0.9, 1.0,
1.0.6), but only one of them (the last one) suffers from the symptoms I
am describing.
# sh
# Build configuration script
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#
#configurator
. /usr/src/mozilla/mail/config/mozconfig
# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=mail
mk_add_options [EMAIL PROTECTED]@/[EMAIL PROTECTED]@
# Options for 'configure' (same as command-line options).
ac_add_options --with-pthreads
ac_add_options --with-system-jpeg=/usr
ac_add_options --with-system-zlib=/usr
ac_add_options --with-system-png=/usr
ac_add_options --with-java-include-path=/opt/j2sdk/j2sdk
ac_add_options --with-java-bin-path=/opt/j2sdk/j2sdk
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-application=mail
ac_add_options --enable-pango
ac_add_options --disable-gnomevfs
ac_add_options --disable-gnomeui
ac_add_options --disable-xpinstall
ac_add_options --enable-xterm-updates
# My own
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --disable-xft
ac_add_options --enable-freetype2
#ac_add_options --enable-extensions
mk_add_options PREFIX=/opt/thunderbird-1.0.6
ac_add_options --prefix=/opt/thunderbird-1.0.6
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page