Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 19:19:53 +0200
From:      Melvyn Sopacua <ports@webteckies.org>
To:        ports@FreeBSD.org
Subject:   Re: mod_perl installation and non-standard perl path
Message-ID:  <200404191920.04224.ports@webteckies.org>
In-Reply-To: <20040419130433.1692c8e3@andy>
References:  <20040415111934.6c95d0a0@andy> <200404171328.15139.ports@webteckies.org> <20040419130433.1692c8e3@andy>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404191920.04224.ports>