https://bz.apache.org/bugzilla/show_bug.cgi?id=18989
--- Comment #12 from Stan Obirek <[email protected]> --- (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: [email protected] For additional commands, e-mail: [email protected]
