From owner-freebsd-questions@FreeBSD.ORG Thu Jul 16 15:57:12 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2F801065672 for ; Thu, 16 Jul 2009 15:57:12 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f208.google.com (mail-bw0-f208.google.com [209.85.218.208]) by mx1.freebsd.org (Postfix) with ESMTP id 45AB08FC1C for ; Thu, 16 Jul 2009 15:57:11 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz4 with SMTP id 4so193823bwz.43 for ; Thu, 16 Jul 2009 08:57:11 -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:cc:content-type :content-transfer-encoding; bh=qaWeVI+UuL3/6M+DHd6rC33Pta8UbpkKl07bQNJ/fjc=; b=EMLupKra82ot0IKrxjk1HVrzNPpU7cMww11KM1q2lNBX0/XB7cXnpPrz4sg/hbR4pO W+mFkL+XmKsnIKcfqG4DT/dbIxTPE5TyPBXa5j8BjUdg3rY2OtSNmP2KvaEpkiZB0GUg kKnBiOXuMziNVYq0rFctqsriSInx+bAljp/bk= 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 :cc:content-type:content-transfer-encoding; b=Sgaao1Ekaa2iXnPKPPoVIWorkJOgEFz0ezDya6TYf3fn3p5f9Te1kOV3/JnEIu9ycC jsvw4ljux8TbvszJ7DW5u03l78o6Y6OmsLotN7f03XiE9hisqFlbHZxksGc4YrlZSSr6 PYO7J8vH4XnUhvBSaAdJYjkw9dQAi5NWCzbn0= MIME-Version: 1.0 Received: by 10.204.118.132 with SMTP id v4mr8905606bkq.3.1247757903462; Thu, 16 Jul 2009 08:25:03 -0700 (PDT) In-Reply-To: References: <20090714024358.8095.qmail@us1.tomahawkonline.net> <20090714103103.14479.qmail@us1.tomahawkonline.net> <1247600086.36735.26.camel@localhost> Date: Thu, 16 Jul 2009 17:24:59 +0200 Message-ID: <3a142e750907160824p2b5bda0dwe12ba7ca16eea823@mail.gmail.com> From: "Paul B. Mahol" To: Victor Starenky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions , Sergio de Almeida Lenzi 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: Thu, 16 Jul 2009 15:57:13 -0000 On 7/16/09, Victor Starenky wrote: > I've finally managed to get all sources to the machine via mounted SMB > drive that still works. (tar errors out). > But alas, "make all install" immediately throws the very same error > that started this topic: > /libexec/ld-elf.so.1: /lib/libc.so.7: Undefined symbol "_nsdispatch" > > Very few commands actually work: cp, ls, cat etc. > So I'm afraid my only option is to try rescue from cd... There is /rescue -- Paul