From owner-freebsd-questions Wed Aug 1 6: 4:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id D7A9837B401 for ; Wed, 1 Aug 2001 06:04:28 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([212.228.234.119]) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 15Rvfm-000GpK-0V for freebsd-questions@freebsd.org; Wed, 1 Aug 2001 14:04:27 +0100 Message-ID: <5TRa3JBj4$Z7Ewqu@caomhin.demon.co.uk> Date: Wed, 1 Aug 2001 14:03:31 +0100 To: freebsd-questions@freebsd.org From: Kevin Golding Subject: Apache modules (mod_ssl) failing to load MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U 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 I've been struggling to get mod_ssl to run on my server; I figured the best way to do this was simply using apache+mod_ssl-1.3.20+2.8.4 from ports. If I try to install it by running make in the ports directory but it eventually stops with: alloc.c:1106: `AP_MM_LOCK_RW' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.20/src/main. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.20/src. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.20. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.20. *** Error code 1 Stop in /usr/ports/www/apache13-modssl. *** Error code 1 Stop in /usr/ports/www/apache13-modssl. *** Error code 1 Stop in /usr/ports/www/apache13-modssl. I've also tried pkg_add and it seems that mod_ssl doesn't register properly, I don't think it's a corrupt install since I've also tried using a package straight from a FreeBSD FTP server. I've tried using both apachectl startssl and httpd -Dssl, but the module just doesn't seem to want to load. I have a virtual server set up to listen on port 443, and I've tried getting at the pages through telnet and a browser, but both say nothing's there. Apache itself still works, as a vanilla server anyway, and the virtual domain is okay since I can look at it through other ports. My httpd.conf contains all the standard stuff for ssl (cross referenced between a couple of sources so I'm happy it's not that); it's just the module doesn't seem to want to load! Thoughts, advice, spare brain anyone? TIA Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message