简体   繁体   中英

symbol lookup error: /usr/local/lib/libsvn_subr-1.so.0: undefined symbol: apr_atomic_xchgptr

i install svn using yum

yum install mod_dav_svn subversion

Now when i running svn command, i am getting the following problem

symbol lookup error: /usr/local/lib/libsvn_subr-1.so.0: undefined symbol: apr_atomic_xchgptr

can you please help to fix this problem as i am unable to checkout my code.

Well the subversion you installed with yum should be in /usr so the libraries in /usr/local that are causing your problem are presumably from a different version that was compiled from source.

If you don't need them any more then the easiest solution is problem just to remove all traces of subversion from /usr/local and it's subdirectories.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM