[Seaside] Running a legacy app on latest Linux

Miguel Enrique Cobá Martínez miguel.coba at gmail.com
Tue Jul 20 15:57:20 UTC 2010


El mar, 20-07-2010 a las 11:40 -0400, Richard Eng escribió:
> I have a legacy Seaside app that I need to run on the latest version
> of Ubuntu (Lucid Lynx). It's been field tested under Squeak 3.9 and
> Seaside 2.8 (under Feisty Fawn).
> 
> 
> On a fresh install of Ubuntu, I install Squeak 3.9. When I run the
> following command (taken from the legacy system):
> 
> 
> squeak -headless -vm-display-null  MyApp.image  ""  port 9090 &
> 
> 
> I get the error message:
> 
> 
> could not find module vm-display-X11
> Aborted

Don't use -headless, is deprecated. I use:

squeak -vm-sound-null -vm-display-null  my.image my.script.st port 9001

Cheers 
> 
> 
> However, I can find vm-display-X11 in /usr/local/lib/squeak/3.9-8/.
> What's the problem?
> 
> 
> Is there anything else I need to install? (In the legacy system, there
> were 2 files that I could not identify: squeak.image and
> SqueakV3.sources, seemingly necessary to run squeak.)
> 
> 
> Thanks.
> 
> 
> Richard
> 
> 
> ______________________________________________________________________
> Turn down-time into play-time with Messenger games Play Now!
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-- 
Miguel Cobá
http://miguel.leugim.com.mx



More information about the seaside mailing list