View Single Post
  #5   (View Single Post)  
Old 10th September 2022
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

You have a library mismatch. Mixing of package releases is not supported. So, if you are running a 7.1-release system, before adding any new 7.1 packages, you must first update your existing 7.0 packages that you neglected to update after you upgraded from 7.0-release to 7.1-release.

Use # pkg_add -u to update your existing, installed packages from 7.0 to 7.1. Only after this step has completed will you be able to install new 7.1 applications that have dependencies on already installed library packages.
Reply With Quote