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