Tuesday, September 2, 2008

Samba error on Solaris 10 6/06

When starting Samba on Solaris 10 6/06 you might encounter the following error:

map_file: Failed to load /usr/sfw/lib/upcase.dat - No such file or directory

The solution is the following:

cd /usr/sfw/lib/
ln -s ./codepages/lowercase lowcase.dat
ln -s ./codepages/upcase.dat upcase.dat
ln -s ./codepages/valid.dat valid.dat

The solution found here.

No comments: