Habs jetzt hinbekommen, so gehts:
1.) NICHT den Apache von freeware.sgi.com benutzen!
2.) MySQL von freeware.sgi.com installieren
3.) Apache 1.27 sourcen runterladen und entpacken
4.) Apache mit ./configure --with-module=so --prefix=/usr/local/apache/, make, make install kompilieren
5.) PHP sourcen von php.net runterlade und entpacken
6.) PHP mit ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs -prefix=/usr/local/, make, make install kompilieren
7.) Folgende Zeilen in /usr/local/apache/conf/httpd.conf hinzufügen:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
8.) Apache mit /usr/local/apache/bin/apachectl start starten
Läuft bei mir unter irix 6.5 ganz excellent. Man sollte sich dann ein Startscript in /etc/init.d/ anlegen und dieses aus /etc/rc2.d/ verlinken, damit der webserver automatisch startet.
Wer will kann das ganze natürlich auch in /usr/freeware/apache installieren, habe ich aber bewusst nicht gemacht, um nicht mit den sgi-distris in Konflikt zu kommen.
Frohes Fest,
Godeater