View Single Post
Old 2nd February 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Ocicat asked above for the output of "sysctl kern.version"
Heh. Perhaps it was in another thread. In any case, major shared library number changes, such as libc's 61.0 -> 62.0, occur when there are incompatible changes.

To repair this, you can upgrade your -current to the most recent snapshot, or reinstall completely.

If you decide to upgrade, you will want to remove all installed packages (# pkg_delete /var/db/pkg/*), eliminate all built packages (# rm -rf /usr/ports/packages), and clean out any remaining WORKOBJDIR structures ( # rm -rf /usr/ports/pobj).
Reply With Quote