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: [email protected]
          Reporter: [email protected]

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@freebsd:~ # pkg update
Shared object "libssl.so.7" not found, required by "pkg"

I tried:
root@freebsd:~ # ln -s /usr/lib/libssl.so.8 /usr/lib/libssl.so.7
root@freebsd:~ # pkg update
Shared object "libcrypto.so.7" not found, required by "pkg"

root@ygg:~ # ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.7
root@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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to