[Seaside] True headless possible ?

Sven Van Caekenberghe sven at stfx.eu
Fri Apr 5 18:49:17 UTC 2013


On 05 Apr 2013, at 20:42, Esteban Lorenzano <estebanlm at gmail.com> wrote:

> Hi,
> 
> but AFAIK, it still needs the libraries to be present (even it it will not use them).

No it does not:

ubuntu at ip-10-226-6-28:~/smalltalk$ ldd vm/pharo 
	linux-gate.so.1 =>  (0xb7760000)
	libm.so.6 => /lib/i386-linux-gnu/tls/i686/nosegneg/libm.so.6 (0xb772a000)
	libdl.so.2 => /lib/i386-linux-gnu/tls/i686/nosegneg/libdl.so.2 (0xb7725000)
	libpthread.so.0 => /lib/i386-linux-gnu/tls/i686/nosegneg/libpthread.so.0 (0xb770a000)
	libc.so.6 => /lib/i386-linux-gnu/tls/i686/nosegneg/libc.so.6 (0xb755f000)
	/lib/ld-linux.so.2 (0xb7761000)
ubuntu at ip-10-226-6-28:~/smalltalk$ ldd vm/vm-display-null 
	linux-gate.so.1 =>  (0xb7731000)
	libm.so.6 => /lib/i386-linux-gnu/tls/i686/nosegneg/libm.so.6 (0xb76f7000)
	libdl.so.2 => /lib/i386-linux-gnu/tls/i686/nosegneg/libdl.so.2 (0xb76f2000)
	libpthread.so.0 => /lib/i386-linux-gnu/tls/i686/nosegneg/libpthread.so.0 (0xb76d7000)
	libc.so.6 => /lib/i386-linux-gnu/tls/i686/nosegneg/libc.so.6 (0xb752c000)
	/lib/ld-linux.so.2 (0xb7732000)
ubuntu at ip-10-226-6-28:~/smalltalk$ ldd vm/vm-sound-null 
	linux-gate.so.1 =>  (0xb77b6000)
	libm.so.6 => /lib/i386-linux-gnu/tls/i686/nosegneg/libm.so.6 (0xb777d000)
	libdl.so.2 => /lib/i386-linux-gnu/tls/i686/nosegneg/libdl.so.2 (0xb7778000)
	libpthread.so.0 => /lib/i386-linux-gnu/tls/i686/nosegneg/libpthread.so.0 (0xb775d000)
	libc.so.6 => /lib/i386-linux-gnu/tls/i686/nosegneg/libc.so.6 (0xb75b2000)
	/lib/ld-linux.so.2 (0xb77b7000)

No X11 libs to be seen….

> Esteban
> 
> On Apr 5, 2013, at 8:41 PM, Sven Van Caekenberghe <sven at stfx.eu> wrote:
> 
>> 
>> On 05 Apr 2013, at 20:32, Marten Feldtmann <itlists at schrievkrom.de> wrote:
>> 
>>> And another question. Will Squeak/Pharo run under a true headless Linux system without any X or stuff like this ???
>> 
>> For Pharo: yes indeed it does. 
>> 
>> Pharo includes very nice command line tools/features, stdin, stdout, stderr and logging support, terminal color support, etc...
>> 
>> Sven
>> 
>> --
>> Sven Van Caekenberghe
>> Proudly supporting Pharo
>> http://pharo.org
>> http://association.pharo.org
>> http://consortium.pharo.org
>> 
>> 
>> 
>> 
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list