Skip to main content
Home Forums 68kMLA How compress file from modern Mac into Compact Mac? — #18
Post #18 by Mk.558
Source Forum68kMLA
CategorySoftware
Post DateTue, 16 Sep 2014 - 01:38
Original URLhttps://68kmla.org/bb/threads/how-compress-file-from-modern-mac-into-compact-mac.155/
Post
Just be careful, the Netatalk ./configure string is not correct there. You can't use --enable-zeroconf until Netatalk 2.2, and you don't need --enable-ddp until Netatalk 2.2 which disabled DDP by default. Unless, of course, you are using Netatalk 2.2a1 through 2.2.5. (I had problems with Zeroconf. Don't use it unless you can figure out what's going on wrong with it.)

For Netatalk 2.1.6, use this:

./configure --enable-debian --sysconfdir=/etc --with-uams-path=/usr/lib/netatalk --with-ssl-dir=/usr/lib/

If you want to use CUPS for print jobs (I don't mention anything about printing, as I don't even have a printer and there's so many of them that it's not worth it for me) or Apple IIGS netbooting, then you can add the --enable-a2boot and/or --enable-cups flags.

Version 3.2 update, which might come out in about two months, will be substantially better. More content, too. ,

mp.ls