Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2016 00:20:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 213397] Upgrade from 10.3 to 11.0 leaves pkg broken
Message-ID:  <bug-213397-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213397

            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@FreeBSD.org
          Reporter: freebsd@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@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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213397-8>