From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MUfiS-0005ZI-72 for garchives@archives.gentoo.org; Sat, 25 Jul 2009 11:47:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA2EE031D; Sat, 25 Jul 2009 11:47:03 +0000 (UTC) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by pigeon.gentoo.org (Postfix) with ESMTP id D6AC5E031D for ; Sat, 25 Jul 2009 11:47:02 +0000 (UTC) Received: by bwz27 with SMTP id 27so1791598bwz.34 for ; Sat, 25 Jul 2009 04:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=E0N1iUXB7o0zrVVwa5bPkTQj2u8drhl8beFwwBMdnFE=; b=RNFuCSZciVBHL+dk94txLNjVFDxhAIP58zm1WtDXPM+y63P7q7/CPmRei+HBmQOkAl f9xVq7p2CjYlLfeNsK35rsN+eH9kU0k89P9HQlL1rjPF9jk0R1qsveiJaBeDjZnd0X2L VdFwR8X0xb+cFL5pCjAPigfiT9YxQKgQn7yV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FqEMENJ6gU0gaa0d1u2h14IJiEhSeL9wD1RzM0P6Spo1VwEftSvaudVTZAovG8kWYT xML/PodGFuRAb+Wv/OhSMvhrk7wLbte6f/DoP5hy69wZzDd/JiwUl/RuYHS7VV17wEak 4ARdCBu5JHb5IW7+AV+KaNndtKQEyzqpK1jsY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.86.30.17 with SMTP id d17mr560658fgd.30.1248522422034; Sat, 25 Jul 2009 04:47:02 -0700 (PDT) In-Reply-To: <20090725113031.GC13441@solfire> References: <20090725100230.GA13441@solfire> <20090725113031.GC13441@solfire> Date: Sat, 25 Jul 2009 13:47:02 +0200 Message-ID: Subject: Re: [gentoo-user] Webcam ? Help me please... From: Manuel Fiorelli To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4d664f5a-5d6f-4105-8d44-c6aa950ea3b0 X-Archives-Hash: d0cfbaba391e29530244b20c88e660e2 2009/7/25 : > I installed cheese without complains of the compile process. > But starting cheese produces: > > =A0 =A0solfire:/home/mccramer>cheese > =A0 =A0cheese: error while loading shared libraries: libplc4.so.7: cannot= open shared object file: No such file or directory > > And ldd /usr/bin/cheese produces beside other things: > > =A0 =A0 =A0 =A0libplc4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplds4.so.7 =3D> not found > =A0 =A0 =A0 =A0libnspr4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplc4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplds4.so.7 =3D> not found > =A0 =A0 =A0 =A0libnspr4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplc4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplds4.so.7 =3D> not found > =A0 =A0 =A0 =A0libnspr4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplc4.so.7 =3D> not found > =A0 =A0 =A0 =A0libplds4.so.7 =3D> not found > =A0 =A0 =A0 =A0libnspr4.so.7 =3D> not found > > > Further investigations shows, that instead the *7* version of > that libs the *8* versions are installed on my box? It's really strange....may be that revdep-rebuild can help you. http://www.gentoo.org/doc/en/gentoolkit.xml#doc_chap4 Try to execute it in pretend mode (with the flag --pretend) and see if it discovers some broken packages. Manuel Fiorelli