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

Re: Problem with 1.4.0

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-13 16:14:46 CEST

On 9/13/06, Gai Feng <gf6052@sina.com> wrote:
>
> Hi all,
>
> I am trying to complie and install Subversion 1.4.0 on my Fedora Core 5
> with HTTPD 2.2.0 and Subversion 1.3.0 already installed.
>
> The following packages have been downloaded and unpacked to my ~/
> directory:
>
> subversion-1.4.0.tar.gz and subversion-deps-1.4.0.tar.gz
>
> 1. I don't know how to specify --with-apxs option. I can not find apxs on
> my system.
>
> 2. I configured the package as:
>
> ./configure --prefix=/usr --with-berkeley-db=/usr
>
> Warning message as below:
>
> ==================================================================
> WARNING: skipping the build of mod_dav_svn
> --with-apxs or --with-apache must be used
> ==================================================================
>
> after make and make install, I get the error messages as below when
> invoking svn and svnsync:
>
> svn: error while loading shared libraries: /usr/lib/libsvn_ra_dav-1.so.0:
> cannot restore segment prot after reloc: Permission denied
> svnsync: error while loading shared libraries:
> /usr/lib/libsvn_ra_dav-1.so.0: cannot restore segment prot after reloc:
> Permission denied
>
>
> Any help is appreciated.

Googling for "cannot restore segment prot after reloc" indicates that
you've probably got a SELinux problem, and you need to fix it before
you'll be able to use those libraries. Unfortunately, I'm no SELinux
expert, so I can't say how you'd go about doing that.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 13 17:15:53 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.