From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 06:56:27 2005 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 CD3A416A4CE for ; Wed, 16 Feb 2005 06:56:27 +0000 (GMT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CD743D41 for ; Wed, 16 Feb 2005 06:56:27 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) j1G6uOXV007596 for ; Wed, 16 Feb 2005 01:56:24 -0500 (EST) Message-ID: <020101c513f4$6387cf80$0200a8c0@satellite> From: "dave" To: Date: Wed, 16 Feb 2005 01:54:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: apache2, suexec, and portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 06:56:27 -0000 Hello, I ran a portversion -l "<" and discovered that both squirrelmail and apache were out of date. I ran portupgrade -arR which went fine as far as packages go, but when portupgrade tried to execute the apache2 startup script as part of it's final updating it couldn't load mod_suexec i'm assuming those modules didn't get compiled or recompiled during the update. In my pkgtools.conf file i have an entry for apache2 with the following options: WITH_AUTH_MODULES=yes WITH_DAV_MODULES=yes WITH_MISC_MODULES=yes WITH_SSL_MODULES=yes WITH_SUEXEC_MODULES=yes WITH_LDAP_MODULES=yes WITHOUT_EXPERIMENTAL_MODULES=yes WITHOUT_PROXY_MODULES=yes WITHOUT_THREADS_MODULES=yes Any suggestions welcome. As a tempoary fix i've commented out the suexec module load line. Thanks. Dave.