From owner-freebsd-java@freebsd.org Tue May 17 06:48:01 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8036CB3E412 for ; Tue, 17 May 2016 06:48:01 +0000 (UTC) (envelope-from kakawkaization@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B63C14C7 for ; Tue, 17 May 2016 06:48:01 +0000 (UTC) (envelope-from kakawkaization@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id g17so12953185wme.1 for ; Mon, 16 May 2016 23:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=/PsQmKIwsGMSr+20vfR9eCZeuLn+WiME3Kgm7j/3YG8=; b=v3q5ZilWUwTAViiz1sDaZlSo0694ZGNFp+BypIxmJbTgv4BBQogN7bI2t9CX86u4AE Z6epUqDspn7UNP1aq7rYtTEw/QED4CQ5Z8svCjtV8P1PoHUe++zyj4Dp0Z4NA4EX1308 nYF7/wYPd53Gfywgn7v9lsJXO0imZYDPXYa1zKlJpP+mvT1N9UKBH85Z41pE2ubDKDF4 8hr9EQF9uY2kOjCNA8TF4MWTZ2V21C4JLbcJab1RVK+BaoGbX3TsnF11T00w5yBf5vFC P6g+2cFf8pxIP/aGiUTOKHvLl/OI9l5rLRPoP+ud/qJDOrL16R9o8MwtNZMg8Vdas8+O +jUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=/PsQmKIwsGMSr+20vfR9eCZeuLn+WiME3Kgm7j/3YG8=; b=fF9QJIcbC0g60jxOczm8H/RwNoMt8rfVfEPcb91pI/mhjfMiM12pLofRSRmB79d1Ep whUS1PQTyhn3NmOfX3+SoftZkmUjNYhdxhRXgtfVZ+oxRtayRQ6iGFQWluoMlw1Drj14 p4++/GizVXYqWSu2D2knuoh/8XwV6OspNXPRvN39s2OuFdLUF+eJQVomLojt1ZdWDqgW 8x5iLN9tL8N1f6nQrw3Na5DgusqusiUGtN/7fSJ+VwK/nyDpxHnG2F12wlGc+Pvzqwyk sZ5oy5AFS6sS5IEU4qaeQSle8FzkpvMhoxN59n2QgdExrIzEho/A4SPPElWdfB75hnAZ LQcg== X-Gm-Message-State: AOPr4FWXreYBtdr3dfYQViLv9NbbOLMVa5stySxLPW6Zp8uaPP6M+YQN1sB/zgD0FiMNAM/B/LXdN6eo/bEd7Q== MIME-Version: 1.0 X-Received: by 10.28.62.15 with SMTP id l15mr21870185wma.30.1463467679669; Mon, 16 May 2016 23:47:59 -0700 (PDT) Received: by 10.28.158.79 with HTTP; Mon, 16 May 2016 23:47:59 -0700 (PDT) Received: by 10.28.158.79 with HTTP; Mon, 16 May 2016 23:47:59 -0700 (PDT) Date: Tue, 17 May 2016 09:47:59 +0300 Message-ID: Subject: ia32-libs in FreeBSD From: kakawkaization kaka To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 06:48:01 -0000 Hello, i'm trying to run installer, but when i run it i see this message: Code: ./TFO-4.0.1480.201-linux-en-retail-9TF-trial30.sh Unpacking JRE ... Preparing JRE ... ELF binary type "0" not known. ./ TFO-4.0.1480.201-linux-en-retail-9TF-trial30.sh: bin/unpack200: Exec format error Error unpacking jar files. The architecture or bitness (32/64) of the bundled JVM might not match your machine. in centos or ubuntu to solve this problem i install ia32-libc or glibc6. What package need to install in FreeBSD to solve this problem? Tnanks