Thank you Nick.

So much to learn.  I'll concentrate on dynamic loading and APR.

On Mon, Feb 1, 2010 at 2:24 PM, Nick Kew <n...@webthing.com> wrote:

> On Mon, 1 Feb 2010 11:06:34 -0800
> Mark Jones <markandconnie.jo...@gmail.com> wrote:
>
>
> > -What does it mean that configure found these files?  Do I say I compiled
> > apache "with sqllite3 support"?
>
> Looks like it, and that's probably as much as you need to know.
> But since you ask ...
>
> It's actually APR that has (or lacks) sqlite support.  If you build
> apache with an existing APR installation, as is likely on most modern
> systems, then nothing you do in the apache build makes any difference
> to sqlite support.  If you compile the two together, then your configure
> options matter.
>
> The ideal way to build APR is with sqllite (and other big dependencies
> such as other database drivers) as dynamically loadable modules, so
> that APR loads them if and only if you're using them.  Your distro
> may already do this on your behalf.
>
> Anyway, if you want to investigate further, build your own APR
> and APR-UTIL.
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to