<div dir="ltr">Hi.<div><br></div><div>I have no issues building squid normally, but when I try to do exactly the same steps in docker I'm getting the following errors:</div><div><br></div><div><a href="https://gist.github.com/xeron/5530fe9aa1f5bdcb6a72c6edd6476467">https://gist.github.com/xeron/5530fe9aa1f5bdcb6a72c6edd6476467</a></div><div><br></div><div>Example from that log:</div><div><br></div><div>cache_cf.o: In function `configFreeMemory()':<br></div><div>/root/build/src/cache_cf.cc:2982: undefined reference to `Adaptation::Icap::TheConfig'<br></div><div><br></div><div>I can't figure out what exactly is wrong. Doesn't look like any dependencies are missing.<br clear="all"><div><br></div><div>Here's my build script:</div><div><br></div><div>      yum install -y autoconf automake file gcc72 gcc72-c++ libtool libtool-ltdl-devel pkgconfig diffutils \<br>        libxml2-devel libcap-devel openssl-devel<br><br>      autoreconf -ivf<br><br>      ./configure --program-prefix= --prefix=/usr --exec-prefix=/usr \<br>        --bindir=/usr/sbin --sbindir=/usr/sbin --sysconfdir=/etc/squid \<br>        --libdir=/usr/lib --libexecdir=/usr/lib/squid \<br>        --includedir=/usr/include --datadir=/usr/share/squid \<br>        --sharedstatedir=/usr/com --localstatedir=/var \<br>        --mandir=/usr/share/man --infodir=/usr/share/info \<br>        --enable-epoll --enable-removal-policies=heap,lru \<br>        --enable-storeio=aufs,rock \<br>        --enable-delay-pools --with-pthreads --enable-cache-digests \<br>        --with-large-files --with-filedescriptors=65536 \<br>        --enable-htcp<br><br>      make -j$(nproc) install DESTDIR=$PWD/_destroot<br></div><div><br></div><div>Any ideas?</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">With best regards, Ivan Larionov.</div></div></div>