From owner-freebsd-stable@FreeBSD.ORG Tue Oct 8 20:50:13 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6D846FC for ; Tue, 8 Oct 2013 20:50:13 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B37432FFA for ; Tue, 8 Oct 2013 20:50:13 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id va2so886764obc.26 for ; Tue, 08 Oct 2013 13:50:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tk2O2PFcUQRVglfs0DloaTbIFPAuYNm4bu0B7IfO828=; b=Oh/kAGyDgYaTXKEyj+t/rlj53CMfGC0rJjWR2swG2+z23ErpQ1S6KKOzHFuW+2e7BD pcWOa94yGwQxyFNnWU+XRTA2LvXP0q4jNnZoDlLFrp0IfFfWKjBUX4KsIDE/rAAHAaFz eDHHNUitB+aHX09WCWmswDpBYb2xRcFTqkCxQUpoZ9V/mSXcJ7w6m2HBT1/IjyrjadQ9 aRfSPLXmB2ublKq3VXSsw/HGbABI+t3ioioM9XkS3o6XINGKPgJbRvenKQ9ouiE2oeEl D9cvslS542UDC62skfbvD/cB3181Xr5+LDTgigtNhp99owjloeRtHuGipZZ9EA+5GDHd xvAw== MIME-Version: 1.0 X-Received: by 10.60.52.244 with SMTP id w20mr2749093oeo.30.1381265412943; Tue, 08 Oct 2013 13:50:12 -0700 (PDT) Received: by 10.76.69.1 with HTTP; Tue, 8 Oct 2013 13:50:12 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Oct 2013 16:50:12 -0400 Message-ID: Subject: Re: after freebsd-update: /lib/libc.so.7: unsupported file layout From: Ryan Stone To: Sami Halabi Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 20:50:14 -0000 On Tue, Oct 8, 2013 at 7:32 AM, Sami Halabi wrote: > Hi, > i have a box with FreeBSD-9.1-Release. > I did freebsd-update and since then i get: > > root@6:/root # jexec 1 /bin/csh > /lib/libc.so.7: unsupported file layout > root@6:/root # > > i see /lib/libc.so.7 was updated > > as i read in some forums, i did: > root@6:/root # ldconfig /lib /usr/lib /usr/local/lib > root@6:/root # > > any hints to fix that? > i did once again freebsd-update fetch install, and that didn't help. > maybe i can rollback? > > Thanksin advance, Does the jail host have a 32-bit (i386) kernel and userland? You would get that error if you tried to run 64-bit software on a 32-bit host. Perhaps you accidentally upgraded your jail to an amd64 image?