Headless squeak on linux 2.7.

Marcus Denker marcus at ira.uka.de
Mon Apr 30 09:42:03 UTC 2001


On Mon, Apr 30, 2001 at 06:05:57AM +0000, Thaddeus L. Olczyk wrote:
> How do I run a headless squeak on linux?
> I try 
> squeak -headless 
> and get a message:
> /usr/bin/squeakvmh missing
> ( find / -name squeakvmh finds nothing either ).
> If I need the file squeakvmh, where can I get it?
> I am using 2.7.
> 

Hi!

You are using my "squeak" wrapper-script. This script was included in
the Debian-package for Squeak 2.x and (I think) some early RPMs.
"squeakvmh" should be part of the package... but maybe I forgot to include
it in some 2.7 Debs..

I've put a 2.8 squeakvmh on my website, this should work with a 2.7 Image:

http://www.ira.uka.de/~marcus/squeakvm.tar.gz 

This is linked dynamically with some libraries:

marcus at wombat:~ $ ldd squeakvmh 
        libm.so.6 => /lib/libm.so.6 (0x40010000)
        libdl.so.2 => /lib/libdl.so.2 (0x40029000)
        libc.so.6 => /lib/libc.so.6 (0x4002c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


If you have problems running this vm on your machine you need to compile
it yourself... and it's very likely that the 2.7 sources don't compile
with -DHEADLESS without a patch. So if you have any problems running
the "squeakvmh" from my website, please sent me a mail.

     Marcus


-- 
Marcus Denker marcus at ira.uka.de phone at home:(0721)6649375 @work:(0721)6082749





More information about the Squeak-dev mailing list