[Modules] [apr_memcache] Crash when calling apr_memcache_create
Jérôme Renard
jr at ez.no
Sun Aug 3 14:47:08 EDT 2008
Jérôme Renard a écrit :
> Edward Rudd a écrit :
>
> Edward,
I fixed the issue :
I discovered that I am use two versions or APR, one for the subversion client where apr-config
is automatically installed as a depedency when doing "port install subversion".
And apr_memcached was compiled with this version of apr-config which is different from the
apr-config available in my apache setup.
The solution was to recompile Apache with :
--with-included-apr
and to recompile apr_memcache.
After that my module worked without any crash
Hope that helps.
Best regards
More information about the Modules
mailing list