> Syntax error on line 38 of /projects/havas_httpd/conf/httpd.conf: > Cannot load /projects/havas_httpd/libexec/libphp4.so into server: > /projects/havas_httpd/libexec/libphp4.so: undefined symbol: uncompress > > A savoir que j'ai compile PHP de la facon suivante : > > ./configure --with-apxs=/usr/local/apache/bin/apxs > --with-mysql=/usr/local/mysql
Essaies de passer l'option -lz au configure, regardes ./configure --help pour savoir comment, ca doit �tre un truc du genre --cppflags=-lz Ou alors export CPPFLAGS=-lz Mais avant regardes s'il n'y a pas une option qui ressemble � --enable-zlib ou --with-zlib dans le configure. Alain

