I have a new version of Mac OS 10.7.2. I installed SVN on it, however, when I try to call Subversion, I get an error message:
dyld: Library not loaded: /usr/lib/libpq.5.dylib Referenced from: /opt/subversion/bin/svn Reason: no suitable image found. Did find: /usr/lib/libpq.5.dylib: no matching architecture in universal wrapper /usr/lib/libpq.5.dylib: no matching architecture in universal wrapper
I tried to find the error, and it looks like this library is mainly used by PostreSQL (which I also installed), but it works fine. I am a little confused as to why SVN will try to call this library, and also why it fails.
Various user groups on the Internet claim that the solution is to create a symbolic link to the "real" PostgreSQL installation, but I did. (See Also: subclipse ) I reinstalled SVN and PostgreSQL twice without errors. Any help would be appreciated.
source share