Re: [clamav-users] How to enable llvm ?

2019-05-21 Thread Kris Deugau

Dorian ROSSE via clamav-users wrote:

Yes that doesn,’t works as Following…

*checking for llvm-config... /usr/bin/llvm-config*

*configure: Using external LLVM*

*checking for supported LLVM version... no (6.0.0)*

*configure: error: LLVM < 3.7 required, but "6.0.0"(600) found*

*configure: error: Failed to configure LLVM, and LLVM was explicitly 
requested*


Provenance : Courrier <https://go.microsoft.com/fwlink/?LinkId=550986> 
pour Windows 10


To rephrase Micah's message a little:

ClamAV does not currently support LLVM newer than version 3.6.  You'll 
either have to build LLVM 3.6 or older from source, and build ClamAV 
with that, or use the version bundled with ClamAV's source by using the 
--with-system-llvm=no option to ./configure.


-kgd





*De :* Micah Snyder (micasnyd) 
*Envoyé :* Friday, May 17, 2019 10:21:29 PM
*À :* ClamAV users ML
*Cc :* Dorian ROSSE
*Objet :* Re: [clamav-users] How to enable llvm ?

I will assume that you are on a Unix-like system and are building ClamAV 
from source.


ClamAV has a built-in version of LLVM that you can enable at compile 
time by configuring with these options:


./configure –enable-llvm --with-system-llvm=no

If you don’t use the “--with-system-llvm=no” option, it will try to use 
a version of LLVM installed to your system. Unfortunately, ClamAV only 
supports older versions of LLVM at this time, less than version 3.7.  
Most Linux distributions do not carry LLVM versions this old, anymore, 
so unless you build and install LLVM 3.6 from source, it will probably 
fall back to use ClamAV’s internal copy of LLVM.


If you don’t build with LLVM enabled, ClamAV will still be able to 
support the use of bytecode signatures by using its bytecode interpreter 
instead of LLVM.  The functionality for an end-user is equivalent to 
using LLVM, although the bytecode interpreter may execute more complex 
bytecode signature slower than LLVM.


Regards,

Micah



___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] How to enable llvm ?

2019-05-18 Thread Dorian ROSSE via clamav-users
Yes that doesn,’t works as Following…

checking for llvm-config... /usr/bin/llvm-config
configure: Using external LLVM
checking for supported LLVM version... no (6.0.0)
configure: error: LLVM < 3.7 required, but "6.0.0"(600) found
configure: error: Failed to configure LLVM, and LLVM was explicitly requested

Provenance : Courrier<https://go.microsoft.com/fwlink/?LinkId=550986> pour 
Windows 10


De : Micah Snyder (micasnyd) 
Envoyé : Friday, May 17, 2019 10:21:29 PM
À : ClamAV users ML
Cc : Dorian ROSSE
Objet : Re: [clamav-users] How to enable llvm ?

I will assume that you are on a Unix-like system and are building ClamAV from 
source.
ClamAV has a built-in version of LLVM that you can enable at compile time by 
configuring with these options:

./configure –enable-llvm --with-system-llvm=no

If you don’t use the “--with-system-llvm=no” option, it will try to use a 
version of LLVM installed to your system. Unfortunately, ClamAV only supports 
older versions of LLVM at this time, less than version 3.7.  Most Linux 
distributions do not carry LLVM versions this old, anymore, so unless you build 
and install LLVM 3.6 from source, it will probably fall back to use ClamAV’s 
internal copy of LLVM.

If you don’t build with LLVM enabled, ClamAV will still be able to support the 
use of bytecode signatures by using its bytecode interpreter instead of LLVM.  
The functionality for an end-user is equivalent to using LLVM, although the 
bytecode interpreter may execute more complex bytecode signature slower than 
LLVM.

Regards,
Micah

From: clamav-users  on behalf of Dorian 
ROSSE via clamav-users 
Reply-To: ClamAV users ML 
Date: Friday, May 17, 2019 at 3:55 PM
To: "clamav-users@lists.clamav.net" 
Cc: Dorian ROSSE 
Subject: [clamav-users] How to enable llvm ?

Hello,


How to enable llvm ?

Thank you in advance to answer my ask,

Regards.

Dorian ROSSE. dorianbr...@hotmail.fr. 0625941181. Forcalquier 04300. Permis B. 
Motorisé.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] How to enable llvm ?

2019-05-17 Thread Dorian ROSSE via clamav-users
Thank you but this will works Wich a laster llvm?

Thank you in advance to answer my question,

Regards.


Dorian Rosse.

Télécharger Outlook pour Android<https://aka.ms/ghei36>


From: Micah Snyder (micasnyd) 
Sent: Friday, May 17, 2019 10:21:29 PM
To: ClamAV users ML
Cc: Dorian ROSSE
Subject: Re: [clamav-users] How to enable llvm ?

I will assume that you are on a Unix-like system and are building ClamAV from 
source.
ClamAV has a built-in version of LLVM that you can enable at compile time by 
configuring with these options:

./configure –enable-llvm --with-system-llvm=no

If you don’t use the “--with-system-llvm=no” option, it will try to use a 
version of LLVM installed to your system. Unfortunately, ClamAV only supports 
older versions of LLVM at this time, less than version 3.7.  Most Linux 
distributions do not carry LLVM versions this old, anymore, so unless you build 
and install LLVM 3.6 from source, it will probably fall back to use ClamAV’s 
internal copy of LLVM.

If you don’t build with LLVM enabled, ClamAV will still be able to support the 
use of bytecode signatures by using its bytecode interpreter instead of LLVM.  
The functionality for an end-user is equivalent to using LLVM, although the 
bytecode interpreter may execute more complex bytecode signature slower than 
LLVM.

Regards,
Micah

From: clamav-users  on behalf of Dorian 
ROSSE via clamav-users 
Reply-To: ClamAV users ML 
Date: Friday, May 17, 2019 at 3:55 PM
To: "clamav-users@lists.clamav.net" 
Cc: Dorian ROSSE 
Subject: [clamav-users] How to enable llvm ?

Hello,


How to enable llvm ?

Thank you in advance to answer my ask,

Regards.

Dorian ROSSE. dorianbr...@hotmail.fr. 0625941181. Forcalquier 04300. Permis B. 
Motorisé.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] How to enable llvm ?

2019-05-17 Thread Micah Snyder (micasnyd) via clamav-users
I will assume that you are on a Unix-like system and are building ClamAV from 
source.
ClamAV has a built-in version of LLVM that you can enable at compile time by 
configuring with these options:

./configure –enable-llvm --with-system-llvm=no

If you don’t use the “--with-system-llvm=no” option, it will try to use a 
version of LLVM installed to your system. Unfortunately, ClamAV only supports 
older versions of LLVM at this time, less than version 3.7.  Most Linux 
distributions do not carry LLVM versions this old, anymore, so unless you build 
and install LLVM 3.6 from source, it will probably fall back to use ClamAV’s 
internal copy of LLVM.

If you don’t build with LLVM enabled, ClamAV will still be able to support the 
use of bytecode signatures by using its bytecode interpreter instead of LLVM.  
The functionality for an end-user is equivalent to using LLVM, although the 
bytecode interpreter may execute more complex bytecode signature slower than 
LLVM.

Regards,
Micah

From: clamav-users  on behalf of Dorian 
ROSSE via clamav-users 
Reply-To: ClamAV users ML 
Date: Friday, May 17, 2019 at 3:55 PM
To: "clamav-users@lists.clamav.net" 
Cc: Dorian ROSSE 
Subject: [clamav-users] How to enable llvm ?

Hello,


How to enable llvm ?

Thank you in advance to answer my ask,

Regards.

Dorian ROSSE. dorianbr...@hotmail.fr. 0625941181. Forcalquier 04300. Permis B. 
Motorisé.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] How to enable llvm ?

2019-05-17 Thread Dorian ROSSE via clamav-users
Hello,


How to enable llvm ?

Thank you in advance to answer my ask,

Regards.


Dorian ROSSE. dorianbr...@hotmail.fr. 0625941181. Forcalquier 04300. Permis B. 
Motorisé.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml