Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2000 20:31:23 +1300
From:      kit <kit@hypostasis.com>
To:        Nader Turki <nturki@adelphia.net>
Cc:        Jeremy Hopkins <jhopkins@rtci.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: httpd could not be started
Message-ID:  <20001129203123.A50000@amethyst.hypostasis.com>
In-Reply-To: <3A24A4AF.DBA547FB@adelphia.net>; from nturki@adelphia.net on Wed, Nov 29, 2000 at 01:39:43AM -0500
References:  <3A233AD3.DE3C9CC1@adelphia.net> <3A23C908.A7CC10C@rtci.com> <3A24A4AF.DBA547FB@adelphia.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001129203123.A50000>