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

Re: mod_dav_svn.so: cannot open shared object file

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 11 Jan 2008 06:50:45 -0500

On Jan 10, 2008 11:29 PM, Néstor Boscán <nestorjb_at_gmail.com> wrote:
>
>
> Hi
>
> I'm trying to install Subversion with OracleAS 10.1.3.3 and Apache 2.0.52 on
> Red Hat Enterprise Linux 4..
>
> I installed the following packages:
>
> apr-0.9.12-2.x86_64.rpm
> apr-util-0.9.12-1.x86_64.rpm
> subversion-1.4.5-1.rhel4.x86_64.rpm
> mod_dav_svn-1.4.5-1.rhel4.x86_64.rpm
>
> and configured my httpd.conf
>
> LoadModule dav_svn_module libexec/mod_dav_svn.so # The library is in
> this folder
>
> <Location /repos>
> DAV svn
> SVNPath /var/svn/repository
> </Location>
>
> The /var/svn/repository folder exists and the user has rights to read and
> write on this folder.
>
> I'm getting
>
> Cannot load
> /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so into
> server: /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so:
> cannot open shared object file: No such file or directory
>
> I checked my PATH variable and it points to /lib64 and /usr/lib64 where the
> libraries exists.

Your PATH doesn't matter so much (especially since your user account
probably has a different PATH defined than the ID Apache runs under)
as the existence of the file in the right place. Do you have
mod_dav_svn.so in /opt/oracle/appserver/10.1.3/Apache/Apache/libexec
(which is where you told Apache to look for it)?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-11 12:51:06 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.