From owner-freebsd-current Thu Jul 25 23:28:56 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F4037B400; Thu, 25 Jul 2002 23:28:53 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9380A43E4A; Thu, 25 Jul 2002 23:28:52 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.5/8.12.5) id g6Q6Spck042690; Fri, 26 Jul 2002 01:28:51 -0500 (CDT) (envelope-from dan) Date: Fri, 26 Jul 2002 01:28:50 -0500 From: Dan Nelson To: karl agee Cc: freebsd-questions , freebsd-current Subject: Re: where's perl??? Message-ID: <20020726062850.GG62267@dan.emsphone.com> References: <1027663747.499.60.camel@enterprise.workgroup> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027663747.499.60.camel@enterprise.workgroup> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jul 25), karl agee said: > I am trying to install imwheel in my -current setup...ran make install > in the port (updated yesterday) and it ran the compliation but bombed at > perl. It sed: Ha ha very ^ punny > su-2.05a# make install; make clean > /usr/local/bin/perl: not found > *** Error code 127 > > on my box perl is located > > su-2.05a# whereis perl > perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz /usr/src/usr.bin/perl > > I checked various files to see if I could edit anything but there was > nothing obvious. Should I make a link to /usr/bin/perl? Perl has been removed from -current, mainly due to the difficulty of keeping it as up-to-date as people want. People are sweeping through port Makefiles replacing ${PERL} with ${REINPLACE} (aka sed), and it looks like you hit one that they haven't done yet. You can set PERL=/usr/bin/perl in /etc/make.conf (or add the symlink), but eventually you'll want to install the perl port and blow away /usr/bin/perl and /usr/libdata/perl. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message