svnserve: error while loading shared libraries: libapr-1.so.0: cannot open shared object file: No such file or directory
apache缺少apr拓展
安装apr :yum install apr
重启apache :service httpd restart
svnserve: error while loading shared libraries: libapr-1.so.0: cannot open shared object file: No such file or directory
apache缺少apr拓展
安装apr :yum install apr
重启apache :service httpd restart