Wednesday 12 May 2010 7:53:44 am
Hi everybody, I have a problem with a migration : We will change the servers (windows -> GNU/Linux) and I have had to compile PHP4. Serveur : Debian 5.0
As it is a server for eZ 3.9 hosted projects, I have to install PHP4. But PHP4 is not provided for Debian 5.0 (a little bit too old) So, I compiled php by my own : './configure' '--with-mysql' '--with-gd' '--enable-gd-native-ttf'
'--enable-gd-jis-convert' '--enable-mbstring' '--enable-memory-limit'
'--enable-soap' '--with-apxs2=/usr/bin/apxs2' '--with-bz2' '--with-curl'
'--with-mysql-sock' '--with-zlib' '--with-zlib-dir=/usr/lib/'
'--with-jpeg-dir=/usr/lib/'
Compilation worked and phpinfo() works too. But when I try to access eZ Publish website, apache returns a blank file. Have I forgotten something at compilation time ? Do you have any idea about this bug ? Thanks, Damien
|