On 2016/10/12 12:05, Leclerc, Sebastien wrote: > > -----Message d'origine----- > > De : Stuart Henderson [mailto:s...@spacehopper.org] > > Envoyé : 11 octobre 2016 15:59 > > À : Leclerc, Sebastien > > Cc : ports@openbsd.org > > Objet : Re: openvpn-auth-ldap problem > > > > libobjc in base and in ports have the same shared library major > > and shouldn't. > > > > However I don't see how it's causing this conflict. Please send output > > from running openvpn with LD_DEBUG set in the environment. > > > > > > rtld loading: 'openvpn'
Thanks.. As a workaround I think it will work to mv /usr/local/lib/libobjc.so.* /tmp, then rebuild openvpn-auth-ldap, then mv /tmp/libobjc* /usr/local/lib. I'll do some testing.