In message <[EMAIL PROTECTED]>, "Christian Groessler" writ
es:
+-----
| >bash-2.02$ ./hello
| >bash: ./hello: No such file or directory
| >bash-2.02$ ls hello
| >hello
| >
| >I have libc.so.1 and libdl.so.1 from solaris in /usr/lib. What else is
| >missing here ?
|
| You will also need ld.so.1 from solaris /usr/lib.
| But I don't think solaris binaries do work. On my tests
| they got always a segfault at startup....
+--->8
You generally need a whole bunch of shared libraries. Do "ldd hello" under
Solaris to see the whole list; I'm guessing that you'll need 7 or 8 shared
libs, some of which live in "odd" places (e.g. /usr/platform). (Well, maybe
not for a "hello world" program, but certainly for any serious program.)
X11 programs probably won't work at all.
--
brandon s. allbery [os/2][linux][solaris][japh] [EMAIL PROTECTED]
system administrator [WAY too many hats] [EMAIL PROTECTED]
carnegie mellon / electrical and computer engineering KF8NH
We are Linux. Resistance is an indication that you missed the point.