This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems installing Apache 2.2 and mod_fastcgi


--- Makefile~        2006-06-07 16:57:14.796875000 +0100 
+++ Makefile    2006-06-07 17:25:14.156250000 +0100 
@@ -4,19 +4,20 @@ 
 
 builddir     = .
 
-top_dir      = /usr/local/apache2
+top_dir      = /usr/share/apache2
 
 top_srcdir   = ${top_dir}
 top_builddir = ${top_dir}
 
 include ${top_builddir}/build/special.mk
 
-APXS      = apxs
-APACHECTL = apachectl
+APXS      = apxs2
+APACHECTL = apachectl2
 
 #DEFS=-Dmy_define=my_value
 #INCLUDES=-Imy/include/dir
 #LIBS=-Lmy/lib/dir -lmylib
+AP_LIBS=-lapr-1 -laprutil-1 -lhttpd2core
 
 all: local-shared-build
 



-- 
		    Henry S. Thompson, Markup Systems Ltd.
    4 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- +44 (0) 7866 471 388
	       Fax: (44) 131 650-4587, e-mail: ht@markup.co.uk
			URL: http://www.markup.co.uk/
[mail really from me _always_ has this .sig -- mail without it is forged spam]

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]