diff options
-rw-r--r-- | apache.adoci | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/apache.adoci b/apache.adoci index e7d5925..9960a49 100644 --- a/apache.adoci +++ b/apache.adoci @@ -19,8 +19,7 @@ Portable Runtime Utility). i.e. a command looking like this: gives this output: > configure: error: Bundled APR requested but not found at ./srclib/. - > Download and unpack the corresponding apr and apr-util packages to - > ./srclib/. + > Download and unpack the corresponding apr and apr-util packages to ./srclib/. ==== Resolution ==== @@ -51,8 +50,7 @@ now in place and ready to be built. Even though, there is no more dependency issues with APR, the build process now complains about a missing binary: 'pcre-config' - > configure: error: pcre-config for libpcre not found. PCRE is required and - > available from http://pcre.org/ + > configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/ ==== Resolution ==== @@ -148,8 +146,8 @@ a 'user:password' pair). > <html> > <body> > <p> - > This content is private. If you can read this message, it means - > that you have successfully passed HTTP authentication. </p> + > This content is private. If you can read this message, it means that you have successfully passed HTTP authentication. + > </p> > </body> > </html> > |