postfixadmin error

Mark

Active Member
postfixadmin läst sich nicht installieren

Hi,

ich möchte eine Mail-Server unter FreeBSD 5.4 installieren und bin nach der Anleitung aufhttp://wiki.bsdforen.de/index.php/Postfix_dspam gegangen. Bis zu DSPAM lief auch alles prima. Nun bekomme ich beim compilieren von Postfixadmin nen Fehler. Ich denke zu wissen, warum ich den Fehler bekommen weiß aber nicht wie ich es beheben kann.

PHP:
checking for Apache 2.0 handler-module support via DSO through APXS... apxs:Error: Invalid query string `BINDIR'
apxs:Error: Invalid query string `MPM_NAME'
apxs:Error: Invalid query string `APU_BINDIR'
apxs:Error: Invalid query string `APR_BINDIR'
./configure: /apr-config: not found
./configure: /apu-config: not found
configure: error: You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)
===>  Script "configure" failed unexpectedly.
Please report the problem to ale@FreeBSD.org [maintainer] and attach the
"/usr/ports/lang/php4/work/php-4.3.11/config.log" including the output of the
failure of your make command. Also, it might be a good idea to provide an
overview of all packages installed on your system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/lang/php4.
*** Error code 1

Stop in /usr/ports/devel/php4-pear.
*** Error code 1

Stop in /usr/ports/mail/postfixadmin.

wie kann ich postfixadmin mit den switch --with-apxs (without the 2) compilieren?
Oder wie muß apache2 installiert werden, damit es mit dem Howto läuft?

Mark
 
Zuletzt bearbeitet:
Hallo Mark,

wenn Du Apache 1.x installiert hast, darfst Du nicht --with-apxs2 angeben, sondern nur --with-apxs

Viele Grüße

Jürgen
 
juedan schrieb:
Hallo Mark,

wenn Du Apache 1.x installiert hast, darfst Du nicht --with-apxs2 angeben, sondern nur --with-apxs

Viele Grüße

Jürgen

jo, schon verstanden... nur wo muß ich das angeben bzw wie?
make --with-apxs package clean
make package --with-apxs clean
make package clean --with-apxs

mag er nicht

Mark
 
Zuletzt bearbeitet:
Hallo Mark,

ach so jetzt weiß ich was Du meinst:
Du mußt schreiben: make install clean -DWITH_APXS

Viele Grüße

Jürgen
 
juedan schrieb:
Hallo Mark,

ach so jetzt weiß ich was Du meinst:
Du mußt schreiben: make install clean -DWITH_APXS

Viele Grüße

Jürgen

estmal Danke...
leider macht er es nicht. Kommt immer noch der gleiche Fehler

Mark
 
Hallo Mark,

dann schreib doch mal das hier in /etc/make.conf
Code:
WITH_APSX=yes

Viele Grüße

Jürgen
 
juedan schrieb:
Hallo Mark,

dann schreib doch mal das hier in /etc/make.conf
Code:
WITH_APSX=yes

Viele Grüße

Jürgen


mag auch nicht, macht immer noch den gleichen Fehler :(

Mark
 
Zuletzt bearbeitet:
Zurück
Oben