Hi Hemantha and all,
- Thunderbird reports "Could not initialize the browser's security
component"...
-> unusable (at least if you insist in SSL as I do)
- Firefox does not work "at all" - not possible to open any pages. It
simply
doesn't do anything (yes, I can make http requests using telnet)
Error messages seem very similar to those caused by wrong
libsqlite versions. Could you have a look at
http://defect.opensolaris.org/bz/show_bug.cgi?id=9660 ?
Are you setting LD_LIBRARY_PATH or related env variables ?
Good point, thank you very much.
What would you think about integrating the following change?
--- /usr/bin/thunderbird.o Fri Sep 25 15:49:42 2009
+++ /usr/bin/thunderbird Fri Sep 25 15:50:52 2009
@@ -36,6 +36,10 @@
#
# ***** END LICENSE BLOCK *****
+unset LD_LIBRARY_PATH
+unset LD_LIBRARY_PATH_32
+unset LD_LIBRARY_PATH_64
+
## $Id: mozilla.in,v 1.5.4.3 2008/10/22 21:04:53 bugzilla%standard8.plus.com
Exp $
##
## Usage:
--- /usr/bin/firefox.o Fri Sep 25 15:56:15 2009
+++ /usr/bin/firefox Fri Sep 25 15:52:02 2009
@@ -36,6 +36,10 @@
#
# ***** END LICENSE BLOCK *****
+unset LD_LIBRARY_PATH
+unset LD_LIBRARY_PATH_32
+unset LD_LIBRARY_PATH_64
+
##
## Usage:
##
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss