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

Re: Subversion with Slackware 10

From: Andrew Bolander <a.bolander_at_mchsi.com>
Date: 2005-02-12 22:24:11 CET

I solved the problems. The Apache Package that I used was compiled with
CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64". Evidently this
is something that must be done for Slackware 10, because when I compiled
without it Apache's child processess segfaulted immediately. So
Subversion had to be compiled with the same flags. I had to rebuild
Apache anyway because it used headers from a different version of BDB
than subversion did. Everything works now, and the AuthSVN module works
correctly as well.

Thanks for your help.

Andrew

Jani Averbach wrote:
> On 2005-02-07 16:04-0600, Andrew Bolander wrote:
>
>>>>>I am hoping that I just forgot to do something in my httpd.conf. I don't
>>>>>understand why, #1, apache is still looking at /var/www/htdocs/svn, #2,
>>>>>it is segfaulting, or #3, why mod_authz_svn would affect auth-basic
>>>>>authentication in any way.
>>>
>>>
>>>Have you tried to compile Apache HTTPD by yourself? Does it still
>>>segfault? Is the httpd linked against correct libraries?
>>>Have you check what your /server-info says? Does it reveal anything weird?
>>>
>>
>>I have not compiled Apache from scratch yet. I guess that is my next
>>step. I wanted to eliminate any configuration issues before I went that
>>route first.
>
>
> I would say that there have to be something fundamental broken with
> your setup, because httpd should not segfault and it is behaving
> oddly. Try isolate why this happen, try with very bare config, remove
> any extra modules, check linked libraries, add functionality and
> modules piece by piece. Or it build it from scratch by yourself, and
> see what happens then.
>
>>I checked the server-info for the mod_dav_svn.c module and came up with
>>this:
>
> ...
>
>>I think that the "Content handlers: none" line might be indicitave of
>>something wrong, but I don't know what.
>
>
> This is normal.
>
> T: Jani
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 12 22:27:17 2005

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.