From owner-freebsd-questions@FreeBSD.ORG Fri Jun 24 09:38:40 2005 Return-Path: X-Original-To: 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 CA43116A41C for ; Fri, 24 Jun 2005 09:38:40 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79FF43D49 for ; Fri, 24 Jun 2005 09:38:39 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j5O9bupN052136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Jun 2005 16:37:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j5O9bnh8012244; Fri, 24 Jun 2005 16:37:49 +0700 (ICT) Date: Fri, 24 Jun 2005 16:37:49 +0700 (ICT) Message-Id: <200506240937.j5O9bnh8012244@banyan.cs.ait.ac.th> From: Olivier Nicole To: sadashiv.linux@gmail.com In-reply-to: (message from Sadashiv Kulthe on Fri, 24 Jun 2005 14:48:48 +0530) References: <42BAC2AE.4010501@daleco.biz> <42BADD75.7070103@daleco.biz> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: fbsd_user@a1poweruser.com, questions@freebsd.org Subject: Re: how to install desired port 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, 24 Jun 2005 09:38:40 -0000 -bash-2.05b# cd /usr/ports/ -bash-2.05b# cd graphics/png -bash: cd: cd: No such file or directory The problem is there. Try: cd /usr/ports/graphics/png There may be a stranger character on your second line Any way you are not in the right directory when you try the command "make" Olivier