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 SupportReceived on Sun Mar 24 2002 - 23:56:26 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:53 MST