Hi everyone, I was experimenting with the latest build of Squid 3 with ESI. I ran the configure file with the following options "--prefix=/usr/local/squid3 --enable-gnuregex --with-pthreads --enable-esi --enable-storeio=ufs,aufs --with-aufs-threads=10 --enable-useragent-log --enable-referer-log -enable-ssl --enable-x-accelerator-vary --with-dl". It compiles fine except when I run "make", I received the following errors. /usr/bin/ld: cannot find -lexpat *** Error code 1 Stop in /usr/home/username/squid-3.0-PRE3-20050218/src. *** Error code 1 I was reading a tutorial but they seem to have it installed ok. Can anyone point me towards the right direction? Thank you, Jon