Hm.. sounds strange then.

Did you try to call "pkg_add libxml"?
If not, then try and in case of success try pkg_add php again


If it does not work, then lets do the following:

To make sure libxml is deleted
# pkg_delete libxml

use different mirror
# echo "http://ftp.eu.openbsd.org/pub/OpenBSD/"; > /etc/installurl

run pkg_add in verbose mode asking it to use different folder

# mkdir /tmp/foo
PKG_TMPDIR=/tmp/foo pkg_add -vvv libxml

And post output here


On Mon, Apr 16, 2018 at 6:52 PM, Michael Maurer <maurer.mich...@gmail.com>
wrote:

>
> > Also, try to download this file and unpack it. If
> >
> > $ wget https://ftp.fau.de/pub/OpenBSD/6.3/packages/amd64/
> libxml-2.9.8.tgz
> > $ tar xvfz  libxml-2.9.8.tgz
> >
> > (you may need pkg_add wget)
> > Does it work?
> >
>
> Yeah, that works, no problem.
>

Reply via email to