php install

i've installed php5 under mandrake linux with apache 2.0.49 the beginning everything was fine then i tried to install gd and pdflib with the jpeg png and tiff everything was installed
./apachectl restart and oops an error :
wael_nasreddine@localhost bin]$ ./apachectl stop
Syntax error on line 232 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: undefined symbol: htmlCreateMemoryParserCtxt


i tried servel times even i removed wat i have installed still nothing here's the compiling options before error it was
./configure --prefix=/usr/local/php --exec-prefix=/usr/local/php --bindir=/usr/local/php/bin --sbindir=/usr/local/php/sbin --datadir=/usr/local/php/share --sysconfdir=/usr/local/php/etc --sharedstatedir=/usr/local/php/com --localstatedir=/usr/local/php/var --libdir=/usr/local/php/lib --includedir=/usr/local/php/include --infodir=/usr/local/php/info --mandir=/usr/local/php/man --srcdir=/usr/local/src/php-5.0.0RC3 --enable-calendar --enable-ftp --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-pear=/usr/local/php/lib/php




after gd and pdflib it was
./configure --prefix=/usr/local/php --exec-prefix=/usr/local/php --bindir=/usr/local/php/bin --sbindir=/usr/local/php/sbin --datadir=/usr/local/php/share --sysconfdir=/usr/local/php/etc --sharedstatedir=/usr/local/php/com --localstatedir=/usr/local/php/var --libdir=/usr/local/php/lib --includedir=/usr/local/php/include --infodir=/usr/local/php/info --mandir=/usr/local/php/man --srcdir=/usr/local/src/php-5.0.0RC3 --enable-calendar --enable-ftp --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-pear=/usr/local/php/lib/php --with-gd=/usr/local/php/gd --with-jpeg-dir=/usr/local/php/jpeg --with-png-dir=/usr/local/php/png --with-zlib-dir=/usr/local/php/zlib --with-zlib=/usr/local/php/zlib --with-pdflib=/usr/local/php/pdf --with-tiff-dir=/usr/local/php/tiff --enable-shared-pdflib

i tried servel times still nothing so now i will try to remove everythind and to reinstall everything :'(
 
Back
Top