Author |
|
parth71911918
Joined: 30 Jan 2017 Posts: 3 Location: Ahmedabad
|
Posted: Tue 31 Jan '17 8:41 Post subject: Apache 2.4.25 mod_auth_memcookie build in Windows x64 |
|
|
Hello
I have download source code from below link
https://zenprojects.github.io/Apache-Authmemcookie-Module/
and trying to build in VS2012 X64 bit. but we are not compile and build this project.
do you know anyone how to build mod_auth_memcookie build in Windows x64. Please let me know us.
Thanks
Regards
Parth Shah.
(parthshah043@yahoo.in) |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 01 Feb '17 13:02 Post subject: Re: Apache 2.4.25 mod_auth_memcookie build in Windows x64 |
|
|
parth71911918 wrote: |
and trying to build in VS2012 X64 bit. but we are not compile and build this project.
|
What kind of error do you get? |
|
Back to top |
|
parth71911918
Joined: 30 Jan 2017 Posts: 3 Location: Ahmedabad
|
Posted: Wed 01 Feb '17 14:04 Post subject: Apache 2.4.25 mod_auth_memcookie build in Windows x64 |
|
|
libmemcached linking Error on mod_auth_memcookie |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 10 Feb '17 18:40 Post subject: |
|
|
Line 48 of the source code requires
Code: |
#include "libmemcached-1.0/memcached.h"
|
did you put that libmemcached-1.0 source code in the source tree? |
|
Back to top |
|
parth71911918
Joined: 30 Jan 2017 Posts: 3 Location: Ahmedabad
|
Posted: Sat 11 Feb '17 13:02 Post subject: |
|
|
Hello
Thanks For you Reply, Hope are you well, i have included this file in mem_auth_cookie.c file.
Thanks
Regards
Parth Shah |
|
Back to top |
|