From: Rcmn Rcmn Date: 2006-08-29T09:05:32+09:00 Subject: Re: ruby-ldap on Windows (built) 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/.