Hi Johann,

*** Johann LUCE wrote:
> hi
> 
> i've just finish packaging openvas 6 on opensuse but:
> 
> gsad don't want to work:
> 
> # gsad --listen=127.0.0.1 --port=9392 --alisten=127.0.0.1
> --aport=9393 --mlisten=127.0.0.1 --mport=9390
> 
> (process:19233): gsad main-CRITICAL **: gsad_init: libgcrypt version
> mismatch
> 
> 
> (process:19233): gsad main-CRITICAL **: main: Initialization failed!
> 
> Exiting...
> 
> using :
> 
> libgcrypt 1.5.0
> 
> libgcrypt11-32bit-1.5.0-12.1.1.x86_64
> libgcrypt11-1.5.0-12.1.1.x86_64
> libgcrypt-devel-1.5.0-12.1.1.x86_64
> 
> any ideas ??

Problem seems to the GCRYPT_VERSION macro in line 3339 in src/gsad.c

3339   if (!gcry_check_version (GCRYPT_VERSION))

As a workaround (for the moment) change this for example to

3339   if (!gcry_check_version ("1.5.0")) 

HTH

Micha

-- 
Michael Meyer                            OpenPGP Key: 52A6EFA6
http://www.greenbone.net/
Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG
Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to