You just need to get a hold of this files:
Code Block libpq.5.6.dylib |
libpgtypes.3.4.dylib |
libecpg.6.5.dylib |
libecpg_compat.3.5.dylib |
I had another Mac(Not yet updated to Big Sur) and just copy this files from /usr/lib
Then just paste them in: /usr/local/lib (its the same, and you don't have permission to /usr/lib)
Then create a sim link to each file without the number at the end, like so:
Code Block ln -s libecpg_compat.3.5.dylib libecpg_compat.3.dylib |
(Notice the dot 5 is missing in the sym link file)
If you care what those files, I think essentially it is like a libs for PostgreSQL in some way (or some wrapper around some other lib, not sure though).