--- src/support/Makefile.tmpl.orig	Tue Aug 10 09:37:18 1999
+++ src/support/Makefile.tmpl	Sat Oct 16 18:41:00 1999
@@ -39,7 +39,7 @@
 	    -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs
 
 suexec: suexec.o
-	$(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS)
+	$(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS) -lutil
 
 clean:
 	rm -f $(TARGETS) *.o
