Is there a substitute for 'ldd' command to list shared library dependencies for musl compiled executables?

$ ldd postgresql-*.install/bin/postgres
postgresql-9.4.1.install/bin/postgres: error while loading shared libraries: /usr/lib/i386-linux-gnu/libc.so: invalid ELF header
$

John