On Mon, 21 Feb 2005, Jon wrote:
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
You are missing the expat SGML parser library, or at least it's development package.
Regards Henrik