View Single Post
  #2   (View Single Post)  
Old 16th June 2010
tariqc tariqc is offline
New User
 
Join Date: Jun 2010
Posts: 1
Default Works under chroot

Hey great script thanks. The install went fine for me, but when I try to run wine I get this

Code:
> /compat/i386/usr/local/bin/wine
ELF interpreter /libexec/ld-elf.so.1 not found
Abort
if chroot /compat/i386 wine works but can not attach to an X display.

Code:
# wine /tmp/IE8-WindowsServer2003-x64-ENU.exe 
fixme:crypt:SystemFunction036 couldn't open /dev/urandom
fixme:crypt:SystemFunction036 couldn't open /dev/urandom
err:service:validate_context_handle Handle is of an invalid type (1, 2)
err:service:validate_context_handle Handle is of an invalid type (1, 2)
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
I believe that I need to change the path wine looks for /libexec/ld-elf.so.1 to /compat/i386/... but I do not know how to do that. Help would be appreciated.
Reply With Quote