import cyrus-sasl-2.1.23
[cyrus-sasl.git] / mac / libdes / src / KERBEROS
1  [ This is an old file, I don't know if it is true anymore\r   but I will leave the file here - eay 21/11/95 ]\r\rTo use this library with Bones (kerberos without DES):\r1) Get my modified Bones - eBones.  It can be found on\r   gondwana.ecr.mu.oz.au (128.250.1.63) /pub/athena/eBones-p9.tar.Z\r   and\r   nic.funet.fi (128.214.6.100) /pub/unix/security/Kerberos/eBones-p9.tar.Z\r\r2) Unpack this library in src/lib/des, makeing sure it is version\r   3.00 or greater (libdes.tar.93-10-07.Z).  This versions differences\r   from the version in comp.sources.misc volume 29 patchlevel2.\r   The primarily difference is that it should compile under kerberos :-).\r   It can be found at.\r   ftp.psy.uq.oz.au (130.102.32.1) /pub/DES/libdes.tar.93-10-07.Z\r\rNow do a normal kerberos build and things should work.\r\rOne problem I found when I was build on my local sun.\r---\rFor sunOS 4.1.1 apply the following patch to src/util/ss/make_commands.c\r\r*** make_commands.c.orig  Fri Jul  3 04:18:35 1987\r--- make_commands.c    Wed May 20 08:47:42 1992\r***************\r*** 98,104 ****\r       if (!rename(o_file, z_file)) {\r           if (!vfork()) {\r             chdir("/tmp");\r!                execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r", "-n",\r                     z_file+5, 0);\r            perror("/bin/ld");\r             _exit(1);\r--- 98,104 ----\r       if (!rename(o_file, z_file)) {\r           if (!vfork()) {\r             chdir("/tmp");\r!                execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r",\r                   z_file+5, 0);\r            perror("/bin/ld");\r             _exit(1);\r