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 をインストールします
yum インストール mod_dav_svn サブバージョン
svnコマンドを実行すると、次の問題が発生します
シンボル検索エラー: /usr/local/lib/libsvn_subr-1.so.0: 未定義のシンボル: apr_atomic_xchgptr
コードをチェックアウトできないので、この問題を解決するのを手伝ってくれませんか。
インストールしたサブバージョンが含まれているyum必要がある/usrため、問題の原因となっているライブラリは、/usr/localおそらくソースからコンパイルされた別のバージョンのものです。
yum
/usr
/usr/local
それらがもう必要ない場合、最も簡単な解決策は、サブバージョンのすべての痕跡を/usr/localサブディレクトリから削除することです。