I am updating my server and as part of this action I am trying to update PHP too. I did a
It obviously has a problem with my libxml2 installation. My libxml2 is freshly made and builds fine. I tried reinstalling libxml2 but it does not solve my problem
Anyone have an idea what I can do now? I am running 8.4-RELEASE.
portmaster lang/php5
and it stops while configuring the extensions with the following error:
Code:
Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking which regex library to use... php
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/local
checking for xml2-config path... /usr/local/bin/xml2-config
checking whether libxml build works... no
configure: error: build test failed. Please check the config.log for details.
===> Script "configure" failed unexpectedly.
It obviously has a problem with my libxml2 installation. My libxml2 is freshly made and builds fine. I tried reinstalling libxml2 but it does not solve my problem

Anyone have an idea what I can do now? I am running 8.4-RELEASE.