From owner-freebsd-questions@FreeBSD.ORG Thu Sep 2 16:15:30 2010 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 F0F0610656E0 for ; Thu, 2 Sep 2010 16:15:30 +0000 (UTC) (envelope-from nekoexmachina@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 881008FC1C for ; Thu, 2 Sep 2010 16:15:30 +0000 (UTC) Received: by eyx24 with SMTP id 24so446490eyx.13 for ; Thu, 02 Sep 2010 09:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=jVM2SN/Av7+v/2FFhB/XENXSbXt7YUvH2rE6Y+52+HU=; b=mOThDykji/IcbPR+7UfzuCipfbFAMzS0Zcf4kBd7e0igOpAKzKTvr2FNMF1XzEdy4w BEqjm2lEqcncYDhR/W/cs+f94+Xi/Qqd/UDKAnITSjQFWFiVUMAl6Ri64OOFzoGpBdyU Iljdi46CFH2CpIWLKP46X+2k9zcKwoDFUslSo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lVwFEu3SE+4u0rOLvMA451Ps+l5Fhy9T/NC+y83a6DiI6r5gNeOEdw/WMw/BPEQuAs Ys9t7b1Q0QsOb1SmemcZYPYw2R4DQc9Jjc2vdqeqRsYLz9+q0ITh+k2ife01l82m+TTn +ea0O6kBdwZrwdFddNfdEso4tgQ4bM76QxVvI= MIME-Version: 1.0 Received: by 10.213.10.141 with SMTP id p13mr1829483ebp.23.1283442560310; Thu, 02 Sep 2010 08:49:20 -0700 (PDT) Received: by 10.220.192.195 with HTTP; Thu, 2 Sep 2010 08:49:19 -0700 (PDT) Date: Thu, 2 Sep 2010 15:49:19 +0000 Message-ID: From: Mikle Krutov To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Linux emu: ELF file OS ABI invalid 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, 02 Sep 2010 16:15:31 -0000 Hello, list! Got a strange problem with some linux binaries (utilset for Dwarf Fortress game, DFHack): file reports them all as 'ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped' All are brandelf'd as in handbook. Utilset requires two libraries, libdfhack.so and libdfconnect.so, that are reported as 'ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, not stripped'; both of them are brandelf'd, too. So, i've put libs into /compat/linux/usr/lib/ and tried to run one of tools and got: ./dfprospector: error while loading shared libraries: /usr/lib/libdfhack.so: ELF file OS ABI invalid What could be the source of the problem? I'm running 32-bit 8.1-STABLE FreeBSD right now. -- with best regards, Krutov Mikle