From owner-freebsd-questions@FreeBSD.ORG Tue Jul 14 13:49:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A4AF1065674 for ; Tue, 14 Jul 2009 13:49:23 +0000 (UTC) (envelope-from sagara@tomahawk.com.sg) Received: from us1.tomahawkonline.net (us1.tomahawkonline.net [66.98.178.56]) by mx1.freebsd.org (Postfix) with SMTP id D2F9E8FC12 for ; Tue, 14 Jul 2009 13:49:22 +0000 (UTC) (envelope-from sagara@tomahawk.com.sg) Received: (qmail 14480 invoked by alias); 14 Jul 2009 10:31:03 -0000 Message-ID: <20090714103103.14479.qmail@us1.tomahawkonline.net> References: <20090714024358.8095.qmail@us1.tomahawkonline.net> In-Reply-To: From: "Sagara Wijetunga" To: Victor Starenky Date: Tue, 14 Jul 2009 05:31:03 -0500 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Server screwed up (/lib/libc.so.7: Undefined symbol "_nsdispatch") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 13:49:23 -0000 Victor Starenky writes: > Actually I am running this without GUI (X is a luxury on this machine) .But > if I restore it from the live CD I understand that all ports I have will be > messed up? You build ports on top of a working base. Now your foundation, aka the base has gone wrong. What you got to do is to get the base working again. Actually the first thing you should try is, to compile the base and the kernel (buildworld, buildkernel, etc) and install them properly. Check every stage complete without any error. If you can reinstall your base without any error, your base is working. Then you can rebuild your ports. If you cannot, recompile your base, ie. if errors develops, then copy necessary libs, etc. from the live CD till your recompile the base completes without errors. > So my only option would be to go and install/reinstall all of them from the > scratch? Building anything that needs Ruby for example takes like 24 hours > on this machine :( This is your last option. Regards Sagara