You need to link against MM (static) to your compilation. See
apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking
advantage of APRVARS (which has this information). It doesn't
seem to be doing so. -- justin
On Thu, Jun 28, 2001 at 04:26:10PM -0400, Donald Ball wrote:
> On Thu, 28 Jun 2001, kevin seguin wrote:
>
> > use a non-threaded apr with apache 1.3.
>
> thanks. i built apr with --disable-threads and now i get this:
>
> [root@chngw apr]# apachectl configtest
> Syntax error on line 41 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_webapp.so into server:
> /usr/local/lib/libapr.so.0: undefined symbol: mm_create
>
> any additional helpful suggestions?
>
> - donald