From owner-freebsd-questions Tue Jul 31 11:24:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from internet.simplifiedtechnology.com (internet.simplifiedtechnology.com [207.21.31.250]) by hub.freebsd.org (Postfix) with ESMTP id 4495C37B406 for ; Tue, 31 Jul 2001 11:24:09 -0700 (PDT) (envelope-from GregoryC@stcinc.com) Received: from stcinc.com ([10.2.1.2]) by internet.simplifiedtechnology.com (8.10.2/8.10.2) with ESMTP id f6VJ6Dt10758 for ; Tue, 31 Jul 2001 12:06:13 -0700 (PDT) Message-ID: <3B66FA92.D8D55BD2@stcinc.com> Date: Tue, 31 Jul 2001 11:36:02 -0700 From: Gregory Carvalho Reply-To: GregoryC@stcinc.com Organization: Simplified Technology Company X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions@FreeBSD.ORG Subject: Installation Hints for marc-search.4.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have sendmail, majordomo, MHonArc, and Marc-search all running. The Marc-search port had a few misgivings about getting operational. Here is how I got it going beyond the instructions included in the port. 1) Change marc-search.cgi line 1: from #!/dcs/bin/perl5 -w to #!/usr/bin/perl -w 2) Change marc-search.cgi line 34: from use CGI_Lite; to use Lite; NOTE: I downloaded and installed the CGI_Lite 2.0 port. 3) Change marc-search.cgi line 64: from my $cgi = new CGI_Lite; to my $cgi = new CGI::Lite; 4) Place the Form.pm and Search.pm files in a manually created Marc directory off of the scriptalias directory which contains marc-search.cgi. NOTE: Make certain the scriptalias directory is in a use statement early in the marc-search.cgi file. Your mileage may vary. So long, Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message