• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Install Subversion & Berkeley DB on 7.5.4

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 !
 
Back
Top