From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 14:28:00 2004 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 40F0916A4CE for ; Fri, 12 Mar 2004 14:28:00 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CF243D39 for ; Fri, 12 Mar 2004 14:27:59 -0800 (PST) SRS0=HiHQUElH=GJ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.11/8.12.11) id i2CMRwsC097726 for freebsd-questions@freebsd.org; Fri, 12 Mar 2004 23:27:58 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200403122227.I2CMRV5J097713@asarian-host.net> Date: Fri, 12 Mar 2004 22:27:58 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: FdG1Fs9BVjBxQc3rs38f7wIbXWS5hPHY5djK9aGtVk6ae/FulCNmyCWqQoqLZ7tDoUg45Jui5rW/YCEw41evFQ== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "Kent Stewart" References: <200403122026.I2CKQ1P5092986@asarian-host.net> <200403121242.17022.kstewart@owt.com> <200403122055.I2CKTSCD094107@asarian-host.net> <200403121321.16131.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAQFI5bjFqW1BleBN9AQFnDwf+NAqkhd6PniWJDxJexF+smwrag3Ijoh5O X1FkcQoZsRJiRjxqmdb+yMHrAYXo3mhC3vQ7NtgEUK7sbV35pdxOiRVPVJhguLWG /Zt0W649ypOmlr9m22MT1Cx0BPHcpwMpZ4wiO26zZFeqSJDPsWpohlWGkvDym9Yo B4DkySScGzpmEPAdgYUja3a4JbezYGlUdbXP6vAJ2P4KYF+8b0r/4ef8KX7HRdFQ C71m5jixparN/2G72CjxffIGbFCtNSAqZ6gM2/P8MrKqT/3zY1UlB5Mpmk++BLub ZZBi2iTzGiyNMywSLIZzi0zCmIzfc8tlREiAlbdJ15pbkUikvDG/sg== =Uh3F cc: freebsd-questions@freebsd.org Subject: SOLVED! Re: "bind: Address already in use" on Apache 1.3.29 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: Fri, 12 Mar 2004 22:28:00 -0000 It is solved. ;) I had build Apache as follows: "make APACHE_WITH_MODSNMP=yes" Removing the mod_snmp directive, and recompiling, caused all problems to go away. The modules are not properly created; hence, after unloading them from config, Apache really trips over their absence. I can live without mod_snmp, though. :) - Mark ----- Original Message ----- From: "Kent Stewart" To: "Mark" Cc: Sent: Friday, March 12, 2004 10:21 PM Subject: Re: "bind: Address already in use" on Apache 1.3.29