Software Installation: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 3: Line 3:
* Basis SuSE 10 praktisch ohne Server-Dienste, mit Compiler & Debugger
* Basis SuSE 10 praktisch ohne Server-Dienste, mit Compiler & Debugger
* MySQL von SuSE
* MySQL von SuSE
* Apache 2.0.55 manuell compiliert und installiert
* Apache 2.0.55 manuell compiliert und installiert, httpd.conf und ssl.conf von fish-serv kopiert und in /usr/local/apache2/conf abgelegt, /etc/httpd erzeugt und symlinks auf httpd.conf und ssl.conf darin angelegt (weil ich die Dinger immer dort erwarte), /var/log/httpd angelegt und chown auf wwwrun
* mod_security nachinstallieren: runterladen, entpacken und dann im apache2 Verzeichnis /usr/local/apache2/bin/apxs -cia mod_security.c als root aufrufen
* Zertifikate für fish-serv2006 erzeugen
* Prerequisites für PHP von SuSE installiert: openssl-devel, openldap2-devel, libmcrypt, libmcrypt_devel
* Prerequisites für PHP von SuSE installiert: openssl-devel, openldap2-devel, libmcrypt, libmcrypt_devel
* PHP 5.0.5 manuell compiliert und installiert
* PHP 5.0.5 manuell compiliert und installiert

Revision as of 22:10, 22 February 2006

Ich hab die Software in folgender Reihenfolge installiert:

  • Basis SuSE 10 praktisch ohne Server-Dienste, mit Compiler & Debugger
  • MySQL von SuSE
  • Apache 2.0.55 manuell compiliert und installiert, httpd.conf und ssl.conf von fish-serv kopiert und in /usr/local/apache2/conf abgelegt, /etc/httpd erzeugt und symlinks auf httpd.conf und ssl.conf darin angelegt (weil ich die Dinger immer dort erwarte), /var/log/httpd angelegt und chown auf wwwrun
  • mod_security nachinstallieren: runterladen, entpacken und dann im apache2 Verzeichnis /usr/local/apache2/bin/apxs -cia mod_security.c als root aufrufen
  • Zertifikate für fish-serv2006 erzeugen
  • Prerequisites für PHP von SuSE installiert: openssl-devel, openldap2-devel, libmcrypt, libmcrypt_devel
  • PHP 5.0.5 manuell compiliert und installiert