From: gregarican Date: 2006-08-29T09:30:06+09:00 Subject: Re: ruby-ldap on Windows (built) As far as I can recall I was able to install the MSSQL support without incident using the Ruby DBI project in my 1.8.2 One-Click Installer for Windows environment. As for LDAP I struggled for awhile trying to build the Ruby/LDAP library and recently was able to stumble across the Net::LDAP library which installs right from the command prompt without requiring compliation. Rcmn Rcmn wrote: > my goal is installing ruby with support for Mssql and LDAP on windows > XP: > //Already installed and tested: > ruby184-20.exe (on click installer) > dbi-0.1.1 (for driver ADO) > > //related to my problem: > log4r-1.0.5 (installed) > Ruby-activeldap-0.7.4.gem (installed) > > ruby-ldap-0.9.7 (Failed) => > mkmf.log : > ============================================================================== > ============================================================================== > have_header: checking for ldap.h... -------------------- no > > "cl -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -MD -Zi -O2b2xg- -G6 > conftest.c -P" > checked program was: > /* begin */ > #include > /* end */ > > -------------------- > > have_header: checking for lber.h... -------------------- no > > "cl -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -MD -Zi -O2b2xg- -G6 > conftest.c -P" > checked program was: > /* begin */ > #include > /* end */ > > -------------------- > > have_header: checking for ldap_ssl.h... -------------------- no > > "cl -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -MD -Zi -O2b2xg- -G6 > conftest.c -P" > checked program was: > /* begin */ > #include > /* end */ > > -------------------- > ============================================================================== > ============================================================================== > > i looked into c:\ruby and i can't find any of this files. > Am i missing a step ? > > -- > Posted via http://www.ruby-forum.com/.