On Wed, Feb 21, 2001 at 05:44:12PM +0000, [EMAIL PROTECTED] wrote: > Hi everyone! > > I have been trying to get Solaris binaries to run on my SPARCclassic under > Debian Linux. > I have recompiled the kernel (2.2.18pre21) with built in support fot this. > But how do I run them? My shell just tells me there is "no such file or > directory" when i try to run them from a command line!
It's looking for the dynamic linker. You need to copy the /lib/ld.so from the Solaris box, and any other libraries (libc.so.2, atleast) to the local system aswell. Ben -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

