Date: Thu, 11 Feb 2010 20:29:45 -0800 From: Chuck Swiger <cswiger@mac.com> To: Steve Franks <bahamasfranks@gmail.com> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: rpm trashed my system with linux so's Message-ID: <1A230A51-F9D1-4BC0-BD6D-B544F1A23F77@mac.com> In-Reply-To: <539c60b91002112005q652cef4fxb3467c842f5c009c@mail.gmail.com> References: <539c60b91002112005q652cef4fxb3467c842f5c009c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 11, 2010, at 8:05 PM, Steve Franks wrote: > Main thing is that portupgrade -f gamin is *not* putting fresh bsd > copies overtop the bad linux ones I stupidly installed, and anything > with gtk is now useless (shared object 'libselinux.so.1" not found, > required by "libgio-2.0.so.0"), which is pretty much everything. > > Short of reinstalling everything from CD, do I have options? Sure. First, however, please note that it is (presumably past) time to obtain a working backup mechanism for any system that you care about. Consider the output of "find /usr/local/lib -mtime -2" (or some other # of days). You can use pkg_which to identify the port which should have provided a native FreeBSD library; use pkg_delete -f _portname_ or similar measures to more forcefully remove these Linux .so's. Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1A230A51-F9D1-4BC0-BD6D-B544F1A23F77>