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 1Ljh0e-00060L-JS for garchives@archives.gentoo.org; Tue, 17 Mar 2009 21:39:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 356ECE0391; Tue, 17 Mar 2009 21:38:54 +0000 (UTC) Received: from mail-qy0-f124.google.com (mail-qy0-f124.google.com [209.85.221.124]) by pigeon.gentoo.org (Postfix) with ESMTP id 19B50E0391 for ; Tue, 17 Mar 2009 21:38:54 +0000 (UTC) Received: by qyk30 with SMTP id 30so444484qyk.32 for ; Tue, 17 Mar 2009 14:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=VXzPgYLbGkoh/XChnvRjdMEOh+w+W5jvpqQRyMQipe0=; b=mMZnZvtrMC4Ti2Tq3kmhCkJ3ghFhaPslMAzIrmaSfOrunbBlRnwimYF1T3ciLO2A5g XmXJ+0oep5559NlmnnP1Q6/5cYHJTZcgE4DvVPi/Ff8skg2HA03s9Jd3vdEgyl3UZ/Bd GIRJJp8wXMbhpvnpRfCwOVOdZV8Mf1vJd6jtA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=wPOxcp0YS2vUg0/ARe7IIWX29VxNDQBRBRsPLe6CkRqRQIBTqXDMxqJjcgTwPo0t1F 2tNnEcL1rkmiPIPpxt/oLbAHsflJdjFe/lsV5zzguMrYIT+xfaA+TXGTBYFS67IGYjIx ruuPcCzCvpdNhxIaK5QqYpuFNuPR1+XrH9KC8= 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 Sender: paul.hartman@gmail.com Received: by 10.224.14.204 with SMTP id h12mr972459qaa.5.1237325933847; Tue, 17 Mar 2009 14:38:53 -0700 (PDT) In-Reply-To: <49C016DF.70400@gmail.com> References: <49C00D2B.40206@gmail.com> <58965d8a0903171351w6eea48bfj384ea8f6deee6c56@mail.gmail.com> <49C0110C.7080208@gmail.com> <58965d8a0903171420rd1f8449x4561fa67e9b9128b@mail.gmail.com> <49C016DF.70400@gmail.com> Date: Tue, 17 Mar 2009 16:38:53 -0500 X-Google-Sender-Auth: 2ef3e8b85076d613 Message-ID: <58965d8a0903171438l4b972789sdb557d6387b78280@mail.gmail.com> Subject: Re: [gentoo-user] error while loading shared libraries: libcrypto.so.0.9.8 From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d6cf5753-3dcf-490d-9629-1f32efaac8e8 X-Archives-Hash: 55b147a48db704c58bf20f32177e8c82 2009/3/17 Alexander Pilipovsky : > Paul Hartman =CE=C1=D0=C9=D3=C1=D7(=CC=C1): > > On Tue, Mar 17, 2009 at 4:07 PM, Alexander Pilipovsky > wrote: > > > Paul Hartman =CE=C1=D0=C9=D3=C1=D7(=CC=C1): > > On Tue, Mar 17, 2009 at 3:50 PM, Alexander Pilipovsky > wrote: > > > Hi all! > When I tried to install googlearth (or any other application now), I got > next message: > > > re-emerge wget (and/or do revdep-revbuild) > > > > > sh-3.2# re-emerge wget > sh: re-emerge: command not found > sh-3.2# revdep-revbuild > sh: revdep-revbuild: command not found > > Hmm, I have not this commands... > > > I'm sorry, I made a typo. It is revdep-rebuild. It is part of > app-portage/gentoolkit and it will scan for broken dependencies and > rebuild packages in order to fix them. > > > > > Thank you Paul and Kirby. > I get messages > wget: error while loading shared libraries: libcrypto.so.0.9.8: cannot op= en > shared object file: No such file or directory > for any "emerge" commands :( > May be I crashed libcrypto, and how to update/reload it? The problem is that emerge tries to use "wget" to download sources. Check "ls /usr/portage/distfiles/wget*" to see if you have any wget sources already in your system, and emerge that specific version ("emerge =3Dwget-1.2.3" where 1.2.3 is the version). That way it won't have to download anything first. If you don't have wget sources, you may need to find another way to get them. Maybe use wget from busybox, or any other internet tool that still works in order to download the required files. I can email it to you if you need. Also, if your libcrypto is broken, you might need to set USE=3D"-ssl" for wget, rebuild wget, then you should be able to emerge everything else without problems. I think libcrypto comes from the openssl package.