Re: compiling problems | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Paul Dorneanu <spooky@xxxxxxxxx> wrote :
> I am trying to compile mod_ssl for apache 1.3.27, but I get the
> following error, that it doesn't find krb5.h in /usr/include/openssl
> Yes, I do have krb5-devel installed, and there is an krb5.h in
> /usr/kerberos/include/
> I've tried a symlink/hardcopy but that doesn't work either.
>
> kssl.h includes krb5.h...
>
> what should I do, or I'll just try to compile openssl/modssl without
> krb5.... ?!?
I has this problem trying to recompile sylpheed with SSL support on Shrike
too. Here's a workaround:
if pkg-config openssl; then
CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
fi
Then if should work... (adapt if necessary).
Matthias
--
Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
Red Hat Linux release 8.0.9x (Phoebe) running Linux kernel 2.4.20-2.54
Load : 0.24 0.36 0.28, AC on-line, battery charging: 100% (5:39)
[Fedora Users] [Centos Users] [Kernel Development] [Red Hat Install] [Red Hat Watch] [Red Hat Development] [Red Hat Phoebe Beta] [Yosemite Forum] [Fedora Discussion] [Gimp] [Stuff] [Yosemite News]