the options:
--prefix=/usr/local/etc2/squid3 --mandir=/usr/share/man --enable-snmp
--enable-async-io --enable-referer-log --enable-useragent-log --enable-ssl
--with-openssl=/usr/local/etc2/openssl --enable-inline --with-filedescriptors=2048
--disable-debug-cbdata
The compilation is ok after we had to modify the Makefile
with -ldl after -lcrypto.
But this error appear when we started squid assertion failed: cbdata.cc:242: "type > 0 && type < cbdata_types"
Also we have applied the patch: http://www.squid-cache.org/Versions/v3/3.0/bugs/index.html#squid-3.0.PRE3-cbdatadebugleak but the error persist.
Thanks Emilio C.
