![]() |
|
1
29th April 16:31
External User
Posts: 1
|
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 <ldap.h> /* 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 <lber.h> /* 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 <ldap_ssl.h> /* 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/. |
|
|
SPONSORED LINKS BY GOOGLE |
|
4
17th May 01:08
External User
Posts: 1
|
i've seen net::ruby like i've seen so many duplicate project.Since the
activity for net::ruby is only 76% i thought maybe it was a better choice going with activeldap.Thank you for the pointer i will go with Net:ruby instead. As far as ADO i'm 100% sure i had to reinstall it.I uninstall/reinstall ruby 3 time.For each step i have a script ready to test my install.Each time it complain on the driver.So i had to intall --dbd_ado and it worked after that.Also a lot of post relate on that problem. -- Posted via http://www.ruby-forum.com/. |
|
|
6
20th August 13:50
External User
Posts: 1
|
actually u're right about Net::LDAP i just check it and noticed it too.
That would be great if ActiveLdap get accessible without compiling. Because i almost choose to do this project with python.I was done with my test in less than 3 hours installation included. I was ready to go with it but i found active_directory ,a python module, easy to use but also very limitated. So i decided to stick with ruby a little longer.But if net::ldap is to much to get around in short periode i'll have to change direction. Meanwhile rdoc and this forum are valuable resources and i'm confident i'll be able to get it done with R. -- Posted via http://www.ruby-forum.com/. |
|
|
8
5th September 14:29
External User
Posts: 1
|
This is a very good new that Net::LDAP does not have this limitation.
As our Active directory limitation it has probably limitated to 1500.Using PHP or the DS command's i can get various result but i was never able to get more than 1500+.And depending of the periode of the day PHP or DS cmd would just died without any return.Anyway with the python module i get a consitent 1500.So maybe as u mention the limitation is an AD setting. So i assume i will run into that limitation also with Net::LDAP...Or Net::LDAP process search by a different way and avoid this sort of limitation ? By getting a set of 100 then an other 100 etc ? Or is that impossible? -- Posted via http://www.ruby-forum.com/. |
|
|
|