Hi Friends,
Can anybody help me to build OpenLDAP with VS.NET2003? I would like to build the OpenLDAP 2.3.33 with VS.NET as my application requires that. I am struck at this point. Any help will be greatly appreciated.
thanks in advance, regards, dinesh.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Aviator LDap wrote:
Can anybody help me to build OpenLDAP with VS.NET2003? I would like to build the OpenLDAP 2.3.33 with VS.NET http://VS.NET as my application requires that. I am struck at this point. Any help will be greatly appreciated.
There hasn't been an active VS build in quite a while, since 2.0.19 back in Dec. 2001 or so.
OpenLDAP and all its prerequisites (except SASL, you can use VS for it) build with the MinGW GCC compiler (www.mingw.org).
Your best bet is to get the latest dev script package: http://download.bergmans.us/openldap/devel/openldap-mingw-build-5_20051021.t... and update/adapt it to 2.3.33.
There is a list for questions regarding building OpenLDAP on Windows, http://bergmans.us/list/openldap-windows/.
- -- John P. Clizbe Inet: JPClizbe (a) tx DAWT rr DAHT con GingerBear Networks PGP/GPG KeyID: 0x608D2A10 "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr Seuss, "Oh the Places You'll Go"
John Clizbe wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Aviator LDap wrote:
Can anybody help me to build OpenLDAP with VS.NET2003? I would like to build the OpenLDAP 2.3.33 with VS.NET http://VS.NET as my application requires that. I am struck at this point. Any help will be greatly appreciated.
There hasn't been an active VS build in quite a while, since 2.0.19 back in Dec. 2001 or so.
OpenLDAP and all its prerequisites (except SASL, you can use VS for it) build with the MinGW GCC compiler (www.mingw.org).
More specifically, use the MSYS environment. Also see the FAQ-o-Matic. http://www.openldap.org/faq/data/cache/300.html
All of the OpenLDAP code base is supported with MSYS/MinGW; the Microsoft tool chain isn't officially supported any more. You can still use the Microsoft tools by way of ccld, but that requires a few more tweaks to the ccld script. (Also I've only done this with VC6; VC8 will probably require some more tweaks of its own. At this point there are so many different MSVC CRT DLLs to keep track of it's just not worth the effort any more.) I suspect the wgcc tool may work as well but I haven't used it or Interix.
openldap-software@openldap.org