From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 10:57:46 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 AD40616A41F for ; Tue, 1 Nov 2005 10:57:46 +0000 (GMT) (envelope-from cerion@terpsichore.ws) Received: from host.wrcworldwide.com (host.wrcworldwide.com [209.239.36.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4930643D45 for ; Tue, 1 Nov 2005 10:57:46 +0000 (GMT) (envelope-from cerion@terpsichore.ws) Received: from terpsichore.ws (localhost [127.0.0.1]) by host.wrcworldwide.com (8.12.10/8.12.10) with ESMTP id jA1AvjFB019608 for ; Tue, 1 Nov 2005 05:57:45 -0500 From: "Cerion Armour-Brown" To: freebsd-questions@freebsd.org Date: Tue, 1 Nov 2005 05:57:45 -0500 Message-Id: <20051101105745.M78709@terpsichore.ws> X-Mailer: Open WebMail 1.81 20021127 X-OriginatingIP: 82.170.248.184 (cerion) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: running subversion as non-root 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, 01 Nov 2005 10:57:46 -0000 Running subversion as root works fine, but under user 'svn' I get a load of permission problems, e.g. /usr/libexec/ld-elf.so.1: Cannot open "/usr/local/lib/apache2/libaprutil-0.so.9" I fixed this by adding svn to group wheel, but am not sure if this is 'the right way'. Is there a standard solution to this? tia, Cerion