From owner-freebsd-questions@FreeBSD.ORG Tue May 24 16:33:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB3316A41C for ; Tue, 24 May 2005 16:33:53 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from hotmail.com (bay103-f22.bay103.hotmail.com [65.54.174.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C75043D53 for ; Tue, 24 May 2005 16:33:53 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 24 May 2005 09:33:52 -0700 Message-ID: Received: from 65.54.174.207 by by103fd.bay103.hotmail.msn.com with HTTP; Tue, 24 May 2005 16:33:52 GMT X-Originating-IP: [65.54.174.207] X-Originating-Email: [vdaelli@hotmail.com] X-Sender: vdaelli@hotmail.com From: "Valerio Daelli" To: freebsd-questions@freebsd.org Date: Tue, 24 May 2005 16:33:52 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 24 May 2005 16:33:52.0987 (UTC) FILETIME=[5F3C72B0:01C5607E] Subject: Linux library conversion 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, 24 May 2005 16:33:53 -0000 Hello we have a linux perl program to run in FreeBSD. We need to convert this library from Linux to FreeBSD: msparser.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), not stripped Is there any tool similar to brandelf to convert this library and make it work under FreeBSD? Thanks Valerio