S. L. Martin wrote:
> I am using stock Redhat 5.0 and realize that there is a problem
> with the setresuid being broken.
Squid 1.1.21 includes a workaround to this problem, so if you upgrade
your Squid sources to this version then it should compile on RH5.
To manually work around it using a older squid release:
base$ make distclean
bash$ export ac_cv_func_resuid=no
bash$ ./configure ...
bash$ make install
The problem is caused by a version mismatch between libc and the kernel.
libc exports the function but it is not implemented in 2.0.X kernels.
--- Henrik Nordström Sparetime Squid HackerReceived on Sun May 10 1998 - 06:35:10 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:40:07 MST