From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 00:35:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1232C37B401 for ; Sun, 22 Jun 2003 00:35:49 -0700 (PDT) Received: from truman.datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 71FB543FB1 for ; Sun, 22 Jun 2003 00:35:48 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 6465 invoked from network); 22 Jun 2003 07:35:47 -0000 Received: from evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net (HELO bartxp) (4.47.114.1) by truman.datasphereweb.com with SMTP; 22 Jun 2003 07:35:47 -0000 From: "Derrick Ryalls" To: "'Joe Marcus Clarke'" Date: Sun, 22 Jun 2003 00:35:35 -0700 Message-ID: <003801c33890$e2132f20$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <1056251122.54406.2.camel@shumai.marcuscom.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: 'BSD LIST' Subject: RE: gnome2 running issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 07:35:49 -0000 > On Sat, 2003-06-21 at 22:26, Derrick Ryalls wrote: > > Okay, I have gnome compiled and running and for the most=20 > part, things=20 > > seem to function okay. However, on startup, there are=20 > several dialogs=20 > > telling me it cannot load certain applets (clock, tasklist, etc). =20 > > They all reference the same missing file of: > >=20 > > /usr/X11R6/lib/libgen_util_applet-2.so > >=20 > > and what I have in that directory is libgen_util_applet-2.a. > >=20 > > Is it just a matter of finding that .so file and dropping=20 > it in (doubt=20 > > it), or did a dependancy fail and somehow everything=20 > finished without=20 > > error msgs? > >=20 > >=20 > >=20 > > Also, has anyone gotten /usr/ports/mail/evolution to work=20 > with current=20 > > /usr/ports/x11/gnome2? Anytime I start it is fails out, the first=20 > > failure being it can't find libgnome.so. I double checked, and=20 > > evolution 1.4 is supposed to be gnome2 complaint, so I am=20 > not sure why=20 > > it would be looking for gnome1 .so's. >=20 > Looks like you have quite a few missing libraries.=20 > libgen_util_applet-2.so comes as part of x11/gnomepanel. Evo=20 > is a GNOME 2 app, and should depend at all on libgnome.so,=20 > but rather libgnome-2.so. You might want to reinstal=20 > x11/libgnome, then reinstall Evo. >=20 Recompiling the gnomepanel fixed the startup error for gnome, thanks. Evo is still looking for libgnome.so and I still have just libgnome-2.so and libgnome.a so it will only do a splash screen then crash. > Joe >=20 > >=20 > > System info: > >=20 > > FreeBSD homer 4.7-RELEASE FreeBSD 4.7-RELEASE #0 evolution-1.4.0_1 > > gnome2-2.2.1_1 > >=20 > > -Derrick > >=20 > >=20