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 Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 5 Jan 2002 12:30:05 +0100 From: "Gerrit P. Haase" X-Mailer: The Bat! (v1.53t) Business Reply-To: "Gerrit P. Haase @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <16070403815.20020105123005@familiehaase.de> To: dhorne AT xtra DOT co DOT nz, "Gerrit P. Haase @ cygwin" Subject: Re: Anyone got mod_perl working? In-Reply-To: <105e01c1959a$47097970$0200a8c0@lifelesswks> References: <105e01c1959a$47097970$0200a8c0 AT lifelesswks> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Robert, Am 2002-01-05 um 04:37 schriebst du: >> "However, I think that building mod_perl under Cygwin is a not a good >> idea (yet). For example, you won't be able to build libapreq >> (Apache::Request): >> it requires some symbols from apache and under win32 it's impossible >> to link .dll to symbols in .exe which loads this .dll. >> That's why win32 apache is split into Apache.exe and ApacheCore.dll -- >> it allows modules to link with ApacheCore.dll. Unfortunately, >> Cygwin builds single httpd.exe binary and libapreq fails to link >> to ap_table_add, ap_getword and many other symbols residing in apache >> binary." >> >> If you have any other ideas, please let me know :) > A .exe is the same as a .dll to Win32. You should be able to link back > to the .exe, if you generate an import library for the exported symbols. Besides that there are some static libs to link against, they got not installed, but they are in the source tree, libmain.a is the basic library and there are all the modules as static libs and some helper libraries. Gerrit -- =^..^= mailto:gp AT familiehaase DOT de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/