"
pkg_add: Installed package `postgresql14-client-14.23' conflicts with `postgresql1[0-35-9]-client-[0-9]*' when trying to install `postgresql16-client-16.14'.
"
Wait. What?
"
pkg_add: Installed package `postgresql14-client-14.23' conflicts with `postgresql1[0-35-9]-client-[0-9]*' when trying to install `postgresql16-client-16.14'.
"
Wait. What?
@agc Can't find a version numbers, but late 2024?
-r-xr-xr-x 1 root wheel 117568 Dec 16 2024 /usr/sbin/pkg_admin
I have an issue with PGSQL versions conflicting with #QGIS installs, where it seems to only like version 16. Long story, starting with testing QGIS 4 from pkgsrc work in progress.
Most likely a local glitch. :/
Edit:
For:
$ pkgin show-deps "qgis" | grep -i client
I get:
postgresql16-client>=16.0nb1
(implying v14 won't work, but 16, 17, *or* 18 *should* be okay.)