Solved [Solved] pkg_libchk/qt4-sqlite-plugin

Re: pkg_libchk/qt4-sqlite-plugin

Upgraded my ports today, among the upgrades was databases/sqlite3, and after this I encountered the same issue with devel/subversion. The name of the sqlite3 library has been renamed from libsqlite3.so.8 to libsqlite3.so.0 for any reason. The following command resolved my issue: portmaster -r sqlite3.
 
Re: pkg_libchk/qt4-sqlite-plugin

databases/sqlite3 was updated today, and some other things that depend on it did not get version bumps that would have forced rebuilds.

First, update your ports tree again. There may have been updates.

Then run pkg_libchk -qo.
 
Back
Top