I'm building an embedded linux system using Buildroot. Our hardware is identical to Beagle Bone Green development board. When I added ssh, it didn't start printing:
/usr/bin/ssh-keygen: can't load library 'libatomic.so.1'
Starting sshd: /usr/sbin/sshd: can't load library 'libatomic.so.1'
The library itself exists in the directory /usr/lib/. It seems like the system are not able to load any shared library. ldconfig -p prints:
Library cache disabled
What can be the problem?