From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 07:03:32 2006 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 8279A16A403 for ; Sun, 22 Oct 2006 07:03:32 +0000 (UTC) (envelope-from dan.bikle@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1032E43D4C for ; Sun, 22 Oct 2006 07:03:31 +0000 (GMT) (envelope-from dan.bikle@gmail.com) Received: by wx-out-0506.google.com with SMTP id t4so1338751wxc for ; Sun, 22 Oct 2006 00:03:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=N4zKS8y33IvZopgRkiBpiZNE3K3WmiKlVmxn7bXUuUG8a9wrr9vvpmyVbZrdHBR5yBAiN8x3N716uSjtiME1wmjlVhDfyzUAcjuh64DevY0NGpqWgPTrOSd/a0/J4/grETP8TEjunztYcSVFo8ZCa7SLSlmyeyAWeyVdRUxYfyY= Received: by 10.90.105.20 with SMTP id d20mr1727630agc; Sun, 22 Oct 2006 00:03:31 -0700 (PDT) Received: by 10.90.86.4 with HTTP; Sun, 22 Oct 2006 00:03:31 -0700 (PDT) Message-ID: <74252ed10610220003p2f619ab7j10dbe6da394e338b@mail.gmail.com> Date: Sun, 22 Oct 2006 00:03:31 -0700 From: "Dan Bikle" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [FreeBSD-Q] Creating .so libraries on FreeBSD? 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: Sun, 22 Oct 2006 07:03:32 -0000 Beastie People, I'm working with some ruby software called scrAPI. I got scrAPI working on my Mac so that's good. FreeBSD is different story. My beastie box is tripping over tidy. I think it wants a tidy.so library. When I installed scrAPI on my Mac; it came with the Mac shared library bolted on already. I'm not sure how to make a tidy.so library. On my FreeBSD box... I can make a tidy executable using the src I got from source forge. It looks like I have 2 options: -Learn how to make a tidy.so -Learn how to configure scrAPI so it uses /usr/local/bin/tidy rather than tidy.so Any tips anyone? -Dan