[Bug 213397] Upgrade from 10.3 to 11.0 leaves pkg broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 12 00:20:33 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213397
Bug ID: 213397
Summary: Upgrade from 10.3 to 11.0 leaves pkg broken
Product: Base System
Version: 11.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: freebsd-bugs at FreeBSD.org
Reporter: freebsd at sendthemtomir.com
After running the following commands
# freebsd-update upgrade -r 11.0-RELEASE
# freebsd-update install (reboot & again)
The system can no longer use pkg:
root at freebsd:~ # pkg update
Shared object "libssl.so.7" not found, required by "pkg"
I tried:
root at freebsd:~ # ln -s /usr/lib/libssl.so.8 /usr/lib/libssl.so.7
root at freebsd:~ # pkg update
Shared object "libcrypto.so.7" not found, required by "pkg"
root at ygg:~ # ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.7
root at ygg:~ # pkg update
Shared object "libelf.so.1" not found, required by "pkg"
What a mess... This is an almost unmodified install.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list