From owner-freebsd-questions@FreeBSD.ORG Thu May 20 18:17:02 2004 Return-Path: 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 BCA7D16A4CE for ; Thu, 20 May 2004 18:17:02 -0700 (PDT) Received: from flatfoot.ca (flatfoot.ca [209.161.255.211]) by mx1.FreeBSD.org (Postfix) with SMTP id 51D2743D31 for ; Thu, 20 May 2004 18:17:02 -0700 (PDT) (envelope-from bminard@flatfoot.ca) Received: from spud.flatfoot.ca (spud.flatfoot.ca [172.16.1.2]) by flatfoot.ca (8.12.11/8.12.11) with ESMTP id i4L1G0Z1000659 for ; Thu, 20 May 2004 21:16:00 -0400 (EDT) (envelope-from bminard@flatfoot.ca) Received: from spud.flatfoot.ca (localhost [127.0.0.1]) by spud.flatfoot.ca (8.12.11/8.12.11) with ESMTP id i4L1EbjB023014 for ; Thu, 20 May 2004 21:14:37 -0400 (EDT) (envelope-from bminard@spud.flatfoot.ca) Received: (from bminard@localhost) by spud.flatfoot.ca (8.12.11/8.12.11/Submit) id i4L1EbJ5023013 for freebsd-questions@freebsd.org; Thu, 20 May 2004 21:14:37 -0400 (EDT) (envelope-from bminard) Date: Thu, 20 May 2004 21:14:37 -0400 From: Brian Minard To: freebsd-questions@freebsd.org Message-ID: <20040521011437.GA22808@flatfoot.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on yop.flatfoot.ca Subject: Perl and Linux Compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 01:17:02 -0000 Hello, I am trying to use a Perl Module which depends upon a shared library. This shared library is compiled for Linux. The the linux_base-7.1_7 port contains the dependencies for this library. Can anyone tell me if it's possible to have Perl 5.8 (built for FreeBSD 4.9) run a Perl Module with this kind of dependency? If not, what's the best way around this problem? Thanks, Brian