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

RE: subversion-1.5.2 - APR_MD5_DIGESTSIZE undefined

From: <kota_toma_at_cm.jip.co.jp>
Date: Thu, 20 Nov 2008 17:23:43 +0900

Hi, Thanks for you reply.

I re-installed module (apr,apr-util, neon,serf) which you specify.I
re-configured the "subversion-1.5.2".

# ./configure --with-apxs=/usr/local/apache2/bin/apxs
--with-apr=/usr/local/apr-1.2.12 --with-apr-util=/usr/local/apr-util-1.2.12
--with-neon=/usr/local --with-serf=/usr/local/serf

As a result , I was successful in the "make".(also subversion-1.5.4)
However , when I access to the "DocumentRoot", Apache Server output to
error_log the following error message.
--------------------
from error_log:
.
.
.
[Thu Nov 20 14:50:44 2008] [notice] Apache/2.2.9 (Unix) DAV/2 SVN/1.5.4
configured -- resuming normal operations
[Thu Nov 20 14:59:04 2008] [notice] child pid 21371 exit signal
Segmentation fault (11)
.
.
--------------------

When I comment out only "LoadModule authz_svn_module
modules/mod_authz_svn.so" on apache2/conf/httpd.conf,

--------------------
from httpd.conf:
.
.
.
LoadModule dav_svn_module modules/mod_dav_svn.so
#LoadModule authz_svn_module modules/mod_authz_svn.so
.
.
--------------------

I'm successful in accessing to Apache Sever.

It may be "known error" (title of mail "Apache 2.2.3 segmentation fault
with 1.4.0 on Linux" ). I can't find answer to be applied to this case.

It is not big issue ,since "dav_svn_module" can work. Therefore if you have
a hint or good solution, please let me know.

Thanks and Regards,

Kota Toma

2008/11/08 04:42, "UKASICK, ANDREW (ATTSI)" <au3678_at_att.com> wrote:
>
> You seem to have an issue with apr. Seems to be something to do with cram
> -md5 encryption. The first thought that comes to mind is why not try inst
> alling the rpm's from redhat for apr and apr-util? Also swig and neon for
> that matter. Then you only need to build serf (if you need it) and subve
> rsion and don't need to worry about a missing dependency. You also need t
> o have openssl installed.
>
> Also when you built/installed apache, I believe you also should have gott
> en apr and apr-util with it. You can point at those when building subvers
> ion using the --with-apr= and --with-apr-util= switches. That may also ad
> dress your problem.
>
> Andrew Ukasick
>
> -----Original Message-----
> From: kota_toma_at_cm.jip.co.jp [mailto:kota_toma_at_cm.jip.co.jp]
> Sent: Friday, November 07, 2008 4:05 AM
> To: users_at_subversion.tigris.org
> Subject: subversion-1.5.2 - APR_MD5_DIGESTSIZE undefined
>
> Hi, Everyone.
>
> Now I'm trying install subversion 1.5.2 at RedHad 7.2 and using Aapche
> 2.2.9 .
>
> I wish to build "mod_dav_svn" , However , I? get the following?error
> message , when I?do to 'make' it after run configure .(#./configure
> --with-apxs=/usr/local/apache2/bin/apxs)
>
>
> -------------------------------------------------------------------------
> -------
>
> # make
> ------ making all in apr
> make[1]: Entering directory `/hda4/home/webadm/subversion-1.5.2/apr'
> make[2]: Entering directory? `/hda4/home/webadm/subversion-1.5.2/apr'
> make[2]: `local-all' defined but not used
> make[2]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/apr'
> make[1]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/apr'
> ------ completed all in apr
> ------ making all in apr-util
> make[1]: Entering directory? `/hda4/home/webadm/subversion-1.5.2/apr-util
> '
> make[2]: Entering directory `/hda4/home/webadm/subversion-1.5.2/apr-util'
> make[2]: `local-all' defined but not used
> make[2]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/apr-util'
> make[1]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/apr-util'
> ------ completed all in apr-util
> ------ making all in neon
> make[1]: Entering directory `/hda4/home/webadm/subversion-1.5.2/neon'
> make[2]: Entering directory `/hda4/home/webadm/subversion-1.5.2/neon/src'
> make[2]: `all' defined but not used
> make[2]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/neon/src'
> make[1]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/neon'
> ------ completed all in neon
> ------ making all in serf
> make[1]: Entering directory `/hda4/home/webadm/subversion-1.5.2/serf'
> make[1]: `all' defined but not used
> make[1]: Leaving directory `/hda4/home/webadm/subversion-1.5.2/serf'
> ------ completed all in serf
> /bin/sh /hda4/home/webadm/subversion-1.5.2/libtool --tag=CC --silent
> --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE? -g -O2? -g -O2 -pthread? -D_LARGEFILE64_SOURCE
> -DNE_LFS? -I/usr/local/apache2/include -I./subversion/include
> -I./subversion -I/hda4/home/webadm/subversion-1.5.2/neon/src -I
> /usr/local/include/neon -I/hda4/home/webadm/subversion-1.5.2/apr/include
> -I/hda4/home/webadm/subversion-1.5.2/apr-util/include? -I./serf? -o
> subversion/mod_da
> v_svn/activity.lo -c /hda4/home/webadm/subversion-1.5.2
> /subversion/mod_dav_svn/activity.c
> /hda4/home/webadm/subversion-1.5.2/subversion/mod_dav_svn/activity.c: In
> function `escape_activity':
> /hda4/home/webadm/subversion-1.5.2/subversion/mod_dav_svn/activity.c:43:
> `APR_MD5_DIGESTSIZE' undeclared (first use in this function)
> /hda4/home/webadm/subversion-1.5.2/subversion/mod_dav_svn/activity.c:43:
> (Each undeclared identifier is reported only once
> /hda4/home/webadm/subversion-1.5.2/subversion/mod_dav_svn/activity.c:43:
> for each function it appears in.)
> make: *** [subversion/mod_dav_svn/activity.lo] Error 1
> -------------------------------------------------------------------------
> -------
>
> remarks:
> ・瘢雹I could make it without "--with-apxs" option.
> ・瘢雹apr and apr-util?both version?are 1.2.12.
>
> Do you have any solution ?
>
> Thanks,
> Kota Toma
> JIPS
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-20 14:23:08 CET

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.