Modul http_dav_ext für nginX Compilieren

drfuture

Zeitreisender
Teammitglied
Registriert
14 Juli 2013
Beiträge
7.710
Ort
in der Zukunft
Servus,
ich habe das Modul ngx_http_dav_ext_module.c von
gedownloadet und in einen Ordner gespeichert + die dortige config datei.

Nun rufe ich
[src=bash]./configure --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_ssl_module --http-fastcgi-temp-path=/srv/www/temp/ --with-http_dav_module --add-module=/ext_dav/ngx_http_dav_ext_module.c[/src]

auf, aber bekomme die Fehlermeldung
adding module in /ext_dav/ngx_http_dav_ext_module.c
./configure: error: no /ext_dav/ngx_http_dav_ext_module.c/config was found
ngx_http_dav_ext_module.c ist ja nun auch kein Ordner - und die datei config liegt auch im Ordner /ext_dav/ - nur wie gebe ich das richtig an, bzw. wie Compiliere ich 3rd-party Module für nginx im allgemeinen?

--- [2014-07-07 21:12 CEST] Automatisch zusammengeführter Beitrag ---

ok - mit der übergabe des Ordners ./ext_dav findet er nun alles was er wollte....
>> Problem gelöst.
 
Zurück
Oben