Good evening!
FreeBSD Current 14.0 'pkg' fails. My 'update' file:
When I run the above, I DO get a kernel mismatch (would love to address this also!):
Guidance please, and thanks!
MarkB
FreeBSD Current 14.0 'pkg' fails. My 'update' file:
Code:
pkg update -f
pkg upgrade
pkg audit -F
pkg prime-list
Code:
Newer FreeBSD version for package zycore-c:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1400092
- running kernel: 1400088
Ignore the mismatch and continue? [y/N]: N
(NOTE: even though I specify N, the update proceeds)
Installed packages to be UPGRADED:
pkg: 1.19.1_1 -> 1.19.1_3
I then re-run 'update' and get the following errors:
# ./update
ld-elf.so.1: Shared object "libssl.so.30" not found, required by "pkg"
ld-elf.so.1: Shared object "libssl.so.30" not found, required by "pkg"
ld-elf.so.1: Shared object "libssl.so.30" not found, required by "pkg"
ld-elf.so.1: Shared object "libssl.so.30" not found, required by "pkg"
I run the following to repair 'pkg.'
# portmaster ports-mgmt/pkg
===>>> Upgrade of pkg-1.19.1_3 to pkg-1.19.1_1 complete
MarkB
Last edited by a moderator: