Subject: Re: Error building Arla
To: Huub van Niekerk <huubvanniekerk@gmail.com>
From: Love <lha@kth.se>
List: port-amd64
Date: 01/16/2006 12:01:58
--=-=-=


> WIthout installing either Kerberos or Heimdal I just tried to ./configure -
> make - make install arla-0.41, but at make I get this:
>
> In file included from adir.c:38:
> arla_local.h:107:17: des.h: No such file or directory
> In file included from volcache.h:44,
>                  from arla_local.h:128,
>                  from adir.c:38:
> cred.h :49:17: des.h: No such file or directory
> make[1]: *** [adir.o] Error 1
> make[1]: Leaving directory `/home/huub/arla-0.41/arlad'
> make: *** [all-recursive] Error 1
>
>
> Any clue?

Its because the configure script isn't smart enough when there is no
krb5-config to know that you are using openssl, so it assumes a plain
libdes. Run configure as this:

        ./configure --your-flags CPPFLAGS="-DHAVE_OPENSSL"

Love


--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iQEVAwUAQ8t9J9o1gLFKFEjAAQK/xwf/ZsLxAlQXafizubpvp3KkRCZ1dqwkhnJb
FiNYgWPW9kfBKBuCBYQ0goQarD49rducST2GhQRuOzS3xZgCWKg0le8rLpZ8C/0l
aIN3zBqeq1lpHWG2xUJH4XWTdmX+3bDpJ7wMCCgA4ALIENw7zAV3Fw/Fd6fKDuig
PZX06Vs1eQwcezpNgJxTMJBIzagn8KetDMeeEVWQLpx0pG7kfmfJlokdiBrf7778
5X1jOG7qKXa/xz3HieKVVXeiSWx6cMYsnR3Wnsg0cXjdeZ0HX03e1AHuVSGwm1Um
sZzYxjeHfWO9tcvcNnmG2xK5p7oKHxoq5uNMlsbUURcyfm+299ecoQ==
=oObI
-----END PGP SIGNATURE-----
--=-=-=--