M
macspyre
Guest
Hi there,
I would like to install Subversion on my webserver (FC3 + Plesk 7.5.4).
Subversion need dependency, so I install in this order :
- apr-0.9.12
- apr-util-0.9.12
- db-4.3.29 (Berkeley db)
- expat-2.0.0
- neon-0.24.7
All installations have done with success.
So, I try to install Subversion 1.3.2:
% ./configure \
--with-apr=/usr/local/apr/ \
--with-apr-util=/usr/local/apr/ \
--with-berkeley-db=/usr/local/BerkeleyDB.4.3/ \
--with-ssl \
--prefix=/usr/local/subversion/
But I have a error message :
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
--with-apxs or --with-apache must be used
==================================================================
checking for socket in -lsocket... no
configure: error: APR-UTIL was installed independently, it won't be possible to use the specified Berkeley DB: /usr/local/BerkeleyDB.4.3/
How I must install apr-util ? If I must compile apache again with this option, Plesk will made a boo no ?
Thx for your lights !
I would like to install Subversion on my webserver (FC3 + Plesk 7.5.4).
Subversion need dependency, so I install in this order :
- apr-0.9.12
- apr-util-0.9.12
- db-4.3.29 (Berkeley db)
- expat-2.0.0
- neon-0.24.7
All installations have done with success.
So, I try to install Subversion 1.3.2:
% ./configure \
--with-apr=/usr/local/apr/ \
--with-apr-util=/usr/local/apr/ \
--with-berkeley-db=/usr/local/BerkeleyDB.4.3/ \
--with-ssl \
--prefix=/usr/local/subversion/
But I have a error message :
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
--with-apxs or --with-apache must be used
==================================================================
checking for socket in -lsocket... no
configure: error: APR-UTIL was installed independently, it won't be possible to use the specified Berkeley DB: /usr/local/BerkeleyDB.4.3/
How I must install apr-util ? If I must compile apache again with this option, Plesk will made a boo no ?
Thx for your lights !