bearded / ruby-ldap

Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.
http://rubyforge.org/projects/ruby-ldap/
Other
66 stars 35 forks source link

Link against libldap_r only - Issue #13 #28

Open fmbiete opened 10 years ago

fmbiete commented 10 years ago

When using openldap 2.x link against the thread-safe version of the library.

xoryves commented 6 years ago

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.