apache2 - Apache Apr and Apr-util installlation? -


I am installing Apache for the first time in Ubuntu 12.04 and I saw it in the link

We must have APR and APR-use, first I follow the procedure and send them to

/ usr / local / srclib / apr and / usr / local / srclib / Apr-util directory where it has been written

  ./configure - together-up   

now I just ./configure after that I .configure in / usr / local / srclib / apr-util and then / usr / local / srclib / apr gives me an error Configure: Error: Could not locate the APR. Please use the ----- APR option.

Then I add / configure-with-apr it throws an error

  error: -V-APR A directory or file should be provided to.   

Please tell me what I'm doing wrong

Try it Running:

./configure - with-apr = directory path where AP is installed

Example: .configure --with-apr = / usr / local / Apr

By default, this is / usr / local / apr.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -