Has anybody installed OracleAS with mod_dav_svn?
4906Jan 14 2008 — edited Jan 16 2008Hi
I'm tryng to install OracleAS with the mod_dav_svn module. I installed the rpm with the libaptr, libaptr-util and subversion packages. I installed OracleAS 10.1.3.3 with Apache 2. Configured the httpd.conf but I'm getting this;
/opt/oracle/appserver/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
Syntax error on line 251 of /opt/oracle/appserver/10.1.3/Apache/Apache/conf/http
d.conf:
Cannot load /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so in
to server: /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so: ca
nnot open shared object file: No such file or directory
The file is there and the dependencies seems to be working
more /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so
******** /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so: Not
a text file ********
ldd /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so
libsvn_repos-1.so.0 => /usr/lib64/libsvn_repos-1.so.0 (0x0000002a9569f00
0)
libsvn_fs-1.so.0 => /usr/lib64/libsvn_fs-1.so.0 (0x0000002a957bf000)
libsvn_delta-1.so.0 => /usr/lib64/libsvn_delta-1.so.0 (0x0000002a958c500
0)
libsvn_subr-1.so.0 => /usr/lib64/libsvn_subr-1.so.0 (0x0000002a959d0000)
libz.so.1 => /usr/lib64/libz.so.1 (0x0000002a95b04000)
libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000002a95c17000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a95d2d000)
libaprutil-0.so.0 => /usr/lib64/libaprutil-0.so.0 (0x0000002a95f61000)
libldap-2.2.so.7 => /usr/lib64/libldap-2.2.so.7 (0x0000002a96079000)
liblber-2.2.so.7 => /usr/lib64/liblber-2.2.so.7 (0x0000002a961b0000)
libdb-4.2.so => /opt/oracle/appserver/10.1.3/lib/libdb-4.2.so (0x0000002
a962be000)
libexpat.so.0 => /usr/lib64/libexpat.so.0 (0x0000002a9649c000)
libapr-0.so.0 => /usr/lib64/libapr-0.so.0 (0x0000002a965bf000)
librt.so.1 => /lib64/tls/librt.so.1 (0x0000002a966e5000)
libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a967ff000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000002a96986000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000002a96aba000)
libsvn_fs_fs-1.so.0 => /usr/lib64/libsvn_fs_fs-1.so.0 (0x0000002a96bbd00
0)
libsvn_fs_base-1.so.0 => /usr/lib64/libsvn_fs_base-1.so.0 (0x0000002a96c
da000)
/lib64/ld-linux-x86-64.so.2 (0x000000552aaaa000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x0000002a96e03000)
libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x0000002a96f19000)
libssl.so.4 => /lib64/libssl.so.4 (0x0000002a97030000)
libcrypto.so.4 => /lib64/libcrypto.so.4 (0x0000002a9716c000)
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x0000002a9739d00
0)
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x0000002a974b3000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000002a97625000)
libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x0000002a97727000)
Any ideas?