From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 18:18:45 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 942CF106566B for ; Sat, 7 Feb 2009 18:18:45 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f14.google.com (mail-fx0-f14.google.com [209.85.220.14]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF518FC14 for ; Sat, 7 Feb 2009 18:18:44 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm7 with SMTP id 7so156188fxm.19 for ; Sat, 07 Feb 2009 10:18:44 -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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=LB5dFS5qMkII3PjxStVhDnwhXw+GE96f34jYI/MJH50=; b=P4fDYKnuzqxYNIckK1WJ+UdoFKwFDLNO2aSuFWzVSees7ctWyDC8+1j5zngrAVRTNE kpL7w7+OILmUGtVvIX7eNZ8dwsQe5HUo7UBViOJUfqALR/ynU+6QZoy3xwbBfP6IqpH1 ey4QVnQ6dSeHWlVAce8Ow7uU21uplZtIGCz5A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QCIjMp2Lxts0gAgjuNxgJe7TbenVyVb/sdzL9CQNWSDheZ63y2LScou9MCAchEzVaA 7sedfho7P2wQZN6VycyU3lNwZlDstcyXOa2Ov/mG5WAYhtMBCtZASXxhFcHKKYl8e5Sx lHpebQL9YibE5VxwEZo70Yba2nfJI2gLSQmXw= MIME-Version: 1.0 Received: by 10.223.111.134 with SMTP id s6mr1076756fap.60.1234030723940; Sat, 07 Feb 2009 10:18:43 -0800 (PST) In-Reply-To: <498DCFAC.6020806@comcast.net> References: <498D9D64.7010603@comcast.net> <20090207160254.GC1626@phoenix.local> <498DC84B.4020203@comcast.net> <4ad871310902071009h27dd3d08uce0adb922d436b23@mail.gmail.com> <498DCFAC.6020806@comcast.net> Date: Sat, 7 Feb 2009 13:18:42 -0500 Message-ID: <4ad871310902071018g2998e1ccu8d730a48a38ede22@mail.gmail.com> From: Glen Barber To: Akenner Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Strange and weird, probably simple, aim DL 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, 07 Feb 2009 18:18:46 -0000 On Sat, Feb 7, 2009 at 1:15 PM, Akenner wrote: > > Basically it does the same thing. I used the pkg_add as I said, and once I > finished, I did the rehash thing, and then logging in and out doesn't seem > to change it. Is there a chance the package itself is messy? > It's possible. > I was told to try whereis and did so, and it said /usr/ports/net-im/aim and > when I typed the direct path, it said permission denied, so I tried su to > root, and ran it again, and it said the same thing...Which is a little > strange being root. > You were told the wrong command. Try `which aim'. Also, try executing with the full path: /usr/local/bin/aim Is your ports tree up to date? man portsnap -- Glen Barber