Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <405A2ADF.5090002@earthlink.net> Date: Thu, 18 Mar 2004 15:03:59 -0800 From: Jason Boerner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 MultiZilla/1.6.1.0b MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Building Apache w/ SSL under Cygwin 1.5.8... dllwrap problem? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 <=== 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' -- 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/