On Mon, May 05, 2014 at 12:32:53PM +1000, Peter Ross wrote:
> Hallo,
>
> wie schon berichtet, mod_php5 ist aus lang/php5 herausgelöst worden und
> hat seinen eigenen Port.
>
> Nun sieht es so aus, als wenn ich kein jail mit apache22 und mod_php5
> installert bekomme. Nach Installation bekomme ich im Browser:
>
> Fatal error: Call to undefined function ctype_alpha() in ..
>
> Ich finde eine Referenz in /usr/local/lib/php/20100525/ctype.so, aber es
> scheint nicht gefunden zu werden?
>
> Im Moment stört das meine Updates ganz erheblich.. Kann jemand sagen, was
> da schief läuft?
>
> Danke für alle Antworten
> Peter
Hi Peter,
hast du den letzten Abschnitt aus UPDATING beachtet?
20140327:
AFFECTS: users of lang/php5 and lang/php55 with Apache module
AUTHOR: ale(at)FreeBSD.org
The Apache PHP module has been separated from the main PHP port.
If you had the APACHE OPTION selected, you have to perform the
following steps:
1) update your lang/php* options (i.e. 'make config')
2) rebuild lang/php* port
3) install www/mod_php* port
It is *mandatory* to build both ports with the same DEBUG and ZTS
options, so if you have a threaded Apache (i.e. worker or event MPM)
you have to select the ZTS option in lang/php* port.
Das könnte dein Problem erklären.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 05 May 2014 - 13:28:57 CEST