Question

Need help to build gSoap with NTML support (Mac OS X). Can't find any tutorials about this. In documentation I find just:

HTTP NTLM authentication is enabled at the client-side by installing libntlm from http://www.nongnu.org/libntlm and compiling all project source codes with -DWITH_NTLM.

Could somebody explain in more details what to do?

Thanks!

Was it helpful?

Solution

Well, you can't get much better description than that. First, do those two things: Download and install libntlm and add "WITH_NTLM" definition to the compilation of your project.

Few more things I've done when building a (g)soap client (unfortunately, in visual studio):

  • pointed compiler to the "LibNTLM\include" as additional include directory
  • pointed linker to the library file ("\LibNTLM\lib\libntlm.dll.a" in my case).
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top