Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 yum 安装 svn
百胜安装 mod_dav_svn 颠覆
现在当我运行 svn 命令时,我遇到了以下问题
符号查找错误:/usr/local/lib/libsvn_subr-1.so.0:未定义符号:apr_atomic_xchgptr
你能帮我解决这个问题吗,因为我无法签出我的代码。
那么您安装的 subversionyum应该在其中,/usr因此导致您的问题的库/usr/local可能来自从源代码编译的不同版本。
yum
/usr
/usr/local
如果您不再需要它们,那么最简单的解决方案就是从其/usr/local子目录中删除所有颠覆痕迹。