try to start apache2: undefined symbol: ap_user_id

"Rico Hehl" <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Organization Hehl Media Systems
Message-ID <00c101c625a2$80f5a630$1ab2a8c0@MEDIASTARDESK>
I'm trying to run fastcgi on debian with apache 2.2.0
 
The following message appears:
 Cannot load /usr/lib/httpd/modules/mod_fastcgi.so into server:
/usr/local/apache2/modules/mod_fastcgi.so: undefined symbol: ap_user_id

The compiling works fine. This is my Makefile (is maybe something wrong with the
INCLUDES?):
 
#
#  Makefile for Apache2
#
 
builddir     = .
 
top_dir      = /usr/local/apache2
 
top_srcdir   = ${top_dir}
top_builddir = ${top_dir}
 
include ${top_builddir}/build/special.mk
 
APXS      = apxs
APACHECTL = apache2ctl
 
#DEFS=-Dmy_define=my_value
#INCLUDES=-Imy/include/dir
#LIBS=-Lmy/lib/dir -lmylib
 
INCLUDES=-I /usr/local/apache2/include
 
all: local-shared-build
 
install: install-modules
 
clean:
        -rm -f *.o *.lo *.slo *.la

 
Best
Rico

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.