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

Re: Subversion 1.3.1 Install Issue

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-10 18:52:45 CEST

On 5/9/06, Dave M <coloradowebdev@hotmail.com> wrote:
> I downloaded Subversion 1.3.1. On a Suse Linux 10 box; went through and
> installed the prerequisite and optional stuff (Ruby 1.8.4, Python 2.4.3,
> BerkleyDB 4.4, Apache 2.2). Went through the install procedures (autogen,
> configure, make clean, make, make install).
>
> My problem comes when I try to start up apache (./apachectl start). Apache
> dumps the following:
>
> linuxserver:/usr/local/apache2/bin # ./apachectl start
> Syntax error on line 233 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_authz_svn.so into server:
> /usr/local/apache2/modules/mod_authz_svn.so: undefined symbol:
> svn_repos_authz_check_access
>
> I'm not sure where to check. This was a pretty clean install of everything,
> and I'm not sure what this is an indication of. I thought maybe it was a
> problem where the method was updated in 1.3 and something in the source had
> the old stub, but not sure where to start to investigate this.
>
> Any help is appreciated.

svn_repos_authz_check_access is a new function in subversion 1.3.x, so
I'd assume that you're picking up pre-1.3 subversion libraries from
somewhere.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 10 18:59:56 2006

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.