Ich habe nginx v1.9.6 aus dem Quellcode auf einem Debian-System (jessie v8.2) kompiliert. Aber es funktioniert nicht wie erwartet. Hatte kein Problem mit der Version 1.9.3.
Wenn ich versuche zu laufen, service nginx start
erhalte ich folgende Meldung:
Fehler beim Starten von nginx.service: Einheit nginx.service konnte nicht geladen werden: Keine solche Datei oder kein solches Verzeichnis.
Ich habe diese Argumente für die Konfiguration verwendet:
Konfigurieren Sie die Argumente: --prefix = / etc / nginx --sbin-path = / usr / sbin / nginx --conf-path = / etc / nginx / nginx.conf - Fehlerprotokollpfad = / var / log / nginx / error.log --http-log-path = / var / log / nginx / access.log --pid-path = / var / run / nginx.pid --lock-path = / var / run / nginx. lock --user = myuser --group = myuser --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-http_ssl_module --with-http_v2_module --with-file-aio --with-ipv6 - without-http_memcached_module