Date: Wed, 29 Nov 2000 01:39:43 -0500 From: Nader Turki <nturki@adelphia.net> To: Jeremy Hopkins <jhopkins@rtci.com> Cc: freebsd-stable@freebsd.org Subject: Re: httpd could not be started Message-ID: <3A24A4AF.DBA547FB@adelphia.net> References: <3A233AD3.DE3C9CC1@adelphia.net> <3A23C908.A7CC10C@rtci.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A24A4AF.DBA547FB>