PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : php 4.3.7 und apxs2 Problem



sPUNK
28.06.04, 19:30
Hi!

Auf meinem System ist SuSE 9.1 mit der Packetselektion "Einfacher Webserver mit Apache2" installiert und funktioniert auch recht gut. Nun wollte ich ibWebAdmin installieren um damit meine Firebird Datenbank "verwalten" zu können, doch dazu benötige ich PHP, das mit --with-interbase[=DIR] konfiguriert wurde.

Die aktuelle Konfiguration von PHP lautete wie folgt:


'./configure' '--prefix=/usr' '--datadir=/usr/share/php' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-inline-optimization' '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild' '--disable-ctype' '--disable-session' '--without-mysql' '--disable-cli' '--without-pear' '--with-openssl' '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux'

Ich habe mir php 4.3.7 heruntergeladen und versucht mit der zusätzlichen Option zu konfigurieren. Dabei tritt allerdings folgender Fehler auf:


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 member fd in BUFF *... 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/sbin/apxs2-prefork follows:
./configure: line 5080: /usr/sbin/apxs2-prefork: No such file or directory
configure: error: Aborting

Also fehlt apxs2 und ich konnte es auch nirgends auf der Platte oder über YAST2 finden. Ich bin jetzt relativ ratlos, da die installierte Version von PHP ja anscheinend apxs2 benutzt.

Ich habe in verschiedenen Newsgroups und auch über google gesucht, wurde jedoch leider nicht fündig.

Könnt Ihr mir einen Tip geben?

Vielen Dank im Voraus!

MfG
sPUNK