i have problems to get ELF support in dfly!

2006-09-24 Thread Daniel Olsson
How can i get ELF support in dfly? su-3.1# brandelf -t Linux FAH504-Linux.exe su-3.1# ./FAH504-Linux.exe ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap /Daniel

Re: i have problems to get ELF support in dfly!

2006-09-24 Thread Petr Janda
kldload linux and install linux emul packages. (suse100_base) Daniel Olsson wrote: How can i get ELF support in dfly? su-3.1# brandelf -t Linux FAH504-Linux.exe su-3.1# ./FAH504-Linux.exe ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap /Daniel

Re: i have problems to get ELF support in dfly!

2006-09-24 Thread Joerg Sonnenberger
On Sun, Sep 24, 2006 at 03:00:14PM +0200, Daniel Olsson wrote: su-3.1# brandelf -t Linux FAH504-Linux.exe Stop that! It should be done *only* for statically against libc5 or before linked Linux binaries. su-3.1# ./FAH504-Linux.exe ELF interpreter /compat/linux/lib/ld-linux.so.2 not found

Re: i have problems to get ELF support in dfly!

2006-09-24 Thread Daniel Olsson
I have installed suse100_base and it works perfect now thx for the help:D. i'm gonna remember this now for the next time i need the linux emu. Daniel Olsson [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] How can i get ELF support in dfly? su-3.1# brandelf -t Linux