[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Apache errors with 1.1.0

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-22 22:20:18 CEST

On Oct 22, 2004, at 2:15 PM, Clay Loveless wrote:

> Hello,
>
> I'm running Subversion 1.1.0 (r11180) on Mac OS X 10.2.8 with Apache
> 2.0.52,
> and I'm getting " Could not read status line: connection was closed by
> server." when running svn copy operations.
>
> A peek in the Apache error log shows:
>
> dyld: /usr/local/apache2/bin/httpd Undefined symbols:
> _svn_config_enumerate_sections
> dyld: /usr/local/apache2/bin/httpd Undefined symbols:
> _svn_config_enumerate_sections
>

It looks like mod_dav_svn is 1.1.0, but it's dynamically linking
somehow to old 1.0 libraries. It particular, it's linking to a 1.0
version of libsvn_subr. Those symbols are new in libsvn_subr 1.1.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 22 22:22:40 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.