Yaws-1.66 and "exec: 1: setuid_drv: not found"

Yaws-1.66 have a problems, compiling ot Ubuntu edgy. The problem and the solution.

--- yaws-1.66.orig/configure.in 2006-06-07 22:07:31.000000000 +0200
+++ yaws-1.66/configure.in 2007-01-19 15:48:19.000000000 +0100
@@ -171,7 +171,7 @@
case "$target_os" in
*linux*)
AC_DEFINE(LINUX)
- LD_SHARED="ld -shared"
+ LD_SHARED="gcc -shared"
AC_SUBST(LD_SHARED)
FPIC=-fpic
AC_SUBST(FPIC)