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 34 forks source link

quick fix for compile error on ruby-1.8.x based systems. #36

Closed hsuenaga closed 8 years ago

hsuenaga commented 8 years ago

I just backout the fix of #32.

I confirm that the native extension code is compiled successfully using ruby-1.8.7. But the system problem fixed by #32 IS NOT FIXED on ruby-1.8.x based systems.