yosemite svn 1.6.6 segmentation fault

淺唱寂寞╮ 提交于 2019-11-29 10:57:46

Finally, it worked! Thanks @indiv for your help! I was about to give up and revert to Mavericks.

I had to compile neon, version 0.29.0.

./configure --prefix=/usr/local/neon --with-ssl

Then I recompiled svn:

./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-apxs=/usr/local/apache2/bin/apxs --enable-debug --enable-maintainer-mode --without-sasl --with-neon=/usr/local/neon --with-ssl

And it works!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!