From owner-freebsd-chat@FreeBSD.ORG Tue Feb 23 03:49:24 2010 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE4471065692 for ; Tue, 23 Feb 2010 03:49:24 +0000 (UTC) (envelope-from alexsm@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 644D48FC1A for ; Tue, 23 Feb 2010 03:49:24 +0000 (UTC) Received: by fxm23 with SMTP id 23so3253329fxm.3 for ; Mon, 22 Feb 2010 19:49:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=yGqte9mZgV7SC3grAAJwtP/p6DzxnvwSuxa042fAe9g=; b=HGxB6VdHkfFqeMgh0PiYqxVCbmMiVJ9LmDuVbSr9JNtmUT7XWxpFL/vfZImSnOyO0v wPBzxfCSULigLecWszqmysnLrMl1YcdCGoeIEGhjFAiKPxRxquzDb3DS6Hr9ybl1+Cgw OUzcD6SitfwcMunpBCXokVNRZyJJzQfB2dE+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=NpmW8pAWAQMtBov2ZCALsLZWIIMdiIc9csUL735mCLzVlbnluZ1iRFx42G4Jc2tQwc Haa5eQWqQ/Py6Q+PiDOQa5td8Kc1Z3slyaf2+vF0S8VFROf7US0mXS6i1pVjRoRLr3mB 7Sb5SpYZaGO+AmMOsOyYffRb7Ua3srHyILi+c= MIME-Version: 1.0 Received: by 10.239.188.210 with SMTP id q18mr1799620hbh.143.1266896957600; Mon, 22 Feb 2010 19:49:17 -0800 (PST) In-Reply-To: References: From: Alex Moura Date: Tue, 23 Feb 2010 00:48:57 -0300 Message-ID: To: Ronald Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Freebsd-Chat@Freebsd.Org" Subject: Re: Where to put private lib files? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2010 03:49:24 -0000 2010/2/22 Ronald > I think the global lib directories is not so good, because it should be for > public libs. > > The libs private to one application, where to put them? > > /usr/local/lib ?