Thanks i execute :

/opt/apache2/bin/apxs -i -c mod_cache.c cache_storage.c  cache_util.c
and now load the module.



and now
2009/10/7 Eric Covener <cove...@gmail.com>:
> On Wed, Oct 7, 2009 at 10:18 AM, Eric Covener <cove...@gmail.com> wrote:
>
>> For more complicated modules, you need to pass it all the source files
>> that comprise the module, including e.g. cache_storage.c cache_util.c
>> -- see modules.mk in the cache/ directory.
>
> (which you don't have if you didn't configure with mod_cache, doh!)
>
> mod_cache.la: mod_cache.slo cache_storage.slo cache_util.slo
>        $(SH_LINK) -rpath $(libexecdir) -module -avoid-version
> mod_cache.lo cache_storage.lo cache_util.lo  $(MOD_CACHE_LDADD)
>
>
> --
> Eric Covener
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> 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
>
>

---------------------------------------------------------------------
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