[OmniOS-discuss] netatalk setup (via uulm.mawi repo) failed with ld.so.1: afpd: fatal: libsasl2.so.2: open failed
Guenther Alka
alka at hfg-gmuend.de
Thu Jan 9 09:51:37 UTC 2014
When installing netatalk (3.05) and OmniOS 1006 and 1006 in napp-it the
installer runs fine after a:
pkg set-publisher -g http://scott.mathematik.uni-ulm.de/release uulm.mawi
pkg install netatalk
pkg unset-publisher uulm.mawi
but when I try to enable the netatalk service it ended with a:
ld.so.1: afpd: fatal: libsasl2.so.2: open failed: No such file or directory
It seems the problem are newer sas library files, that you now have in
/usr/local/lib/libsasl2.so.3
/usr/local/lib/amd64/libsasl2.so.3
instead the searched libsasl2.so.2
I solved the problem with:
ln -s /usr/local/lib/libsasl2.so.3 /usr/local/lib/libsasl2.so.2
ln -s /usr/local/lib/amd64/libsasl2.so.3
/usr/local/lib/amd64/libsasl2.so.2
Gea
napp-it.org
More information about the OmniOS-discuss
mailing list