[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Building rpm-4.4.1 requires HAVE_BEECRYPT_API_H??





in rpmio_internal.h the following lines.

#if HAVE_BEECRYPT_API_H
#include < api.h>
#else
#include <beecrypt.api.h>
#endif

I think this is just determining which beecrypt header to use though I'm not sure of the difference between them.

Presumably, it is correctly detecting that I don't have beecrypt api (ie
HAVE_BEECRYPT_API_H = 0)  but the preprocessor clause asks that I include
beecrypt.api.h when I don't have it..

Am I doing something wrong here or do I need to pass something special to
indicate that I do not have the beecrypt package installed.

I'm fairly sure beecrypt is actually required.  I couldn't get 4.4.2 to install without it.  I think it was 4.4.2 the box isn't handy right now.  Just install beecrypt and it should work fine :).

However I may be completely wrong on all counts but I do believe it is required.

~Tom

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]