From owner-freebsd-questions@FreeBSD.ORG Fri Feb 2 05:57:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61DCC16A400 for ; Fri, 2 Feb 2007 05:57:31 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 1CE0A13C461 for ; Fri, 2 Feb 2007 05:57:30 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so772725wxc for ; Thu, 01 Feb 2007 21:57:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=feMiT5FB9nVlfXGJMpSFthQF1Lb7RipqjEmND3Q9Gv1maBo7+yN/bimx6wwD0XvivdcZ9ne5IAtWBW+BuNvfu/81+Fo9iXAjjrUdHI/Px5yqW96gUZo8o2NqCZj+SUmSH5di++JUgVyFFbB5VroVjmrjFc5W2XCZFp2RQk3Fg0A= Received: by 10.70.132.2 with SMTP id f2mr5390615wxd.1170395850302; Thu, 01 Feb 2007 21:57:30 -0800 (PST) Received: by 10.70.131.11 with HTTP; Thu, 1 Feb 2007 21:57:30 -0800 (PST) Message-ID: Date: Fri, 2 Feb 2007 14:57:30 +0900 From: "Daniel Marsh" To: Gobbledegeek In-Reply-To: <463aea570702012137m48215342of428b69a18641c71@mail.gmail.com> MIME-Version: 1.0 References: <463aea570702012137m48215342of428b69a18641c71@mail.gmail.com> 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 Cc: freebsd-questions@freebsd.org Subject: Re: windows behaviour on installing new packages 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: Fri, 02 Feb 2007 05:57:31 -0000 On 2/2/07, Gobbledegeek wrote: > > Hi > > I noticed over the past few weeks, that after installing numerous > packages (pkg_add -r), I could not execute them (not found). They > were standard packages installed in the standard locations like > /usr/local/bin or sbin (already in $PATH). Running ldconfig, logging > out and logging back in did not help either. *Rebooting* helps > however. > > What gives? Are the package install scripts missing some install > command ? System is 6.2 production release. > > Are you using tcsh or csh? Have you tried typing rehash after installing new software?