Skip to content

Installing Netatalk 2 on NetBSD

Daniel Markstedt edited this page Apr 8, 2024 · 10 revisions

NetBSD is one out of a handful of distributions that still actively maintain an AppleTalk kernel module.

Additionally, it has an up-to-date Netatalk 2.x package in its package repository:

https://pkgsrc.se/net/netatalk22

Required packages

Before starting, make sure you have a working pgksrc environment: http://www.netbsd.org/docs/misc/index.html#package-management

Install the packages that netatalk22 depends on:

pkg_add git mozilla-rootcerts-openssl gcc13 autoconf automake libtool pkg-config db5 libgcrypt libressl gmake cups cracklib

Install netatalk22 itself:

pkg_add netatalk22
Clone this wiki locally