[WBEL-devel] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=82369

Rex Dieter rdieter@math.unl.edu
Sat, 8 Jan 2005 09:30:38 -0600 (CST)


On Sat, 8 Jan 2005, bishop wrote:

> Folks,
>
>> /usr/include/openssl/ssl.h-177-#include <openssl/x509.h>
>> /usr/include/openssl/ssl.h-178-#endif
>> /usr/include/openssl/ssl.h:179:#include <openssl/kssl.h>
>> /usr/include/openssl/ssl.h-180-#include <openssl/safestack.h>
>> /usr/include/openssl/ssl.h-181-#include <openssl/symhacks.h>
>
> Any chance of a fix for this in WB?

As pointed out in the bugzilla entry, it's NOTABUG.  Just use the proper 
flags when compiling things, ie, use the compiler flags from:
pkg-config --cflags openssl

-- Rex