Hi Everyone, I'm installing PHP on a server that's available to very many people, many who love programming and using all kinds of features. Thus, we have ended up with a rather full set of configure variables. On upgrading from 4.3.7 to 4.3.8, the XSLT-support has fallen out, without me figuring out why i.e. the xslt_create() function is missing, as I've included both --with-xslt and --with-xslt-sablot. Any input?
Here's our configure & make commands: ./configure --with-bcmath --with-bzip2 --with-calendar --with-cdb \ --with-crack --with-ctype --with-curl --with-dio --with-domxml \ --with-domxslt --with-exif --with-filepro --with-fribidi --with-ftp \ --with-gd --with-gettext --with-gmp --with-iconv --with-imap \ --with-inifile --with-mbstring --with-mcal --with-mcve --with-mcrypt \ --with-mhash --with-mime --with-ming --with-mngosearch --with-mysql \ --with-openldap --with-openssl --with-overload --with-pcntl --with-pcre \ --with-pdflib --with-posix --with-postgresql \ --with-swssion --with-shmop --with-sockets --with-sysvsem \ --with-sysvshm --with-tokenizer --with-wddx --with-xml --with-xmlrpc \ --with-xslt --with-yp --with-zip --with-zlib --with-batch --with-apxs2 \ --with-xslt-sablot make && make install Cheers Nik
