Hallo,
Ich habe mir ein Modul eines Drittanbieters für den Apache runtergeladen. Das file heisst .c Nun muss ich das doch noch kompilieren. Ich habe in der Anleitung gelesen dass es so gehen soll:
apxs -c -D APACHE1 -lmysqlclient -lm -lz mod_auth_mysql.c
Nur hab ich die Datei apxs nirgends im Verzeichnis von Apache.
Wie kann ich das nun kompilieren und einbinden.
Der Apache läuft unter Windows. Version 1.3.23
http://httpd.apache.org/docs/programs/apxs.html
So, wie sich das anhört:
This is achieved by building a Dynamic Shared Object (DSO)
from one or more source or object files which then can be
loaded into the Apache server under runtime via the LoadMo-
dule directive from mod_so.
So to use this extension mechanism, your platform has to
support the DSO feature and your Apache httpd binary has to
be built with the mod_so module.
ist das wohl eher für UNIX-Systeme gedacht. Ich kann mich aber irren.
viele Grüße
Axel