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

svn: error while loading shared libraries

From: Robert La Ferla <robertlaferla_at_comcast.net>
Date: 2007-09-14 14:54:33 CEST

I cannot get svn 1.4.5 to work on Fedora Core 6 (kernel
2.6.22.5-49.fc6) I do not need DAV.

After building (configure, make, make install), I get the following
error:

% svn
svn: error while loading shared libraries: /usr/local/lib/
libsvn_ra_dav-1.so.0: cannot restore segment prot after reloc:
Permission denied

During configure, I get this:

WARNING: skipping the build of mod_dav_svn
          --with-apxs or --with-apache must be used

I added /usr/local/lib to my ld.so.conf.d/usr_local.conf and re-ran
ldconfig:

% ldconfig -v | grep svn
         libsvn_ra_local-1.so.0 -> libsvn_ra_local-1.so.0.0.0
         libsvn_fs-1.so.0 -> libsvn_fs-1.so.0.0.0
         libsvn_ra-1.so.0 -> libsvn_ra-1.so.0.0.0
         libsvn_wc-1.so.0 -> libsvn_wc-1.so.0.0.0
         libsvn_fs_fs-1.so.0 -> libsvn_fs_fs-1.so.0.0.0
         libsvn_delta-1.so.0 -> libsvn_delta-1.so.0.0.0
         libsvn_repos-1.so.0 -> libsvn_repos-1.so.0.0.0
         libsvn_ra_svn-1.so.0 -> libsvn_ra_svn-1.so.0.0.0
         libsvn_ra_dav-1.so.0 -> libsvn_ra_dav-1.so.0.0.0
         libsvn_diff-1.so.0 -> libsvn_diff-1.so.0.0.0
         libsvn_client-1.so.0 -> libsvn_client-1.so.0.0.0
         libsvn_subr-1.so.0 -> libsvn_subr-1.so.0.0.0

Someone replied to a previous post I made about this and said that it
had to do with SELInux and pointed me to the SVN FAQ. The problem is
that in the SVN FAQ, they only talk about the SELinux permissions on
the repository.

So, why does svn not work?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 14 14:51:08 2007

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.