The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

Problem acessing HMAC file in the openssl library

I'm trying to install openpana project (https://sourceforge.net/projects/openpana/) under my ubuntu 12.04 LTS but it keeps generating an error. When I type ./configure it is telling me to install ssl ...
0
votes
1answer
124 views

Ubuntu boot showing Resume: libgcrypt Version: 1.5.0

My boot is very slow, when it is loading displays Resume: libgcrypt Version: 1.5.0 After ~20 seconds it continues booting and lets me log in. Here is a video that I made showing what I mean. ...
2
votes
0answers
50 views

configure says I don't have lib, but aptitude says I do

I've just run a configure script which alerts me: checking for gcry_control in -lgcrypt... no configure: error: libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day. ...
2
votes
1answer
2k views

How to install zlib libgcrypt using apt-get?

When I do dpkg -i I see zlibc and libgcrypt11 in the installed applications' list. But when I compile a c program having <zlib.c> or <gcrypt.c> it gives this error: no such file or ...