From owner-freebsd-ports Wed Dec 18 19:22:34 2002 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 95B4A37B401 for ; Wed, 18 Dec 2002 19:22:32 -0800 (PST) Received: from nova.securities-pricing.com (adsl-63-205-123-10.dsl.lsan03.pacbell.net [63.205.123.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82AF43ED1 for ; Wed, 18 Dec 2002 19:22:31 -0800 (PST) (envelope-from fbsd1@pruam.com) Received: from johnr.pruam.com (johnr.securities-pricing.com [192.168.97.10]) by nova.securities-pricing.com (8.12.6/8.12.6) with ESMTP id gBJ3MTKR040987 for ; Wed, 18 Dec 2002 19:22:30 -0800 (PST) (envelope-from fbsd1@pruam.com) Message-Id: <5.1.0.14.2.20021218175519.0252b820@mail.securities-pricing.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 18 Dec 2002 19:22:12 -0800 To: ports@FreeBSD.org From: John Long Subject: Can't locate Apache/Constants.pm in @INC Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am trying to get SecSess installed on a freebsd 4.7R system here. Using Cpan, getting Can't locate Apache/Constants.pm in @INC /usr/bin/make test -- OK Running make for P/PL/PLIAM/Apache-SecSess-0.09.tgz Is already unwrapped into directory /usr/.cpan/build/Apache-SecSess-0.09 Has already been processed within this session Running make test Prepending /usr/.cpan/build/DBI-1.30/blib/arch /usr/.cpan/build/DBI-1.30/blib/lib /usr/.cpan/build/Crypt-Rijndael-0.05/blib/arch /us r/.cpan/build/Crypt-Rijndael-0.05/blib/lib to PERL5LIB. PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 test.pl 1..1 Can't locate Apache/Constants.pm in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/.cpan/build/DBI-1.30/blib/arch /usr/.cpan/build/DBI-1.30/blib/lib /usr/.cpan/build/Crypt-Rijndael-0.05/blib/arch /usr/.cpan/bu ild/Crypt-Rijndael-0.05/blib/lib /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libda ta/perl/5.00503/mach /usr/libdata/perl/5.00503) at SecSess.pm line 18. BEGIN failed--compilation aborted at SecSess.pm line 18. BEGIN failed--compilation aborted at test.pl line 10. *** Error code 2 Stop in /usr/.cpan/build/Apache-SecSess-0.09. /usr/bin/make test -- NOT OK I assume that it is looking for Module Apache::Constants (D/DO/DOUGM/mod_perl-1.27.tar.gz) However I have installed from ports Apache/1.3.27 (Unix) mod_ssl/2.8.12 OpenSSL/0.9.6g server which is running just fine. Locate tells me there is no Constants.pm on the system so maybe this apache build is not quite complete? I tried to cpan, get Apache::Constants.pm but it is failing on test and it wanted to do a configure to apache but that does not seem to be wise. I am a little leery to install mod-perl for fear it will mess up my system. What would be the best / easiest way to get the constants package in there? Any ideas or can I provide any other info? thanks, John Long To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message