On Thursday 01 October 2009 08:14:38 Marcel Pennewiß wrote: > > > Please apply this patch: > > also available as full patch at > > http://cloud.github.com/downloads/jjo/openvpn-ipv6/openvpn-2.1_rc19-2.1 > >_r c19c-ipv6-0.4.7.patch.gz > > compiling failed with: > > multi.o: In function `management_client_auth': > multi.c:(.text+0x22ee): undefined reference to `tls_authenticate_key' > collect2: ld returned 1 exit status > > make[1]: *** [openvpn] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/net-misc/openvpn-2.1_rc19/work/openvpn-2.1_rc19' > make: *** [install-recursive] Error 1
Problem seams to be "make -j3" on singlecore-system. "make -j2" works perfectly. regards, Marcel