You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/01/10 05:23:40 UTC

[Bug 18989] OpenSSL detection needs pkg-config support

https://bz.apache.org/bugzilla/show_bug.cgi?id=18989

--- Comment #12 from Stan Obirek <sj...@gmail.com> ---
(In reply to Joe Orton from comment #1)
> You can work round this by using something like:
> 
> CFLAGS=`pkg-config --cflags openssl`
> AP_LIBS=`pkg-config --libs openssl`
> export AP_LIBS CFLAGS
> ./configure

Unfortunately, this fix does not work for me - I get the same error:
'/usr/include/openssl/kssl.h:72:18: error: krb5.h: No such file or directory'. 

I can fix this error by adding path to 'krb5.h':
# CFLAGS=-I/usr/src/kernels/2.6.18-417.el5-x86_64/include/config/rpcsec/gss
./configure --prefix=/usr/local/apache

But then, I get series of other error, beginning with:
/usr/include/openssl/kssl.h:138: error: expected specifier-qualifier-list
before 'krb5_enctype'.

It looks to me as the type 'krb5_enctype' is not known to the compiler, most
likely due to another file not included or included in an incorrect way, but I
can't figure out what is it exactly.

Any help would be much appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org