Problem bei Installation von Webserver Apache 2 auf Suse Linux Professional 8.2
Ich bekommen den Apache Webserver 2 (habe 2.0.47 und 2.0.43 probiert) auf Suse Linux Professional nicht zum laufen. Die Installation von 2.0.44 über Yast2 hat funktioniert. Apache wird dabei aber in völlig andere Verzeichnisse kopiert. Deshalb wollte ich ihn manuell installieren. Bis zu "make install" funktioniert alles einwandfrei. Bei "make install" kommt jedoch folgende Fehlermeldung: - Ausschnitt - mkdir /usr/local/apache2/cgi-bin cp: `include/ap_compat.h' and `/usr/local/apache2/include/ap_compat.h' are the same file cp: `include/ap_config.h' and `/usr/local/apache2/include/ap_config.h' are the same file cp: `include/ap_config_auto.h' and `/usr/local/apache2/include/ap_config_auto.h' are the same file cp: `include/ap_config_layout.h' and `/usr/local/apache2/include/ap_config_layout.h' are the same file cp: `include/ap_listen.h' and `/usr/local/apache2/include/ap_listen.h' are the same file cp: `include/ap_mmn.h' and `/usr/local/apache2/include/ap_mmn.h' are the same file cp: `include/ap_mpm.h' and `/usr/local/apache2/include/ap_mpm.h' are the same file cp: `include/ap_provider.h' and `/usr/local/apache2/include/ap_provider.h' are the same file cp: `include/ap_regkey.h' and `/usr/local/apache2/include/ap_regkey.h' are the same file cp: `include/ap_release.h' and `/usr/local/apache2/include/ap_release.h' are the same file .... cp: `include/util_script.h' and `/usr/local/apache2/include/util_script.h' are the same file cp: `include/util_time.h' and `/usr/local/apache2/include/util_time.h' are the same file cp: `include/util_xml.h' and `/usr/local/apache2/include/util_xml.h' are the same file make[1]: *** [install-include] Error 1 make: *** [install-recursive] Error 1 - Ende Ausschnitt - Welchen Fehler mache ich? Markus Z.
Markus Zauner wrote:
Bei "make install" kommt jedoch folgende Fehlermeldung: cp: `include/util_xml.h' and `/usr/local/apache2/include/util_xml.h' are the same file - Ende Ausschnitt -
Welchen Fehler mache ich?
Du installierst in dein Source-Verzeichnis? Oder hast du die Quellen anderswo als /usr/local/apache2 ausgepackt? -- Have fun, Peter
Du installierst in dein Source-Verzeichnis?
Oder hast du die Quellen anderswo als /usr/local/apache2 ausgepackt?
Ich habe die Dateien in das Verzeichnis /usr/local/apache2 entpackt bin in der Konsole in dieses Verzeichnis gegangen und habe die Befehle dort ausgeführt. Markus Zauner
Markus Zauner wrote:
Peter Wiersig wrote:
Du installierst in dein Source-Verzeichnis?
Oder hast du die Quellen anderswo als /usr/local/apache2 ausgepackt?
Ich habe die Dateien in das Verzeichnis /usr/local/apache2 entpackt bin in der Konsole in dieses Verzeichnis gegangen und habe die Befehle dort ausgeführt.
Das kannst du zwar machen, aber dann kannst du nicht "--prefix=/usr/local/apache2" verwenden (koennte passieren, wenn du kein --prefix angibst). Ich sammele meine Sourcen alle unter /usr/local/src/ und installiere nach z.B. /usr/local/apache2. -- Have fun, Peter
participants (2)
-
Markus Zauner
-
Peter Wiersig