From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 00:22:18 2008 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 51E1B1065674 for ; Sat, 19 Apr 2008 00:22:18 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 287F28FC14 for ; Sat, 19 Apr 2008 00:22:18 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.120] (cpc2-swin7-0-0-cust640.brhm.cable.ntl.com [::ffff:86.18.86.129]) (AUTH: LOGIN fatman) by crackmonkey.us with esmtp; Fri, 18 Apr 2008 18:12:14 -0600 id 0017C61F.480938DF.00005904 Message-ID: <480938D0.8040100@crackmonkey.us> Date: Sat, 19 Apr 2008 01:12:00 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Where to have my .so files install? 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: Sat, 19 Apr 2008 00:22:18 -0000 Hi all. I'm writing a program which uses .so files as plugins. Now I need to decide where on the filesystem to install the plugins. I don't want to clutter the system locations like /lib and /usr/lib. Can anyone suggest a decent install location? Google doesn't help much with this. TiA, Adam J Richardson