From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 10:20:10 2004 Return-Path: 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 EA14C16A4CE for ; Mon, 19 Apr 2004 10:20:10 -0700 (PDT) Received: from sarevok.lan.webteckies.org (e236040.upc-e.chello.nl [213.93.236.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0323B43D39 for ; Mon, 19 Apr 2004 10:20:06 -0700 (PDT) (envelope-from mdev@sarevok.lan.webteckies.org) Received: by sarevok.lan.webteckies.org (Postfix, from userid 100) id AF72DB959; Mon, 19 Apr 2004 19:20:04 +0200 (CEST) From: Melvyn Sopacua Organization: WebTeckies.org To: ports@FreeBSD.org Date: Mon, 19 Apr 2004 19:19:53 +0200 User-Agent: KMail/1.6.1 References: <20040415111934.6c95d0a0@andy> <200404171328.15139.ports@webteckies.org> <20040419130433.1692c8e3@andy> In-Reply-To: <20040419130433.1692c8e3@andy> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_EpAhARRwLp2bHxN"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404191920.04224.ports@webteckies.org> Subject: Re: mod_perl installation and non-standard perl path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 17:20:11 -0000 --Boundary-02=_EpAhARRwLp2bHxN Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 19 April 2004 19:04, Andy Harrison wrote: > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > On Sat, 17 Apr 2004 13:28:14 +0200, Melvyn Sopacua wrote > Subject: "Re: mod_perl installation and non-standard perl path" > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > In stead of doing all that manual work, why not set variables in > > make.conf? The ones you're looking for, can be found by grepping 'PERL' > > in /usr/ports/Mk/bsd.port.mk > > Ok, these lines are in /etc/make.conf now: > > # grep PERL /etc/make.conf | grep '^[^#]' > PERL_VER=3D5.8.2 > PERL_VERSION=3D5.8.2 > SITE_PERL=3D/usr/local/rt3/perl/lib/site_perl/${PERL_VER} > PERL_ARCH=3Dmach > PERL5=3D/usr/local/rt3/perl/bin/perl > PERL=3D/usr/local/rt3/perl/bin/perl > NOPERL=3Dyo > NO_PERL=3Dyo > NO_PERL_WRAPPER=3Dyo > > However, it doesn't even try to build now... > > # make > Dependency error: you don't have the right version of perl in /usr/bin. > *** Error code 1 Then try 'use.perl port', or perhaps better: # cd /usr/bin # ln -s /usr/local/rt3/perl/bin/perl perl # ln -s /usr/local/rt3/perl/bin/perl5 perl5 # ln -s /usr/local/rt3/perl/bin/perl5.8.2 perl5.8.2 =2D-=20 Melvyn =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =46reeBSD sarevok.lan.webteckies.org 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Su= n Apr =20 4 02:24:06 CEST 2004 =20 root@sarevok.webteckies.org:/usr/obj/usr/src/sys/SAREVOK_NOAPM_NODEBUG i386 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D --Boundary-02=_EpAhARRwLp2bHxN Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAhApEOv9JNmfFN5URAk+uAJ0ThNSVx6pdzvh4Wlwhef+KEDTONwCeOYNv PySQFHXfONnWIagK14fMJqc= =U6HD -----END PGP SIGNATURE----- --Boundary-02=_EpAhARRwLp2bHxN--