FG
💻 Software

ubuntu - install subversion from source - missing APR

Fresh5 days ago
Mar 15, 202614198 views
Confidence Score0%
0%

Problem

Because I need a bug fix which is not available in Ubuntu's repository version of subversion, I am installing it from source. On running , I get an error: Notes: 1) I have already installed libapr1 2) I am not able to install svn client, to follow the instructions in the error message (apt-get inst…

Error Output

configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be found.
Please install APR on this system and supply the appropr…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: ubuntu - install subversion from source - missing APR

Low Risk

To compile a program depending on a library you generally need the developer package. In your situation you need to do: . And don't forget to repeat it with .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment