From owner-freebsd-questions Mon Oct 22 23:53:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 02FFA37B401 for ; Mon, 22 Oct 2001 23:53:00 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id IAA38621; Tue, 23 Oct 2001 08:52:14 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Chris Huisman" , "freebsd" Subject: RE: Apache problems Date: Tue, 23 Oct 2001 08:55:34 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3BD4CEF2.6090803@telusplanet.net> Importance: Normal 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 Chris, mod_ssl does a little trick whereby it conditionally loads the mod_ssl module. I have experienced problems with other mod_??? ports or packages added after mod_ssl. What happens is that the new modules install their config lines in httpd.conf inside the conditional block which is intended for mod_ssl only. The symptoms you describe look like this might be your problem. This was described in more detail on this list just last week. Have a look for it in the archive if you need more detail. Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Huisman > Sent: 23 October 2001 03:59 > To: freebsd > Subject: Apache problems > > > > Hello again, > > I installed apache-mod_ssl, and when I run apachectl configtest, this is > what I get: > > %apachectl configtest > Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.35161") failed > Error: MM: mm:core: failed to open semaphore file (Permission > denied): OS: No such file or directory > > what is httpd.mm ?????? > > However, when I run it from root I get the following error: > > Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: > Cannot load /usr/local/libexec/apache/mod_webapp.so into server: Shared > object "libm.so.6" not found > > > What am I doing wrong? > > Thanks, > > Chris. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message