From owner-freebsd-questions Wed May 9 9:26:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id D4DC337B422 for ; Wed, 9 May 2001 09:26:17 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14xWmw-000NES-00; Wed, 9 May 2001 17:26:11 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f49GQ5V58762; Wed, 9 May 2001 17:26:05 +0100 (BST) (envelope-from rasputin) Date: Wed, 9 May 2001 17:26:05 +0100 From: Rasputin To: Graham Lillico Cc: questions@freebsd.org Subject: Re: Perl Modules Message-ID: <20010509172605.C58349@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from graham_lillico@hotmail.com on Wed, May 09, 2001 at 05:11:19PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Graham Lillico [010509 17:12]: > Hi, > > I wonder if anyone can help me, I am trying to install gnatsweb 2.8.0 and I > have hit a problem it seems that gnatsweb requires CGI version 2.56 or > greater and I only have 2.46 installed. My question is how do I upgrade my > version of CGI? > > I have tried compiling p5-CGI-2.76 from the ports collection but this > doesn't seems to have done anything. I am currently running on > FreeBSD-4.3-20010429-STABLE. Did it install? Do this: pkg_info|grep p5-CGI If that's blank, you didn't install it. Concentrate and try again. then pkg_info -L This tells you what files are in that package. Finally, do this: perl -e 'print (join "\n",@INC), "\n";' Thislists all the directories Perl searches for modules. Check it can find CGI.pm you installed. If it can't, you either need to move stuff around, or add a use lib "/directory/CGI/module/ended/up/in"; to the top of all your scripts. -- "I only touch base with reality on an as-needed basis!" -- Royal Floyd Mengot (Klaus) Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message