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 <[email protected]>:
> On Wed, Oct 7, 2009 at 10:18 AM, Eric Covener <[email protected]> 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
> [email protected]
>
> ---------------------------------------------------------------------
> 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: [email protected]
>   "   from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to