• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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