On Sun, 28 Mar 1999, David Pierre wrote:

> I am looking for a small linux with netscape and java for
> thin internet client.
> 
> Someone ?

Right now, I think this is something you have to assemble yourself, if you
want something that can really be considered thin (<10MB). Trimming down
the kernel and X is relatively easy, Netscape is somewhat harder. You can
use ldd to see what Netscape is linked to. My 4.0x version reports:

~> ldd /usr/lib/netscape/netscape-navigator 
        libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x40008000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000a000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40054000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4005d000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40072000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40084000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40091000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4009d000)
        libdl.so.2 => /lib/libdl.so.2 (0x40140000)
        libc.so.6 => /lib/libc.so.6 (0x40143000)
        libg++.so.2.7.2 => /usr/lib/libg++.so.2.7.2 (0x401e8000)
        libstdc++.so.2.7.2 => /usr/lib/libstdc++.so.2.7.2 (0x4021c000)
        libm.so.6 => /lib/libm.so.6 (0x40257000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)

If you can wait a bit longer, Mozilla seems to be firming up and the
source for that is available which means you have much more flexibility in
trimming it down.

--
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.." 

Reply via email to