You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Rathore, Rajendra" <ra...@ptc.com> on 2019/04/04 09:34:15 UTC

[users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Hi Team,

While building apache 2.4.39 using CMake command, I face below issue

CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
  Cannot find source file:

    modules/http2/h2_ngn_shed.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


CMake Error: CMake can not determine linker language for target: mod_http2
CMake Error: Cannot determine link language for target "mod_http2".
CMake Error:
  Error evaluating generator expression:

    $<TARGET_PDB_FILE:mod_http2>

  TARGET_PDB_FILE is not supported by the target linker.

Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.

Thanks and Regards,
Rajendra Rathore
9922701491


RE: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by "Rathore, Rajendra" <ra...@ptc.com>.
Thanks a lot Stefan.

Thanks and Regards,
Rajendra Rathore
9922701491

-----Original Message-----
From: Stefan Eissing <st...@greenbytes.de> 
Sent: 04 April 2019 03:36 PM
To: users@httpd.apache.org
Cc: dev@httpd.apache.org
Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

External email from: users-return-118596-rarathore=ptc.com@httpd.apache.org

I made the change in trunk with revision r1856910 and will propose it for backport to 2.4.x

> Am 04.04.2019 um 11:47 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Stefan,
> 
> Thanks for the help, Do I need to raise an issue with Apache Http server to update that file or we have any open issue like below.
> 
> Thanks and Regards,
> Rajendra Rathore
> 9922701491
> 
> -----Original Message-----
> From: Stefan Eissing <st...@greenbytes.de>
> Sent: 04 April 2019 03:15 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake 
> on Window machine
> 
> External email from: 
> users-return-118594-rarathore=ptc.com@httpd.apache.org
> 
> In ./CMakeLists.txt, line 423
> 
>  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 
> 
> change to
> 
>  modules/http2/h2_switch.c
> 
> 
> 
> 
>> Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra <ra...@ptc.com>:
>> 
>> Hi Stefan,
>> 
>> Thanks for the quick response, please let me know what entry should I need to remove?
>> 
>> Thanks and Regards,
>> Rajendra Rathore
>> 9922701491
>> 
>> -----Original Message-----
>> From: Stefan Eissing <st...@greenbytes.de>
>> Sent: 04 April 2019 03:10 PM
>> To: users@httpd.apache.org
>> Subject: Re: [users@httpd] Error while build apache 2.4.39 using 
>> CMake on Window machine
>> Importance: High
>> 
>> External email from: 
>> users-return-118592-rarathore=ptc.com@httpd.apache.org
>> 
>> The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.
>> 
>>> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
>>> 
>>> Hi Team,
>>> 
>>> While building apache 2.4.39 using CMake command, I face below issue
>>> 
>>> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>>> Cannot find source file:
>>> 
>>>   modules/http2/h2_ngn_shed.c
>>> 
>>> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm 
>>> .hpp  .hxx .in .txx
>>> 
>>> 
>>> CMake Error: CMake can not determine linker language for target: 
>>> mod_http2 CMake Error: Cannot determine link language for target "mod_http2".
>>> CMake Error:
>>> Error evaluating generator expression:
>>> 
>>>   $<TARGET_PDB_FILE:mod_http2>
>>> 
>>> TARGET_PDB_FILE is not supported by the target linker.
>>> 
>>> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>>> 
>>> Thanks and Regards,
>>> Rajendra Rathore
>>> 9922701491
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by Stefan Eissing <st...@greenbytes.de>.
I made the change in trunk with revision r1856910 and will propose it for backport to 2.4.x

> Am 04.04.2019 um 11:47 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Stefan,
> 
> Thanks for the help, Do I need to raise an issue with Apache Http server to update that file or we have any open issue like below.
> 
> Thanks and Regards,
> Rajendra Rathore
> 9922701491
> 
> -----Original Message-----
> From: Stefan Eissing <st...@greenbytes.de> 
> Sent: 04 April 2019 03:15 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine
> 
> External email from: users-return-118594-rarathore=ptc.com@httpd.apache.org
> 
> In ./CMakeLists.txt, line 423
> 
>  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 
> 
> change to
> 
>  modules/http2/h2_switch.c
> 
> 
> 
> 
>> Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra <ra...@ptc.com>:
>> 
>> Hi Stefan,
>> 
>> Thanks for the quick response, please let me know what entry should I need to remove?
>> 
>> Thanks and Regards,
>> Rajendra Rathore
>> 9922701491
>> 
>> -----Original Message-----
>> From: Stefan Eissing <st...@greenbytes.de>
>> Sent: 04 April 2019 03:10 PM
>> To: users@httpd.apache.org
>> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake 
>> on Window machine
>> Importance: High
>> 
>> External email from: 
>> users-return-118592-rarathore=ptc.com@httpd.apache.org
>> 
>> The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.
>> 
>>> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
>>> 
>>> Hi Team,
>>> 
>>> While building apache 2.4.39 using CMake command, I face below issue
>>> 
>>> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>>> Cannot find source file:
>>> 
>>>   modules/http2/h2_ngn_shed.c
>>> 
>>> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm 
>>> .hpp  .hxx .in .txx
>>> 
>>> 
>>> CMake Error: CMake can not determine linker language for target: 
>>> mod_http2 CMake Error: Cannot determine link language for target "mod_http2".
>>> CMake Error:
>>> Error evaluating generator expression:
>>> 
>>>   $<TARGET_PDB_FILE:mod_http2>
>>> 
>>> TARGET_PDB_FILE is not supported by the target linker.
>>> 
>>> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>>> 
>>> Thanks and Regards,
>>> Rajendra Rathore
>>> 9922701491
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by Stefan Eissing <st...@greenbytes.de>.
I made the change in trunk with revision r1856910 and will propose it for backport to 2.4.x

> Am 04.04.2019 um 11:47 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Stefan,
> 
> Thanks for the help, Do I need to raise an issue with Apache Http server to update that file or we have any open issue like below.
> 
> Thanks and Regards,
> Rajendra Rathore
> 9922701491
> 
> -----Original Message-----
> From: Stefan Eissing <st...@greenbytes.de> 
> Sent: 04 April 2019 03:15 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine
> 
> External email from: users-return-118594-rarathore=ptc.com@httpd.apache.org
> 
> In ./CMakeLists.txt, line 423
> 
>  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 
> 
> change to
> 
>  modules/http2/h2_switch.c
> 
> 
> 
> 
>> Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra <ra...@ptc.com>:
>> 
>> Hi Stefan,
>> 
>> Thanks for the quick response, please let me know what entry should I need to remove?
>> 
>> Thanks and Regards,
>> Rajendra Rathore
>> 9922701491
>> 
>> -----Original Message-----
>> From: Stefan Eissing <st...@greenbytes.de>
>> Sent: 04 April 2019 03:10 PM
>> To: users@httpd.apache.org
>> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake 
>> on Window machine
>> Importance: High
>> 
>> External email from: 
>> users-return-118592-rarathore=ptc.com@httpd.apache.org
>> 
>> The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.
>> 
>>> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
>>> 
>>> Hi Team,
>>> 
>>> While building apache 2.4.39 using CMake command, I face below issue
>>> 
>>> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>>> Cannot find source file:
>>> 
>>>   modules/http2/h2_ngn_shed.c
>>> 
>>> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm 
>>> .hpp  .hxx .in .txx
>>> 
>>> 
>>> CMake Error: CMake can not determine linker language for target: 
>>> mod_http2 CMake Error: Cannot determine link language for target "mod_http2".
>>> CMake Error:
>>> Error evaluating generator expression:
>>> 
>>>   $<TARGET_PDB_FILE:mod_http2>
>>> 
>>> TARGET_PDB_FILE is not supported by the target linker.
>>> 
>>> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>>> 
>>> Thanks and Regards,
>>> Rajendra Rathore
>>> 9922701491
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by "Rathore, Rajendra" <ra...@ptc.com>.
Hi Stefan,

Thanks for the help, Do I need to raise an issue with Apache Http server to update that file or we have any open issue like below.

Thanks and Regards,
Rajendra Rathore
9922701491

-----Original Message-----
From: Stefan Eissing <st...@greenbytes.de> 
Sent: 04 April 2019 03:15 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

External email from: users-return-118594-rarathore=ptc.com@httpd.apache.org

In ./CMakeLists.txt, line 423

  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 

change to

  modules/http2/h2_switch.c




> Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Stefan,
> 
> Thanks for the quick response, please let me know what entry should I need to remove?
> 
> Thanks and Regards,
> Rajendra Rathore
> 9922701491
> 
> -----Original Message-----
> From: Stefan Eissing <st...@greenbytes.de>
> Sent: 04 April 2019 03:10 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake 
> on Window machine
> Importance: High
> 
> External email from: 
> users-return-118592-rarathore=ptc.com@httpd.apache.org
> 
> The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.
> 
>> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
>> 
>> Hi Team,
>> 
>> While building apache 2.4.39 using CMake command, I face below issue
>> 
>> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>>  Cannot find source file:
>> 
>>    modules/http2/h2_ngn_shed.c
>> 
>>  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm 
>> .hpp  .hxx .in .txx
>> 
>> 
>> CMake Error: CMake can not determine linker language for target: 
>> mod_http2 CMake Error: Cannot determine link language for target "mod_http2".
>> CMake Error:
>>  Error evaluating generator expression:
>> 
>>    $<TARGET_PDB_FILE:mod_http2>
>> 
>>  TARGET_PDB_FILE is not supported by the target linker.
>> 
>> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>> 
>> Thanks and Regards,
>> Rajendra Rathore
>> 9922701491
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by Stefan Eissing <st...@greenbytes.de>.
In ./CMakeLists.txt, line 423

  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 

change to

  modules/http2/h2_switch.c




> Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Stefan,
> 
> Thanks for the quick response, please let me know what entry should I need to remove?
> 
> Thanks and Regards,
> Rajendra Rathore
> 9922701491
> 
> -----Original Message-----
> From: Stefan Eissing <st...@greenbytes.de> 
> Sent: 04 April 2019 03:10 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine
> Importance: High
> 
> External email from: users-return-118592-rarathore=ptc.com@httpd.apache.org
> 
> The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.
> 
>> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
>> 
>> Hi Team,
>> 
>> While building apache 2.4.39 using CMake command, I face below issue
>> 
>> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>>  Cannot find source file:
>> 
>>    modules/http2/h2_ngn_shed.c
>> 
>>  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
>>  .hxx .in .txx
>> 
>> 
>> CMake Error: CMake can not determine linker language for target: 
>> mod_http2 CMake Error: Cannot determine link language for target "mod_http2".
>> CMake Error:
>>  Error evaluating generator expression:
>> 
>>    $<TARGET_PDB_FILE:mod_http2>
>> 
>>  TARGET_PDB_FILE is not supported by the target linker.
>> 
>> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>> 
>> Thanks and Regards,
>> Rajendra Rathore
>> 9922701491
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by "Rathore, Rajendra" <ra...@ptc.com>.
Hi Stefan,

Thanks for the quick response, please let me know what entry should I need to remove?

Thanks and Regards,
Rajendra Rathore
9922701491

-----Original Message-----
From: Stefan Eissing <st...@greenbytes.de> 
Sent: 04 April 2019 03:10 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine
Importance: High

External email from: users-return-118592-rarathore=ptc.com@httpd.apache.org

The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.

> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Team,
>  
> While building apache 2.4.39 using CMake command, I face below issue
>  
> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>   Cannot find source file:
>  
>     modules/http2/h2_ngn_shed.c
>  
>   Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
>   .hxx .in .txx
>  
>  
> CMake Error: CMake can not determine linker language for target: 
> mod_http2 CMake Error: Cannot determine link language for target "mod_http2".
> CMake Error:
>   Error evaluating generator expression:
>  
>     $<TARGET_PDB_FILE:mod_http2>
>  
>   TARGET_PDB_FILE is not supported by the target linker.
>  
> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>  
> Thanks and Regards,
> Rajendra Rathore
> 9922701491


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

Posted by Stefan Eissing <st...@greenbytes.de>.
The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion.

> Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra <ra...@ptc.com>:
> 
> Hi Team,
>  
> While building apache 2.4.39 using CMake command, I face below issue
>  
> CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
>   Cannot find source file:
>  
>     modules/http2/h2_ngn_shed.c
>  
>   Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
>   .hxx .in .txx
>  
>  
> CMake Error: CMake can not determine linker language for target: mod_http2
> CMake Error: Cannot determine link language for target "mod_http2".
> CMake Error:
>   Error evaluating generator expression:
>  
>     $<TARGET_PDB_FILE:mod_http2>
>  
>   TARGET_PDB_FILE is not supported by the target linker.
>  
> Can someone please help me to fix the issue, since it contains critical security fix and I need to incorporate the changes.
>  
> Thanks and Regards,
> Rajendra Rathore
> 9922701491


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org