From owner-freebsd-ports@FreeBSD.ORG Sat Oct 29 11:01:39 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AFC916A41F for ; Sat, 29 Oct 2005 11:01:39 +0000 (GMT) (envelope-from bh@cornel.net.ua) Received: from cornel.net.ua (mind.cornel.net.ua [195.47.248.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D1943D46 for ; Sat, 29 Oct 2005 11:01:38 +0000 (GMT) (envelope-from bh@cornel.net.ua) Received: from localhost (localhost [127.0.0.1]) by cornel.net.ua (Postfix) with ESMTP id 1587EF77CB for ; Sat, 29 Oct 2005 14:01:37 +0300 (EEST) Received: from cornel.net.ua ([127.0.0.1]) by localhost (mind.cornel.net.ua [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00933-05 for ; Sat, 29 Oct 2005 14:01:36 +0300 (EEST) Received: from dream.bh.net.ua (dream.bh.net.ua [195.47.248.30]) by cornel.net.ua (Postfix) with ESMTP id 73E38F77C2 for ; Sat, 29 Oct 2005 14:01:36 +0300 (EEST) From: "Andrey S. Zakharajashchev" To: freebsd-ports@freebsd.org Date: Sat, 29 Oct 2005 14:01:16 +0000 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200510291401.16920.bh@cornel.net.ua> X-Virus-Scanned: amavisd-new at cornel.net.ua Subject: Re: newbie here please answer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 11:01:39 -0000 В сообщении от Суббота, 29-окт-2005 10:42 Jesse Encarnacion написал(a): > i have already installed freebsd on my system. > i already started x windows with startx command. and runned successfully. > after then, i installed xchat like goin to the port and then make a make > install clean <-- command > and then. it was a successfull intallation. > typing "xchat" would run the program right? or is there missing commands > or sumthing? > when i type xchat: > the response is xchat:command not found. > please reply... thank you. what shell you are using? [t]csh? if yes then type command 'rehash' and all new binaries in your ${PATH}... and what your ${PATH} (echo ${PATH})