From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 08:04:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A68A16A4CE for ; Sun, 9 Nov 2003 08:04:48 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-64-173.maa.sify.net [210.214.64.173]) by mx1.FreeBSD.org (Postfix) with SMTP id D638043F3F for ; Sun, 9 Nov 2003 08:04:36 -0800 (PST) (envelope-from fbsd@dhumketu.cjb.net) Received: (qmail 776 invoked by uid 1000); 8 Nov 2003 18:21:08 -0000 Date: Sat, 8 Nov 2003 23:51:08 +0530 From: Shantanoo Mahajan To: Peter Elsner Message-ID: <20031108182108.GA729@dhumketu.homeunix.net> Mail-Followup-To: Peter Elsner , freebsd-questions@freebsd.org References: <6.0.0.22.2.20031107155408.01b58678@mail.sri-software.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20031107155408.01b58678@mail.sri-software.com> User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.9-RC i386 cc: freebsd-questions@freebsd.org Subject: Re: Perl and OpenWebMail question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 16:04:48 -0000 X-List-Received-Date: Sun, 09 Nov 2003 16:04:48 -0000 +++ Peter Elsner [freebsd] [07-11-03 16:03 -0600]: | Hi list... | | I've been using OpenWebMail with Perl 5.8.0 for some time now. Recently | updated ports | using port upgrade, and now my Perl version is 5.8.1. | | chuck:root # perl -v | | This is perl, v5.8.1 built for i386-freebsd | | --snip-- | | chuck:root # | | After that, OpenWebMail stopped working... I noticed also that my | portupgrade updated | OpenWebMail as well, (it was 2.10 and is now 2.20). Okay, I thought no | problem, I'll | just do a "make deinstall" and "make reinstall". But it fails with the | following error message | each and every time... | | ... | | ===> openwebmail-2.20 depends on file: | /usr/local/lib/perl5/site_perl/5.8.1/ma | ch/Text/Iconv.pm - found | ===> openwebmail-2.20 depends on file: | /usr/local/lib/perl5/site_perl/5.8.1/ma | ch/MIME/Base64.pm - found | ===> openwebmail-2.20 depends on executable: speedy_suid - found | ===> Generating temporary packing list | ===> Checking if mail/openwebmail already installed | 12602 blocks | 19199 blocks | Can't locate warnings/register.pm in @INC (@INC contains: | /usr/local/lib/perl5/s | ite_perl/5.8.0/mach /usr/local/lib/perl5/site_perl/5.8.0 | /usr/local/lib/perl5/si | te_perl /usr/local/lib/perl5/5.8.0/BSDPAN /usr/local/lib/perl5/5.8.0/mach | /usr/l | ocal/lib/perl5/5.8.0) at /usr/local/lib/perl5/site_perl/5.8.0/mach/vars.pm line | 7. | BEGIN failed--compilation aborted at | /usr/local/lib/perl5/site_perl/5.8.0/mach/v | ars.pm line 7. | Compilation failed in require at /dev/fd/9 line 8. | BEGIN failed--compilation aborted at /dev/fd/9 line 8. | speedy_backend[46985]: perl_parse error | speedy[46983]: Cannot spawn backend process | *** Error code 1 | | Stop in /usr/ports/mail/openwebmail. | chuck:root # | | So the first few dependent modules are found in the correct locations | (/usr/local/lib/perl5/site_perl/5.8.1/mach ... etc... | | But register.pm and vars.pm are being located in 5.8.0.... | | I thought that since I'm no longer using 5.8.0, it shouldn't be looking | there, it | should be looking in 5.8.1 But it's not. | | Does anyone have any idea's as to why this is doing this? And how I can | go about fixing it? | | Thanks in advance.. | | Peter Elsner | | Oh by the way, I'm running 4.9-STABLE #7. | | | | | | Peter Elsner - President | peter@sri-software.com | SRI Software | 726 Dalworth Suite 1007 | Grand Prairie, TX. 75050 | 972-266-8870 - Voice | 817-887-1609 - Fax | www.sri-software.com | | Service Plus(tm) | Public Warehouse Management Software | -------------- next part -------------- what's the output of # ls -l `which suidperl` permissions should be 4555. -r-sr-xr-x 3 root wheel 50816 Oct 29 03:26 /usr/bin/suidperl*