This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Building Apache w/ SSL under Cygwin 1.5.8... dllwrap problem?
- From: Jason Boerner <jasonb10 at earthlink dot net>
- To: cygwin at cygwin dot com
- Date: Thu, 18 Mar 2004 15:03:59 -0800
- Subject: Building Apache w/ SSL under Cygwin 1.5.8... dllwrap problem?
Apache alone builds find, but with SSL I get lots of undefined symbols
involving dllwrap.
Is there a tool to help me track down where these symbols might be defined?
What is dllwrap trying to do?
I'm using Apachetoolbox 1.5.69 to build under 1.5.8 with SSL support.
Here is the output...
ATB1.5.69
apache_1.3.29
mm-1.3.0
mod_ssl-2.8.16-1.3.29
<Everything above this builds fine...>
<=== src/modules
gcc -c -I/home/jboerner/src/Apachetoolbox/src/mm-1.3.0 -I./os/cygwin
-I./include
-DCYGWIN -DMOD_SSL=208116 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DSHARED_CORE
`./ap
aci` modules.c
gcc -c -I/home/jboerner/src/Apachetoolbox/src/mm-1.3.0 -I./os/cygwin
-I./include
-DCYGWIN -DMOD_SSL=208116 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DSHARED_CORE
`./ap
aci` buildmark.c
dllwrap --export-all -o libhttpd.dll buildmark.o modules.o
modules/standard/lib
standard.a modules/ssl/libssl.a main/libmain.a ./os/cygwin/libos.a
ap/libap.a re
gex/libregex.a -lcrypt -lgdbm
dllwrap: no export definition file provided.
Creating one, but that may not be what you want
modules/ssl/libssl.a(ssl_engine_kernel.o)(.text+0x4c0):ssl_engine_kernel.c:
unde
fined reference to `_SSL_new'
modules/ssl/libssl.a(ssl_engine_kernel.o)(.text+0x537):ssl_engine_kernel.c:
unde
fined reference to `_SSL_clear'
modules/ssl/libssl.a(ssl_engine_kernel.o)(.text+0x56f):ssl_engine_kernel.c:
unde
fined reference to `_SSL_set_session_id_context'
<CUT more of same>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/