openssh-3.4p1/openbsd-compat/setenv.c lacks #include "includes.h" so memmove is not defined to bcopy on platforms, that don't have memmove and thus the linker will fail with a message, that _memmove is not defined. Suggest to add it following #include <string.h>
fixed in cvs
Mass change of RESOLVED bugs to CLOSED