Le 19/04/2013 18:59, Michael Meyer a écrit :
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

hi

many thanks

i did a patch and it works well

bye


_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to