Date: Sun, 13 Nov 2005 18:46:46 -0800 From: Michael Shultz <ringworm01@gmail.com> To: My mailing Lists <mylists@obitori.net> Cc: freebsd-questions@freebsd.org Subject: Re: SOLVED: package contains missing "libgmodule" Message-ID: <9c5b3750511131846x65772957x3357d752c446535e@mail.gmail.com> In-Reply-To: <200511132133.49710.mylists@obitori.net> References: <33242.10.1.1.100.1131917578.squirrel@barcroft.lake> <200511131330.35028.ringworm01@gmail.com> <200511132133.49710.mylists@obitori.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/13/05, My mailing Lists <mylists@obitori.net> wrote: > > Thanks for your reply, Michael. Of course, you are right. I should have > been > more specific. I had reinstalled glib version 2, but that did not solve m= y > problem. Just to be double sure, after I read your email, I reinstalled > glibc-2.8.3 AGAIN, but still got the error. > > Your email got me thinking. I wanted to do: > > find / -iname libgmodule* > > This would search for every file named libgmodule* in the file system on > the > version of find that I've found on linux systems. I kept boinking the BSD > version, so I ran: > > $ find / | grep libgmodule* > /usr/local/lib/libgmodule-2.0.so.0 > /usr/local/lib/libgmodule-2.0.so <http://2.0.so> > /usr/local/lib/libgmodule-2.0.a > /usr/local/lib/libgmodule12.a > /usr/local/lib/libgmodule12.so > /usr/local/lib/libgmodule12.so.3 > > I added a link and tried artsd: > > $ ls -l libgmodule* > -rw-r--r-- 1 root wheel 8220 Nov 13 19:02 libgmodule-2.0.a > lrwxr-xr-x 1 root wheel 19 Nov 13 19:02 libgmodule-2.0.so<http://libgmodu= le-2.0.so>-> > libgmodule-2.0.so.0 > -rwxr-xr-x 1 root wheel 12701 Nov 13 19:02 libgmodule-2.0.so.0 > lrwxr-xr-x 1 root wheel 19 Nov 13 21:11 libgmodule-2.0.so.600 -> > libgmodule-2.0.so.0 > > This time, I got the same exact error, but for the library: > > libgthread-2.0.so.600 > > I added a link to libgthread-2.9.so.0. > > $ ls -l libgthread* > -rw-r--r-- 1 root wheel 12668 Nov 13 19:02 libgthread-2.0.a > lrwxr-xr-x 1 root wheel 19 Nov 13 19:02 libgthread-2.0.so<http://libgthre= ad-2.0.so>-> > libgthread-2.0.so.0 > -rwxr-xr-x 1 root wheel 17820 Nov 13 19:02 libgthread-2.0.so.0 > lrwxr-xr-x 1 root wheel 19 Nov 13 21:14 libgthread-2.0.so.600 -> > libgthread-2.0.so.0 > > Now, artsd and everything else is happy. I have sound on KDE. I don't kno= w > if the missing links are the result of something I deinstalled, but > shouldn't > a reinstall of the port or package recreate those links? I am not trying > to > complain, just want to figure out if I stumbled on a bug, or if these is > just > another instance of me boinking my own system. > > Regards, > > Obitori I think they just fixed something in glib20, I remember seeing something like this library your complaining about go by when I cvsuped a few hours ago. Maybe you should ask about this in gnome@freebsd.org? I think the linking you did, though it works now is going to give you problems down the road. -Mike On Sunday 13 November 2005 16:30, Michael C. Shultz wrote: > > On Sunday 13 November 2005 13:32, mylists@obitori.net wrote: > > > /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found= , > > > required by "artsd" > > > > > > I get the above error from quite a few packages, from mozilla to arts= d > > > to others. Any suggestion on what I need to reinstall. I tried gtk, > glib > > > and gnome2, but still no joy. > > > > > > Thanks, > > > > > > Obitori > > > > find /var/db/pkg/. | xargs grep libgmodule > > > > /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.a > > /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so <http://2.0.so= > > > /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so.0 > > > > > > @comment PKG_FORMAT_REVISION:1.1 > > @name glib-2.8.3 > > @comment ORIGIN:devel/glib20 > > > > > > Looks like it comes from devel/glib20 > > > > -Mike > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9c5b3750511131846x65772957x3357d752c446535e>