From owner-freebsd-stable Tue Nov 28 23:24:32 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.hypostasis.com (p22.pool1.staticadsl.iconz.net.nz [210.48.81.22]) by hub.freebsd.org (Postfix) with ESMTP id E769737B402 for ; Tue, 28 Nov 2000 23:24:26 -0800 (PST) Received: from amethyst.hypostasis.com (amethyst.hypostasis.com [192.168.2.2]) by mail.hypostasis.com (8.11.1/8.11.0) with ESMTP id eAT77vr66425; Wed, 29 Nov 2000 20:07:57 +1300 (NZDT) (envelope-from kit@amethyst.hypostasis.com) Received: (from kit@localhost) by amethyst.hypostasis.com (8.11.1/8.11.0) id eAT7VNe51284; Wed, 29 Nov 2000 20:31:23 +1300 (NZDT) (envelope-from kit) Date: Wed, 29 Nov 2000 20:31:23 +1300 From: kit To: Nader Turki Cc: Jeremy Hopkins , freebsd-stable@FreeBSD.ORG Subject: Re: httpd could not be started Message-ID: <20001129203123.A50000@amethyst.hypostasis.com> References: <3A233AD3.DE3C9CC1@adelphia.net> <3A23C908.A7CC10C@rtci.com> <3A24A4AF.DBA547FB@adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A24A4AF.DBA547FB@adelphia.net>; from nturki@adelphia.net on Wed, Nov 29, 2000 at 01:39:43AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was certain I saw something on what the changes in different open-ssl changes implies for this but I can't find it again. In looking for it I encountered the mod_ssl FAQ which mentions When I startup Apache I get errors about undefined symbols like ap_global_ctx? [L] This actually means you installed mod_ssl as a DSO, but without rebuilding Apache with EAPI. Because EAPI is a requirement for mod_ssl, you need an extra patched Apache (containing the EAPI patches) and you have to build this Apache with EAPI enabled (explicitly specify --enable-rule=EAPI at the APACI command line). Maybe (in combination with the ssl upgrade) something changed in the foramtting here and Apache is no longer seeing the right thing? --kit On Wed, Nov 29, 2000 at 01:39:43AM -0500, Nader Turki wrote: > Hello, > I did that, but i still get the same error. > > [root@shadow]:~# /usr/local/sbin/apachectl startssl > Syntax error on line 54 of /usr/local/etc/apache/apache.conf: > Cannot load /usr/local/libexec/apache/libssl.so into server: > /usr/local/libexec/apache/libssl.so: Undefined symbol "sk_X509_NAME_value" > /usr/local/sbin/apachectl startssl: httpd could not be started > > Thanks, > > --Nader > > Jeremy Hopkins wrote: > > > Nader Turki wrote: > > > > > > Hi there, > > > I just upgraded from FreeBSD 4.1.1-STABLE to FreeBSD 4.2-STABLE. > > > I can't start apache anymore. something is wrong and i hope you guys can > > > help me. > > > > > > [root@shadow]:/usr/home/dark# /usr/local/sbin/apachectl startssl > > > Syntax error on line 54 of /usr/local/etc/apache/apache.conf: > > > Cannot load /usr/local/libexec/apache/libssl.so into server: > > > /usr/local/libexec/apache/libssl.so: Undefined symbol > > > "sk_X509_NAME_value" > > > /usr/local/sbin/apachectl startssl: httpd could not be started > > > > > > > I ran into the same problem yesterday as well. What you need to do is > > recompile mod_ssl. I simple did a make from > > /usr/ports/www/apache13-modssl and then > > copy > > /usr/ports/www/apache13-modssl/work/apache_1.3.14/src/modules/ssl/libssl.so > > over your existing libssl.so located at > > /usr/local/libexec/apache/libssl.so > > > > In the meantime you can probably start apache without ssl support with > > an apachectl start, but that somewhat depends on your configuration. > > You should be back up shortly. Have fun! > > > > jeremy > > I > > Jeremy Hopkins - Systems Administrator - RTCI - Cary, NC > > www.rtci.com - jhopkins@rtci.com > > www.ghettoweb.net - jhopkins@ghettoweb.net > > FreeBSD -- Makes the net go round. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message