>>As suggested in this mail I edited apxs. Now apxs has following lines 
>>(apxs in the directories /usr/local/sbin and /usr/local/apache/bin is the 
>>same):
>>
>>my $CFG_CFLAGS_SHLIB = q( -fpic -DSHARED_MODULE);
>>my $CFG_LD_SHLIB = q(ld)
>>my $CFG_LDFLAGS_SHLIB = q( -Bshareable)

>I'm missing some ';'s here... and is this the quoting method used in
>the rest of apxs? Never seen it other than with normat quotes.

It doesn't run with the ;
The lines now read:

my $CFG_CFLAGS_SHLIB = q( -fpic -DSHARED_MODULE);
my $CFG_LD_SHLIB = q(ld);
my $CFG_LDFLAGS_SHLIB = q( -Bshareable);

The output of 'make' now is:

/usr/local/apache/bin/apxs -c    -lmidgard mod_midgard.c
gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  
-fpi
c -DSHARED_MODULE -I/usr/local/apache/include  -c mod_midgard.c
mod_midgard.c:21: httpd.h: Datei oder Verzeichnis nicht gefunden
mod_midgard.c:22: http_log.h: Datei oder Verzeichnis nicht gefunden
mod_midgard.c:23: http_core.h: Datei oder Verzeichnis nicht gefunden
mod_midgard.c:24: http_config.h: Datei oder Verzeichnis nicht gefunden
mod_midgard.c:25: http_protocol.h: Datei oder Verzeichnis nicht gefunden
apxs:Break: Command failed with rc=65536
make: *** [mod_midgard.so] Error 1

The german error message "Datei oder Verzeichnis nicht gefunden" means in 
english "file or directory not found". I started ./configure with the 
options:

--with-apache=/usr/local/apache --with-midgard=/usr/local





______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to