Date: Wed, 21 Jun 2000 14:03:26 -0700 (PDT) From: Jim Freeze <jim@freeze.org> To: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Cc: questions@FreeBSD.ORG Subject: Re: Need help with Mozilla 16 install Message-ID: <Pine.BSF.4.21.0006211353320.18952-100000@web2.sea.nwserv.com> In-Reply-To: <20000621183514.B233@parish>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 21 Jun 2000, Mark Ovens wrote: > On Wed, Jun 21, 2000 at 06:32:06AM -0700, Jim Freeze wrote: > > > > ************************************************** > > nsNativeComponentLoader: GetFactory(/usr/local/mozilla/package/components/libwidget_gtk.so) Load > > FAILED with error: Shared object "libgmodule12.so.2" not found > > ************************************************** > > ************************************************** > > nsNativeComponentLoader: GetFactory(/usr/local/mozilla/package/components/libwidget_gtk.so) Load > > FAILED with error: Shared object "libgmodule12.so.2" not found > > ************************************************** > > It's part of the glib port, /usr/ports/devel/glib12. > > % ldconfig -r | grep libgmod > 139:-lgmodule12.3 => /usr/local/lib/libgmodule12.so.3 > 142:-lgmodule12.2 => /usr/local/lib/libgmodule12.so.2 > % cd /usr/var/db/pkg > % grep libgmod */+CONT* > glib-1.2.7/+CONTENTS:lib/libgmodule12.a > glib-1.2.7/+CONTENTS:lib/libgmodule12.so > glib-1.2.7/+CONTENTS:lib/libgmodule12.so.3 > % > > I have the following glib-1.2.6 installed. ===> jfreeze@kolob ('tty') ~ 93 -> ldconfig -r | grep libgmod 103:-lgmodule12.3 => /usr/local/lib/libgmodule12.so.3 ===> jfreeze@kolob ('tty') ~ 94 -> cd /usr/var/db/pkg/ ===> jfreeze@kolob ('tty') /usr/var/db/pkg 95 -> grep libgmod */+CONT* glib-1.2.6/+CONTENTS:lib/libgmodule12.a glib-1.2.6/+CONTENTS:lib/libgmodule12.so glib-1.2.6/+CONTENTS:lib/libgmodule12.so.3 I found the following at ftp.gimp.org -rw-r--r-- 1 jfreeze wheel 410754 Feb 16 10:10 glib-1.2.7.tar.gz -rw-r--r-- 1 jfreeze wheel 412889 May 24 21:25 glib-1.2.8.tar.gz -rw-r--r-- 1 jfreeze wheel 167184 Dec 11 1999 glibstdc++-2.8.1.1.tgz -rw-r--r-- 1 jfreeze wheel 2851547 Feb 16 10:11 gtk+-1.2.7.tar.gz -rw-r--r-- 1 jfreeze wheel 2874050 May 24 21:35 gtk+-1.2.8.tar.gz -rw-r--r-- 1 jfreeze wheel 27695 Feb 16 10:17 patch-glib-1.2.6-1.2.7.gz -rw-r--r-- 1 jfreeze wheel 302774 Feb 16 10:29 patch-gtk+-1.2.6-1.2.7.gz I assume that glib-1.2.6 does not have libgmodule12.so.2 and glib-1.2.7 does? Should I install patch-glib-1.2.6-1.2.7.gz, or uninstall glib-1.2.6 and install glib-1.2.7 or glib-1.2.8? Thanks Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0006211353320.18952-100000>