From owner-freebsd-stable Tue Nov 28 7: 2:41 2000 Delivered-To: freebsd-stable@freebsd.org Received: from hoodlum.ghettoweb.net (hoodlum.ghettoweb.net [208.11.244.8]) by hub.freebsd.org (Postfix) with ESMTP id AA7A237B400 for ; Tue, 28 Nov 2000 07:02:38 -0800 (PST) Received: from rtci.com (localhost.aquarium.rtci.com [127.0.0.1]) by hoodlum.ghettoweb.net (Postfix) with ESMTP id 8DE1C5CB0; Tue, 28 Nov 2000 10:02:32 -0500 (EST) Message-ID: <3A23C908.A7CC10C@rtci.com> Date: Tue, 28 Nov 2000 10:02:32 -0500 From: Jeremy Hopkins X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Nader Turki , freebsd-stable@freebsd.org Subject: Re: httpd could not be started References: <3A233AD3.DE3C9CC1@adelphia.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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