ruby-ldap
ruby-ldap copied to clipboard
Link against libldap_r only - Issue #13
When using openldap 2.x link against the thread-safe version of the library.
Is it not enough to use
gem install ruby-ldap -- --without-libldap
or
bundle config build.ruby-ldap --without-libldap
?
I have needed it for a rails app with puma. With libldap there were seg faults between restarts.