FBSD 5.1 Apache, mod_ssl, mod_php4, mod_perl - Wie???

Hallo Leute.

Ich versuche derzeit mein frisch installierten FreeBSD 5.1 Server mit den im Topic genannten Ports auszustatten. Bis auf mod_php4 klappt
auch alles so weit ganz gut. Ich habe den Apache 1.3.27+ssl? Port installiert, anschließend mod_perl. So weit so gut. Beim make von mod_php4 fliegt mir das ganze allerdings um die Ohren.

Hat von Euch schon mal jemand diese Konstellation erfolgreich hinbekommen? Wenn ja - wie??? Ach so: Ich hatte beim ersten Versuch von make für mod_php mit angegeben was ich denn gern alles dabei hätte (gd, jpeg, png, mysql etc.) Nun fragt er mich das aber gar nicht mehr.

Auf dem Server soll anschließend u. a. das HORDE Framework aus dem CVS mit IMP und Co. laufen.

Danke für Eure Hilfe.

Hans-Gerd van Schelve
 
Siehe Makefile von lang/php4:
Code:
# By default, the enabled extensions are: CTYPE, MYSQL, OVERLOAD, PCRE, POSIX,
# SESSION, TOKENIZER, XML and ZLIB. This behaviour can be changed overriding
# the PHP4_OPTIONS variable (e.g. PHP4_OPTIONS="EXT1 EXT2 EXT3").
#
# Another way is to use the WITH_<EXT> and WITHOUT_<EXT> knobs, for additional
# and default extensions respectively (implies batch mode).
#
# The last way reads an "extension" file, located in ~/php4_options (the
# location is overridable by the PHP4_OPTFILE variable). You may find an
# example in scripts/php4_options (interactive mode only).
Meine Vermutung ist das der Port ein Häufchen in /etc/make.conf hinterlassen hat, wo Deine Optionen jetzt gesetzt sind...
 
Zurück
Oben