Search code examples
loggingubuntulog4cxx

failed to compile log4cxx in Ubuntu12. error is apr


Follow instruction with this link include this apt-get install libapr1 libaprutil1

When run ./configure --prefix=/usr i am getting error:

configure: error: APR could not be located. Please use the --with-apr option.

any advice please.

Thank you


Solution

  • need also to run the following:

    apt-get install libapr1-dev libaprutil1-dev