From owner-freebsd-questions Mon Jul 1 21:49:23 2002 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 22AB437B400; Mon, 1 Jul 2002 21:49:18 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA81843E26; Mon, 1 Jul 2002 21:49:17 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.4/8.12.3) with ESMTP id g624nFT4044862; Mon, 1 Jul 2002 21:49:15 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.4/8.12.3/Submit) id g624nFDN044861; Mon, 1 Jul 2002 21:49:15 -0700 (PDT) (envelope-from dillon) Date: Mon, 1 Jul 2002 21:49:15 -0700 (PDT) From: Matthew Dillon Message-Id: <200207020449.g624nFDN044861@apollo.backplane.com> To: Andreas Ntaflos Cc: Bryan Liesner , freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: freetype2?? again! References: <20020702004118.A1105@Deadcell.ant> <20020701191014.E134-100000@gravy.kishka.net> <20020702062113.B1105@Deadcell.ant> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just as a side note, here, you should never put "." in root's path for security reasons. If you do you may accidently run a tojan that happens to be in the current directory and named after a common command like 'ls' (for example if you are examining a user's directory as root or you are cd'd into /var/tmp). It may be convenient, but it is far better to get used to typing './BLAH' for things you want to run from the current directory then to make it automatic and potentially blow the machine's security. -Matt Matthew Dillon :On Mon, Jul 01, 2002 at 07:16:59PM -0400, Bryan Liesner wrote: :> :> You must have "." in your path. There's a shell script called install :> in the distribution: :> #!/bin/sh :> make install :> :> That'll cause problems! : :Thank you for your answer. : :Unfortunately this is not what causes the problems here. I always have :"." in my path. Also, trying to install it from the work directory in :/usr/ports/print/freetype2 results in the same errors. So does the old :classic way of `make install` in the same directory. : :What else could be the cause of the failure? : :regards :-- : Andreas "ant" Ntaflos : ant@overclockers.at : Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message