I'm trying to get wine working on my slackware 13.37 64bit system. I downloaded and installed the wine-1.3.19-x86_64-lsg.txz package. That went fine and I can run /usr/bin/wine64 to confirm the version and stuff. When I try to run or install any pc applications this is what I get: Code: bash-4.1$ wine64 asdf.exe /lib/ld-linux.so.2: could not open There is no /lib/ld-linux.so on my system, but there is /lib64/ld-linux-x86-64.so.2 so I tried making a link to that. Then I get: Code: bash-4.1$ wine64 asdf.exe /lib/ld-linux.so.2: not an i386 ELF binary... don't know how to load it >From the faq it sounded like wine should work on a 64bit linux system and run 32bit pc applications. But clearly I'm missing something. Do I need to install 32bit glib stuff or some other package?