You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Steffen <in...@apachelounge.com> on 2018/02/18 13:44:35 UTC

Current branche 2.4.30-dev issues

The bad one:

-- mod_remoteip.obj : error LNK2019: unresolved external symbol 
__imp__ntohs@4 referenced in function _remoteip_input_filter

Can overcome :

-- mod_proxy_uwsgi missing in win build files, only we have 
mod_proxy_uwsgi.dsp

-- not sure, mod_md; should curl and jansson be added to 
notice/license files ?

Not using here :

-- mod_md missing in cmake






Re: Current branche 2.4.30-dev issues

Posted by Eric Covener <co...@gmail.com>.
On Sun, Feb 18, 2018 at 8:44 AM, Steffen <in...@apachelounge.com> wrote:
>
> The bad one:
>
> -- mod_remoteip.obj : error LNK2019: unresolved external symbol
> __imp__ntohs@4 referenced in function _remoteip_input_filter
>

cmake or dsp?

If you are using the dsp files, my guess is to change the LINK32 lines
to include ws2_32.lib mswsock.lib after kernel32.lib.  I don't have an
env to try.

IIUC cmake already does this for all modules.  but you can see it
explicitly in some modules' dsp files.


> -- not sure, mod_md; should curl and jansson be added to notice/license
> files ?

I don't think either is contained in mod_md, so I don't think they
should be referenced in the NOTICES:

http://www.apache.org/dev/licensing-howto.html#mod-notice
```
Dependencies which are not included in the distribution MUST NOT be
added to LICENSE and NOTICE. As far as LICENSE and NOTICE are
concerned, only bundled bits matter.
```

Re: Current branche 2.4.30-dev issues

Posted by Jan Ehrhardt <ph...@ehrhardt.nl>.
Steffen in gmane.comp.apache.devel (Mon, 19 Feb 2018 12:38:27 +0100):
>Added  mod_proxy_uwsgi to installwinconf.awk and BasAddr.ref in trunk 
>and branches.

Apache.dsw needs an addition too:

###############################################################################

Project: "mod_proxy_uwsgi"=.\modules\proxy\mod_proxy_uwsgi.dsp - Package
Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name libapr
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name libaprutil
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name libhttpd
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name mod_proxy
    End Project Dependency
}}}

###############################################################################
-- 
Jan


Re: Current branche 2.4.30-dev issues

Posted by Steffen <in...@apachelounge.com>.
Added  mod_proxy_uwsgi to installwinconf.awk and BasAddr.ref in trunk 
and branches.


On 18-2-2018 14:44, Steffen wrote:
>
> The bad one:
>
> -- mod_remoteip.obj : error LNK2019: unresolved external symbol 
> __imp__ntohs@4 referenced in function _remoteip_input_filter
>
> Can overcome :
>
> --  missing in win build files, only we have mod_proxy_uwsgi.dsp
>
> -- not sure, mod_md; should curl and jansson be added to 
> notice/license files ?
>
> Not using here :
>
> -- mod_md missing in cmake
>
>
>
>
>