Hi Yann,2016-05-13 22:35 GMT+02:00 Yann Ylavic <ylavic.dev@xxxxxxxxx>:On Thu, May 12, 2016 at 10:22 PM, Tianyin Xu <tixu@xxxxxxxxxxx> wrote:
>
> I'm using all the latest versions of httpd, apr, and apr-util:
> httpd-2.4.20
> apr-1.5.2
> apr-util-1.5.4
>
> and I build the binaries using,
> $ ./configure --with-included-apr --enable-load-all-modules
>
> It seems I failed to build "apr-util-1/apr_dbm_db-1.so"? Actually I don't
> have the "apr-util-1" directory at all.
You may need to install the package libdb-dev (or libdb-devel) on your
system and then use --with-berkeley-db in the ./configure above.Quick question: I didn't find the --with-berkeley-db option executing httpd's ./configure --help, but I found it only with the APR's one. How does the configure work when you use "--with-included-apr" ? Just to have an idea about how to fix the docs :)Thanks!Luca