1831960 Members
3271 Online
110034 Solutions
New Discussion

Compile a module

 
H.Merijn Brand (procura
Honored Contributor

Re: Compile a module

'ap_pstrdup (r->connection->pool, ntlmssp->domain)' complaints about it's second argument. Now you have to go source debugging. What does ap_pstrdup () expect as second argument, and what does ntlmssp->domain reflect? They should at least be of the same length and preferably of the same type.

Can't you go complain with the module authors by now with these log's?
Enjoy, Have FUN! H.Merijn
Brian Keenan
Advisor

Re: Compile a module

Hi,

I removed gethostname() from /usr/include/sys/unistd.h any the module compiled with warrning but no errors.

Thanks for all your help.

regards

Brian