wine-fbsd64: ELF interpreter /libexec/ld-elf.so.1 not found

Hello forums!
Got a trouble here:
Code:
%wine
ELF interpreter /libexec/ld-elf.so.1 not found
Abort
Code:
%ll /libexec/ld-elf.so.1
-r-xr-xr-x  1 root  wheel  246776 Feb 17 02:18 /libexec/ld-elf.so.1


Due to google and forum search, I could deal with it via setting kern.maxdsiz to less-than-a-gig, which was done and did not help.
What should I do?
 
Also could you tell me why was there such a trouble without lib32 distribution, while I have got chroot to i386 working Ok? Is chroot using /libexec/ld-elf.so.1 from chroot environment?
 
Back
Top