Re: Arla on Mac OS 10.5
Tomas Olsson <[email protected]> Wed, 28 Jul 2010 19:55:59 +0000
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <[email protected]> |
> After ./configure but before make edit arla-0.90/include/config.h so it > says: #define HAVE_OPENSSL 1 > > If using ./configure --with-krb5=/usr/arla instead of heimdal all the apps > and libs compile clean and one don't need to install heimdal, this works > fine on 10.4 and 10.5. > Great! I found some old instructions on building arla on MacOS, for use in a dmg. See below. Perhaps it can be helpful if you want to use more recent heimdal. And I trust you've already found make-mac-package.sh.in in the cvs tree. /t Building heimdal and arla for Mac OS X: get the latest libtool and automake/-conf (for example, http://www.pdc.kth.se/~tol/habahat.sh, run habahat.sh, export PATH) get ftp://ftp.pdc.kth.se/pub/heimdal/src/snapshots/heimdal-20060317 unpack heimdal cd heimdal-2006... do `autoreconf -f -i` to be able to handle CFLAGS properly, with the new libtool etc. cd <your build dir> on ppc, run heimdal-2006.../configure CFLAGS='-O2 -g -isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' && make or, on intel, run heimdal-2006.../configure CFLAGS='-O2 -g -arch i386 -arch ppc' && make make install Arla: (sh HACKING if needed (to regenerate configure in cvs tree)) configure --with-krb5=<your heimdal> --without-x CFLAGS=<as above> && make