Monday, December 19, 2011

undefined symbol: apr_atomic_xchgptr

When compiling SVN server, and you get this error

undefined symbol: apr_atomic_xchgptr

for my cases, it's due to the SVN library pointing the /usr/lib64 rather than apache's apr, hence you need to recompile your SVN server by pointing your library to where your apache APR located


No comments:

Post a Comment