[squeak-dev] Squeak and Linux OpenSuse 11.1

K. K. Subramaniam subbukk at gmail.com
Mon May 25 17:21:38 UTC 2009


On Monday 25 May 2009 08:15:16 pm Giuseppe Luigi Punzi wrote:
> Well, I don't need both.
>
> I installed OLPC for the problems, and I uninstalled.
>
> Now, I can't run squeak hehehe
The default compile of squeak uses /usr/local/lib/squeak while Debian-based 
builds use the /usr/lib/squeak/ prefix. It is likely that when you uninstalled 
OLPC version, the symlink in /usr/bin/squeak did not get restored to the old 
path. If you need only the 3.10-4 version, ensure:
 $ ls -l  `which squeak`
 ...... /usr/bin/squeak -> /usr/local/lib/squeak/3.10-4/squeak

HTH .. Subbu



More information about the Squeak-dev mailing list