Re: ssl code going astray
Edgar Fuß <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
> Ordinarily you can't create such broken executables because you get > duplicate symbols at link time, but I guess they've found a way to > avoid that and make it fail harder :-| The way I ran into something like that was using nss_ldap, where the base program and the nss_ldap SSL code pulled in two different versions of OpenSSL. I switched to nss-pam-ldapd (there's an ancient PR of mine importing it)..