From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GI732-0006Iv-Da for garchives@archives.gentoo.org; Tue, 29 Aug 2006 17:06:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7TH4dYw007089; Tue, 29 Aug 2006 17:04:41 GMT Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7TH1dnh017048 for ; Tue, 29 Aug 2006 17:01:40 GMT Received: by nz-out-0102.google.com with SMTP id 16so1280401nzp for ; Tue, 29 Aug 2006 10:01:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qpaDHw0E1xhOQuw6el2ks0Q1fAvm0OVBHl5teUYGnLK/tA0OiSoDX0MTbKlm/VudGAVfGsJLJll1VXAun8jhOQtukApKSG2q2Hyno5S+pcLBQX/X+6SxAjzBlUclpZ75IJ2VtH3jdRQxDtq4c37g++80UEKqBcyiPYq9W9JlEXU= Received: by 10.35.121.2 with SMTP id y2mr15312054pym; Tue, 29 Aug 2006 09:59:50 -0700 (PDT) Received: by 10.35.22.14 with HTTP; Tue, 29 Aug 2006 09:59:50 -0700 (PDT) Message-ID: Date: Tue, 29 Aug 2006 09:59:50 -0700 From: "James Ausmus" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] libmysqlclient.so.15 In-Reply-To: <9CB57E8F-9F03-46AC-9851-081C41D3248D@w3tex.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9CB57E8F-9F03-46AC-9851-081C41D3248D@w3tex.com> X-Archives-Salt: 026d1ab6-033d-4a17-ad06-d9a5af2d424d X-Archives-Hash: 37435f5719bf04466523541d7f69fb1c On 8/29/06, cedric de crozant wrote: > hi, > i'm new to gentoo. > i have updated mysql 4.1.21 following the glsa advisory with glsa- > check -f > and now I have a problem ! > in the httpd error log : > /usr/local/php5/bin/php: error while loading shared libraries: > libmysqlclient.so.15: cannot open shared object file: No such file or > directory Try: revdep-rebuild -p -v That will show you any and all packages that are "broken" due to upgrades or changes of other packages. You can then do a: revdep-rebuild -v which will then recompile all of the "broken" packages for you, or you can just manually emerge the specific packages you want to "fix" in the order you want them compiled. If you just want a quick fix for PHP first and you'll worry about the other "broken" packages later (MySQL upgrades usually break *a lot* of packages - at least, if you have the mysql USE flag enabled globally), then just do: emerge php which will, of course, re-emerge PHP, building it against the new MySQL libraries. -James -- gentoo-user@gentoo.org mailing list