Hi Carolin, Carolin Latze wrote: > I try do install PKCS11, but if I execute make, I get the following output: > > [...] > p11_crypt.c:14:25: openssl/rsa.h: No such file or directory > [...] > I use Debian Linux with Kernel 2.4.26
The solution is simple: apt-get install libssl-dev You can find the package name with `apt-file search openssl/rsa.h` if you have installed apt-file, or you can also use the package.debian.org website: http://packages.debian.org/cgi-bin/search_contents.pl?word=openssl%2Frsa.h&searchmode=searchfiles&case=insensitive&version=unstable&arch=i386 Best regards, -- clem / Cl�ment S�veillac _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
