According to
/usr.sbin/pkg_add/OpenBSD/Temp.pm
If PKG_TMPDIR is not set, it uses OpenBSD::Paths->vartmp
>our $tempbase = $ENV{'PKG_TMPDIR'} || OpenBSD::Paths->vartmp;
And according to
/usr.sbin/pkg_add/OpenBSD/Paths.pm
Default value is "/var/tmp".
>sub vartmp() { '/var/tmp' }
It seems that pkg
On 17 April 2018 at 14:13, IL Ka wrote:
> So, does it work only with PKG_TMPDIR set?
>
> # PKG_TMPDIR=/tmp/foo pkg_add -r -vvv curl
> (-r is used to replace old package)
>
> Could it be your harddrive or filesystem problem?
> Try to fsck partition where pkg_add stores packages.
>
> If you are able
So, does it work only with PKG_TMPDIR set?
# PKG_TMPDIR=/tmp/foo pkg_add -r -vvv curl
(-r is used to replace old package)
Could it be your harddrive or filesystem problem?
Try to fsck partition where pkg_add stores packages.
If you are able to download file by wget, you can install it using pkg
On 17 April 2018 at 08:56, Michael Maurer wrote:
> On 16 April 2018 at 18:41, IL Ka wrote:
>> 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 m
On 16 April 2018 at 18:41, IL Ka wrote:
> 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 diff
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/"
On 16 April 2018 at 17:42, IL Ka wrote:
> php depends on libxml, pkg_add tries to download it, and downloaded
> archive is broken.
> pkg_add uses "/etc/installurl" to find website to download packages. You
> may try different website (echo "https://ftp.openbsd.org/pub/OpenBSD/"; >
> /etc/install
php depends on libxml, pkg_add tries to download it, and downloaded
archive is broken.
pkg_add uses "/etc/installurl" to find website to download packages. You
may try different website (echo "https://ftp.openbsd.org/pub/OpenBSD/"; >
/etc/installurl)
Also, try to download this file and unpack it
8 matches
Mail list logo