I set up an arm system with the latest snapshot to try to test the php-fpm
problem but I could not even load php. I am not having fun!

I get bad major errors even after I set PKG_PATH

Before setting PKG_PATH

Last login: Sun Nov  4 13:00:11 on console
OpenBSD 6.4-current (GENERIC) #79: Fri Nov  2 10:24:53 MDT 2018

Welcome to OpenBSD: The proactively secure Unix-like operating system.

Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code.  With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.

You have new mail.
op1bsdsnap1102$ su
Password:
op1bsdsnap1102#
op1bsdsnap1102#
op1bsdsnap1102# pkg_add php
quirks-3.16 signed on 2018-10-29T11:45:46Z
quirks-3.16: ok
Ambiguous: choose package for php
a       0: <None>
        1: php-5.6.38p0
        2: php-7.0.32p1
        3: php-7.1.22
        4: php-7.2.10
Your choice: 2
php-7.0.32p1:femail-1.0p1: ok
php-7.0.32p1:femail-chroot-1.0p3: ok
php-7.0.32p1:xz-5.2.4: ok
php-7.0.32p1:libiconv-1.14p3: ok
php-7.0.32p1:libxml-2.9.8p0: ok
php-7.0.32p1:oniguruma-6.9.0: ok
php-7.0.32p1:gettext-0.19.8.1p1: ok
Can't install php-7.0.32p1 because of libraries
|library crypto.44.1 not found
| /usr/lib/libcrypto.so.45.0 (system): bad major
|library ssl.46.1 not found
| /usr/lib/libssl.so.47.0 (system): bad major
Direct dependencies for php-7.0.32p1 resolve to oniguruma-6.9.0
libxml-2.9.8p0 femail-chroot-1.0p3 gettext-0.19.8.1p1
Full dependency tree is femail-chroot-1.0p3 gettext-0.19.8.1p1
libiconv-1.14p3 oniguruma-6.9.0 libxml-2.9.8p0 xz-5.2.4 femail-1.0p1
Running tags: ok
New and changed readme(s):
        /usr/local/share/doc/pkg-readmes/femail-chroot
Couldn't install php-7.0.32p1


After setting PKG_PATH

op1bsdsnap1102# pkg_delete -X
oniguruma-6.9.0: ok
gettext-0.19.8.1p1: ok
libiconv-1.14p3:libxml-2.9.8p0: ok
libiconv-1.14p3: ok
xz-5.2.4: ok
femail-chroot-1.0p3: ok
femail-1.0p1: ok
quirks-3.16: ok
Running tags: ok
Read shared items: ok
--- -libxml-2.9.8p0 -------------------
You should also remove /var/db/xmlcatalog
op1bsdsnap1102# rm /var/db/xmlcatalog
op1bsdsnap1102#
op1bsdsnap1102#
op1bsdsnap1102# pkg_info
op1bsdsnap1102# pkg_add php
quirks-3.16 signed on 2018-10-29T11:45:46Z
quirks-3.16: ok
Ambiguous: choose package for php
a       0: <None>
        1: php-5.6.38p0
        2: php-7.0.32p1
        3: php-7.1.22
        4: php-7.2.10
Your choice: 2
php-7.0.32p1:femail-1.0p1: ok
php-7.0.32p1:femail-chroot-1.0p3: ok
php-7.0.32p1:xz-5.2.4: ok
php-7.0.32p1:libiconv-1.14p3: ok
php-7.0.32p1:libxml-2.9.8p0: ok
php-7.0.32p1:oniguruma-6.9.0: ok
php-7.0.32p1:gettext-0.19.8.1p1: ok
Can't install php-7.0.32p1 because of libraries
|library crypto.44.1 not found
| /usr/lib/libcrypto.so.45.0 (system): bad major
|library ssl.46.1 not found
| /usr/lib/libssl.so.47.0 (system): bad major
Direct dependencies for php-7.0.32p1 resolve to oniguruma-6.9.0
libxml-2.9.8p0 femail-chroot-1.0p3 gettext-0.19.8.1p1
Full dependency tree is oniguruma-6.9.0 libxml-2.9.8p0 femail-1.0p1 xz-5.2.4
libiconv-1.14p3 femail-chroot-1.0p3 gettext-0.19.8.1p1
Running tags: ok
New and changed readme(s):
        /usr/local/share/doc/pkg-readmes/femail-chroot
Couldn't install php-7.0.32p1
op1bsdsnap1102# echo $PKG_PATH
http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/packages/arm/
op1bsdsnap1102#

Reply via email to