PSM and mozilla from source?
James McDonald
james_mcdonald
Mon May 17 11:33:08 PDT 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 11 June 2002 12:26, you wrote:
> according to the docs, passing '--enable-crypto' to ./configure will turn
> on PSM when compiling mozilla from source. however, I've done that, and
> whenver I load an https link, Mozilla says I need the PSM installed. Ideas
> anyone?
Doug are you using cvs or downloaded tars I am using cvs and I don't have a
problem with it.... is it your version of source?
you could try putting it all into the .mozconfig file see example below
instead of passing it to configure and then when you run
make -f client.mk build
it will pick it up?
Regards
James
PS. thanks for the SxS on building from source it helped me heaps although I
couldn't get some of the options you had in your ./configure line to compile
as you can see from the commented sections below. Especially the
- --enable-qt-tookit do you have anyideas on that? (actually I should include
the errrors so I probably haven't given you enough to go on)
PPS. the source file downloads on your SxS seem to error out with a 404...
they are pointing to
http://hunley.homeip.net/linux/sources/mozilla/linux-505.tar.gz for instance
# sh
# Build configuration script
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#
# Options for 'configure' (same as command-line options).
ac_add_options --with-pthreads
ac_add_options --with-system-nspr
ac_add_options --with-system-jpeg=/usr/lib
ac_add_options --with-system-zlib=/usr/lib
ac_add_options --with-system-png=/usr/lib
ac_add_options --with-system-mng=/usr/lib
ac_add_options --enable-toolkit-gtk
ac_add_options --enable-toolkit-xlib
# ac_add_options --enable-toolkit-qt
ac_add_options --with-qtdir=/usr/lib/qt
ac_add_options --disable-mailnews
ac_add_options --disable-ldap
ac_add_options --enable-xft
ac_add_options --enable-crypto
ac_add_options --disable-accessibility
# ac_add_options --enable-svg
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-dtd-debug
ac_add_options --disable-logging
ac_add_options --enable-xterm-updates
ac_add_options --prefix=/usr/local/mozilla
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public Key at http://www.keyserver.net
iD8DBQE9BWgQkPf8QYJHhbMRAi0AAJ9JCNVjFCubEnGbLzL3AzU4CE5TigCdFpMO
QMxJnzb7pA8McWW8jLYr8LM=
=NHf9
-----END PGP SIGNATURE-----
More information about the Linux-users
mailing list