I'm running into an error message installing pgadmin3:
...it looks similar to ones I've seen in the past but in those cases it's a newer port conflicting with an older installed one. The answer then is to deinstall the older port and try again, but with an older version conflicting with a newer one I'm out of guesses. Any thoughts?
Code:
===> Verifying install for pq.5 in /usr/ports/databases/postgresql90-client
===> postgresql-client-9.0.11 conflicts with installed package(s):
postgresql-client-9.2.2
They install files into the same place.
You may want to stop build with Ctrl + C.
===> Found saved configuration for postgresql-client-9.0.11
===> postgresql-client-9.0.11 conflicts with installed package(s):
postgresql-client-9.2.2
They will not build together.
Please remove them first with pkg_delete(1).
*** Error code 1
...it looks similar to ones I've seen in the past but in those cases it's a newer port conflicting with an older installed one. The answer then is to deinstall the older port and try again, but with an older version conflicting with a newer one I'm out of guesses. Any thoughts?