我用的yum安裝了svnapache
開啓svnserve時遇到了以下問題:svn
svnserve:error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directoryobject
是由於缺乏了apache的apr-util的支持。file
因而再安裝一下yum install -y apr-util就行了。yum