Message from discussion
installation problem with pgtap-0.90.0
Received: by 10.224.180.2 with SMTP id bs2mr25472573qab.1.1326236513153;
Tue, 10 Jan 2012 15:01:53 -0800 (PST)
X-BeenThere: pgxn-users@googlegroups.com
Received: by 10.229.23.205 with SMTP id s13ls1190153qcb.1.gmail; Tue, 10 Jan
2012 15:01:52 -0800 (PST)
Received: by 10.224.197.72 with SMTP id ej8mr25464670qab.0.1326236512702;
Tue, 10 Jan 2012 15:01:52 -0800 (PST)
Received: by 10.224.197.72 with SMTP id ej8mr25464667qab.0.1326236512691;
Tue, 10 Jan 2012 15:01:52 -0800 (PST)
Return-Path: <da...@justatheory.com>
Received: from smtp.pobox.com (b-pb-sasl-quonix.pobox.com. [208.72.237.35])
by gmr-mx.google.com with ESMTP id x28si59351574qcs.2.2012.01.10.15.01.52;
Tue, 10 Jan 2012 15:01:52 -0800 (PST)
Received-SPF: pass (google.com: domain of da...@justatheory.com designates 208.72.237.35 as permitted sender) client-ip=208.72.237.35;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of da...@justatheory.com designates 208.72.237.35 as permitted sender) smtp.mail=da...@justatheory.com; dkim=pass header...@pobox.com
Received: from smtp.pobox.com (unknown [127.0.0.1])
by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 3200D529B
for <pgxn-users@googlegroups.com>; Tue, 10 Jan 2012 18:01:52 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=content-type
:mime-version:subject:from:in-reply-to:date
:content-transfer-encoding:message-id:references:to; s=sasl; bh=
0TcrQ4M8h1QcYhjxBBdVsDRQDsU=; b=yEbEZUBbhFMuaxmd7G3zc0x/dsp3+yQX
4o4t//dNcfUPmLzN/SydbI76EIf2nfaY8rBRN6AS9gE9DUmev3LsA2C2n/dKIUSN
RsGzL2t/848SBubuz4st3mDD3KP3n+AsH/XPAHaSXo2htofExq6/CdyAe+Clc243
Oi6fmRdwmOg=
Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1])
by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 2878A529A
for <pgxn-users@googlegroups.com>; Tue, 10 Jan 2012 18:01:52 -0500 (EST)
Received: from lp-kwilliams410.iovation.com (unknown [74.121.28.6]) (using
TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate
requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 1469B5299 for
<pgxn-users@googlegroups.com>; Tue, 10 Jan 2012 18:01:49 -0500 (EST)
Content-Type: text/plain; charset=windows-1252
Mime-Version: 1.0 (Apple Message framework v1251.1)
Subject: Re: installation problem with pgtap-0.90.0
From: "David E. Wheeler" <da...@justatheory.com>
In-Reply-To: <4995915.374.1326236139026.JavaMail.geo-discussion-forums@prlk31>
Date: Tue, 10 Jan 2012 15:01:48 -0800
Content-Transfer-Encoding: quoted-printable
Message-Id: <7B9B947C-D766-4ED4-B063-D5C001B2B...@justatheory.com>
References: <4995915.374.1326236139026.JavaMail.geo-discussion-forums@prlk31>
To: pgxn-users@googlegroups.com
X-Mailer: Apple Mail (2.1251.1)
X-Pobox-Relay-ID: 144F0486-3BDF-11E1-A56E-9DB42E706CDE-76319746!b-pb-sasl-quonix.pobox.com
On Jan 10, 2012, at 2:55 PM, pgtester wrote:
> I am having trouble installing pgtap. Any help will be appreciated!
>=20
> I installed a new version of perl in a local user folder. =20
> ~username/localperl
> I also downloaded and unziped the pgtap to the local folder ~username
>=20
> after I cd ~username/pgtap-0.90.0, I did "make", it told me must =
install=20
> pgTap, so i did as told "cpan TAP::Parser::SourceHandler::pgTAP"
>=20
> now i do make again, it still displays error:
>=20
> Makefile:55: To use pg_prove, TAP::Parser::SourceHandler::pgTAP Perl =
module
> Makefile:56: must be installed from CPAN. To do so, simply run:
> Makefile:57: cpan TAP::Parser::SourceHandler::pgTAP
> make: Nothing to be done for `all'
>=20
> SO I ran cpan command again, displays:
>=20
> TAP::Parser::SourceHandler::pgTAP is up to date (3.27).
>=20
> I could not find other documentation on that.
>=20
> Can anyone please tell how to proceed? or in addition, any =
instructions on=20
> alternative ways to make, such as manually install pgtap?
Try `make PERL=3D~username/localperl/bin/perl`.
But note that the above is just a warning. The installer doesn't need =
TAP::Parser::SourceHandler::pgTAP, it just suggests you install it. If =
you do have it called but the installer can=92t find it, it doesn=92t =
matter, as long as you can use it.
HTH,
David