Re: Chunked mempools query

From: Andres Kroonmaa <andre@dont-contact.us>
Date: Mon, 25 Mar 2002 09:47:16 +0200

That typo should be it. MemPool.o was not made.
bootstrap again.

config options are usual, no specials.

===================================================================
Log Message:
oops, typo...

Index: Makefile.am
===================================================================
RCS file: /cvsroot/squid/squid/lib/Makefile.am,v
retrieving revision 1.2.18.3
retrieving revision 1.2.18.4
diff -w -u -r1.2.18.3 -r1.2.18.4
--- Makefile.am 8 Mar 2002 09:44:18 -0000 1.2.18.3
+++ Makefile.am 25 Mar 2002 07:49:05 -0000 1.2.18.4
@@ -26,7 +26,7 @@
         md5.c \
         snprintf.c
 libmiscutil_a_SOURCES = \
- MemPool. \
+ MemPool.c \
         Array.c \
         base64.c \
         getfullhostname.c \

On 25 Mar 2002, at 0:54, Joe Cooper <joe@swelltech.com> wrote:

> Hey guys,
>
> What configure options should I be using to get the chunked_mempools
> branch to build? I've just dropped it into my usual Squid RPM, which
> configures like so:
>
> --exec_prefix=/usr --bindir=/usr/sbin --libexecdir=/usr/lib/squid \
> --localstatedir=/var --sysconfdir=/etc/squid \
> --enable-poll --enable-snmp --enable-removal-policies="heap,lru" \
> --enable-storeio="aufs,diskd,ufs" --enable-underscores \
> --enable-delay-pools --enable-linux-netfilter \
> --with-pthreads --enable-auth-modules="LDAP,NCSA,PAM,SMB,MSNT"
>
> But I get a lot of undefined reference errors when building...
>
> A snippet of the errors:
>
> authenticate.o: In function `authenticateAuthUserRequestNew':
> authenticate.o(.text+0x50b): undefined reference to `memPoolAlloc'
> authenticate.o(.text+0x56b): undefined reference to `memPoolCreate'
> authenticate.o: In function `authenticateAuthUserRequestFree':
> authenticate.o(.text+0x679): undefined reference to `memPoolFree'
> cbdata.o: In function `cbdataInitType':
> cbdata.o(.text+0xb7): undefined reference to `memPoolCreate'
> cbdata.o: In function `cbdataInternalAlloc':
> cbdata.o(.text+0x2ed): undefined reference to `memPoolAlloc'
> cbdata.o: In function `cbdataInternalFree':
> cbdata.o(.text+0x404): undefined reference to `memPoolFree'
> cbdata.o: In function `cbdataUnlock':
>
> I used the bootstrap script to generate all the makefiles and such,
> which seemed to work fine for HEAD and commloops (a few weeks ago).
>
> Anything I'm missing to make this build, or is chunked_mempools broken
> right now?
>
> Thanks!
> --
> Joe Cooper <joe@swelltech.com>
> http://www.swelltech.com
> Web Caching Appliances and Support
>

------------------------------------
 Andres Kroonmaa <andre@online.ee>
 CTO, Microlink Online
 Tel: 6501 731, Fax: 6501 725
 Pärnu mnt. 158, Tallinn,
 11317 Estonia
Received on Mon Mar 25 2002 - 00:55:00 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:53 MST