r12473 addressed most of this, but configure tells me this: ... checking if setresuid is implemented... no ...
So I also needed in src/tools.cc: ... void enter_suid(void) { ... #if HAVE_SETRESUID ... #else if (setuid(0) < 0) debugs(21, 3, "enter_suid: setuid(0) failed: " << xstrerror()); #endif ... -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/1117517 Title: FTBFS on raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs