CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/03/06 05:44:29
Modified files:
net/openvpn : Makefile
net/openvpn/pkg: README
Log message:
Document LD_LIBRARY_PATH workaround for hostname.if openvpn setups
It appears that after upgrading from snaps, openvpn can't find
liblzo2.so/liblz4.so when started from hostname.if. Probably because
ldconfig is run later during boot, as noted by sthen@. Forcing
LD_LIBRARY_PATH works around the problem as long as /usr is mounted.
Reported by Atanas Vladimirov, sthen@ helped with the debugging.