Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-02-04 Thread Nallu Naren
Now I've tried my module with VS2008 with SP1 installed and then I added #include and problem resolved. Thank you Hendrik for the support. -Naren On Fri, Jan 31, 2014 at 2:24 PM, Hendrik Schmieder < hendrik.schmie...@jedox.com> wrote: > Nallu Naren schrieb: > >> On Th

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Nallu Naren
microsoft-platformsdk\Include\ws2ipdef.h 157 Error 300 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\nallun_-049_6243\library\microsoft-platformsdk\Include\ws2ipdef.h 157 etc On Thu, Jan 30, 2014 at 2:50 PM, Hendrik Schmieder < hendrik.schm

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Nallu Naren
My module uses winsock2.h from C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\Include On Thu, Jan 30, 2014 at 1:34 PM, Hendrik Schmieder < hendrik.schmie...@jedox.com> wrote: > Nallu Naren schrieb: > >> On Wed, Jan 29, 2014 at 6:29 PM,

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-29 Thread Nallu Naren
I've tried this, but still give me the same error. Do I need to use Visual Studio 2008? On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder < hendrik.schmie...@jedox.com> wrote: > Nallu Naren schrieb: > > Hi Team, >> >> I've written my own module for Apac

[users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-29 Thread Nallu Naren
Hi Team, I've written my own module for Apache 2.2 compiled with 2.2.16 (includes and libs)and it is working as expected and now I've upgrade to 2.4.7 by recompiling my code with 2.4.7(includes and libs) which I've downloaded from http://www.apachehaus.com/cgi-bin/download.plx#APACHE24VC09 and now

Re: [users@httpd] undefined symbol: ap_log_error_

2014-01-22 Thread Nallu Naren
Thank you! On Mon, Jan 20, 2014 at 5:22 PM, Eric Covener wrote: > On Mon, Jan 20, 2014 at 6:24 AM, Nallu Naren > wrote: > > Hi team, > > > > I've written my own module for Apache 2.2 and it is working as expected > and > > Now I've upgrade to 2.4.x

[users@httpd] undefined symbol: ap_log_error_

2014-01-20 Thread Nallu Naren
Hi team, I've written my own module for Apache 2.2 and it is working as expected and Now I've upgrade to 2.4.x by recompiling with 2.4.3 header files and every thing seems to be working fine. Now when I tried to install my module which is compiled on Apache 2.4.3 is not working on Apache 2.2, is