Alberto Fondi <[EMAIL PROTECTED]> writes: > Hi, > > i'm trying to install shishi, but when a type make i receive > different errors and if a type make check the tests failed and a > receive many messages like these ones: > > ../lib/.libs/libshishi.so: undefined reference to > gcry_cipher_get_algo_blklen' > > Can some one help me please?
Hi! Did you install libgcrypt first? You need to install libgpg-error and libgcrypt before running Shishi's ./configure. If you've already got a partial build tree, it may be better to remove it and re-run configure, after installing libgcrypt. Which platform are you using? The errors from 'make' or the most interesting ones, 'make check' is only useful if you already got 'make' to work first. /Simon _______________________________________________ Help-shishi mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-shishi
