PHP 5.2.3 selber kompilieren auf FreeBSD 6.2 i.v.m. Apache 2

Pharao

FreeBSD User
Hallo Zusammen,

ich habe folgendes Problem ich habe FreeBSD i.d. Version 6.2 installiert (Minimalversion) und anschließend MySQL(5.0.45) und Apache(2.2.4) kompiliert und installiert. Alles wunderbar und ohne Probleme hinbekommen. Nur beim Versuch PHP (5.2.3) selbst zu komplilieren scheitere ich seit Tagen kläglich.

Hier mal die ./configure anweisungen samt Parameter und Optionen:

./configure --prefix=/usr/local/php/5.2.3 --with-apxs2=/usr/local/apache/stable/bin/apxs --with-mysql=/usr/local/mysql/current


Und dann die ausgabe der Fehlermeldung:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...

Sorry, I cannot run apxs. Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /usr/local/apache/stable/bin/apxs follows:
./configure: /usr/local/apache/stable/bin/apxs: not found
configure: error: Aborting


Ich weiss nicht merh weiter :-(
Über eine Antwort wäre ich sehr dankbar.

Grüße

Boris
 
Diese Meldung sagt Dir, dass configure /usr/local/apache/stable/bin/apxs nicht gefunden hat. Existiert das denn wirklich auch da?

Gruesse,

ulrik
 
Das haben wir eben im IRC mit einem Schubs in Richtung Ports geklärt.
 
Zurück
Oben