On Mon, Mar 05, 2018 at 01:14:05PM +0200, Atanas Vladimirov wrote: > Hi, > > Bringing up an old thread to let you know that the problem is still present > in -current snapshot. > Shall I send a proper bug report to bugs@? > Thanks.
No, why? Works as expected, you start OpenVPN too early, thus you need that workaround. > starting network > em0: bound to 95.87.227.232 from 95.87.227.225 (64:87:88:58:b2:b8) > ld.so loading: 'openvpn' > [...] > loading: liblz4.so.2.0 required by /usr/local/sbin/openvpn > ld.so: openvpn: can't load library 'liblz4.so.2.0' > Killed > reordering libraries: done. See...: # egrep -n '(sh /etc/netstart$|/sbin/ldconfig)' /etc/rc 439:sh /etc/netstart 564:if [[ -x /sbin/ldconfig ]]; then Thus, /var/run/ld.so.hints does not exist in time when you start OpenVPN. Jiri