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

mod_dav_svn.so: cannot open shared object file

From: Néstor Boscán <nestorjb_at_gmail.com>
Date: Thu, 10 Jan 2008 23:59:01 -0430

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.
 
Any ideas?
 
Regards,
 
Néstor Boscán
Received on 2008-01-11 05:32:10 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.