Shayne Hardesty wrote: > > If anyone out there has 2.3.2.1 expiring on a linux server how about > posting to the list and let us know if you've done anything special? There's a problem with calloc. You need to make sure that it's linked in, say by having a dummy function like this: void calloc_dummy() { calloc(0, 0); } -- Debian GNU/Linux 1.3 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt