I have a working installation of Void Linux in VirtualBox, and have generally been pleased enough that I am planning on migrating all of my machines over. I ran into a problem today that I don't seem to be able to figure out though.

I installed the multilib and nonfree-multilib repos, updated everything, and then installed wine-32bit and wine-mono. Whenever I try to run wine though I get

$ /usr/bin/wine
bash: /usr/bin/wine: No such file or directory

The executable is definitely installed, since

$ file /usr/bin/wine
/usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linus 2.6.32

I would guess that I am missing a library, but can't seem to figure out which one. Any ideas?