Edward D. Millington wrote:
> Can any tell me what these configure options are use for?
>
> I am running squid 2.5 latest.
>
> ./configure --enable-xmalloc-statistics --with-pthreads --with-dl
--enable-xmalloc-statistics
Show malloc statistics in status page
As it says it adds some xmalloc related statistics to one of the status pages
(cachemgr). Would not recommend using this in production as it is mostly
intended for developers analyzing the memory usage of Squid.
--with-pthreads Use POSIX Threads
Makes Squid to be compiled with the POSIX threads package (pthreads). Required
by some other addons such as aufs.
--with-dl Use dynamic linking
Makes Squid to be compiled with the dynamic linking package. Required by some
addons such as SSL on some platforms.
Regards
Henrik
Received on Wed Sep 04 2002 - 10:56:45 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:04 MST