On Thu, 14 Mar 2013 13:37:49 +0100 Måns Nilsson <[email protected]> wrote:
> SunOS 5.10 Generic_142900-07 sun4u sparc SUNW,UltraAX-i2 > > ./configure --disable-kernel-module --with-sysname=sun4x_510 > # this is a zone with RO mounted /usr > --prefix=/opt/openafs > --exec-prefix=/opt/openafs-162 > --with-krb5=/usr/heimdal > CC=/opt/SUNWspro/bin/cc CFLAGS=-I/usr/heimdal/include > LDFLAGS=-L/usr/heimdal/lib -lkrb5 -lhx509 That's not going to work; we don't let you specify your own flags for krb5 stuff. If you really want to manually set paths, I think you'd have better luck with the --with-krb5* options. But what's most likely to work is just to specify a path to your krb5-config, via the KRB5_CONFIG variable. -- Andrew Deason [email protected] _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
