如何安装 apache 便携式运行时
我试图在 Linux 机器上安装 subversion,却收到错误消息,说我没有安装 APR
我的问题是:如何安装 APR 并与我的 Apache HTTP 服务器链接(我正在运行 2.2)?
我已经找了大约 2 个小时的文档,...找不到任何东西...我还想提一下,我是一个相当大的 UNIX 新手。
为我指明正确的方向将不胜感激。
安德鲁
I am trying to install subversion on a linux machine and get I get and error saying that I don't have APR installed
My question is: how do I install APR and link with with my Apache HTTP server (i have 2.2 running)?
I have looked for documentation for about 2 hours now,...can't find anything...i would also like to mention that i am pretty big unix newb.
Pointing me in the right direction would be greatly appreciated.
Andrew
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apache Portable Runtime 与 apache 服务器一起安装。 您所要做的就是确保您的 LD_LIBRARY_PATH 包含/lib 的路径,它将被您的 svn 检测到。
Apache Portable Runtime is installed alongside apache server. all you have to do is make sure your LD_LIBRARY_PATH contains path for <APACHEINSTALLDIR>/lib and it will be detected by your svn.