[PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Matteo Sisti Sette
Hi, A friend of mine has a dual-boot Mac with Mac OS and Ubuntu and uses Ubuntu very sporadically. On Ubuntu, she has Pd-Extended installed which was installed more than a year ago and worked just fine the last-but-one time she booted Ubuntu. Now after more than a year since last time, she

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Hans-Christoph Steiner
Try: sudo apt-get install tk8.5 .hc On Fri, 2012-02-03 at 16:22 +0100, Matteo Sisti Sette wrote: > Hi, > > A friend of mine has a dual-boot Mac with Mac OS and Ubuntu and uses > Ubuntu very sporadically. > > On Ubuntu, she has Pd-Extended installed which was installed more than a > year ago

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Matteo Sisti Sette
On 02/03/2012 09:02 PM, Hans-Christoph Steiner wrote: Try: sudo apt-get install tk8.5 Yes thanks that solved the libtk error, now there are other libraries that it cannot find. I'll figure out one by one and install them What seems strange to me is that these libraries which were formerly

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Hans-Christoph Steiner
On Fri, 2012-02-03 at 21:14 +0100, Matteo Sisti Sette wrote: > On 02/03/2012 09:02 PM, Hans-Christoph Steiner wrote: > > > > Try: > > > > sudo apt-get install tk8.5 > > Yes thanks that solved the libtk error, now there are other libraries > that it cannot find. I'll figure out one by one and inst

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Matteo Sisti Sette
On 02/03/2012 09:16 PM, Hans-Christoph Steiner wrote: Try: sudo apt-get -f install -f means "fix", at least in my head :) It says 0 installed, 0 removed and 6 not upgraded. but Pd still complains about missing libraries (one by one, regretfully) Or did you mean sudo apt-get -f install

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Matteo Sisti Sette
Indeed I even tried to reinstall Pd: sudo apt-get install pd-extended Reading package lists... Done Building dependency tree Reading state information... Done pd-extended is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. Shouldn't it find the missing

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Kaj Ailomaa
On Fri, 2012-02-03 at 21:42 +0100, Matteo Sisti Sette wrote: > On 02/03/2012 09:16 PM, Hans-Christoph Steiner wrote: > > > Try: > > > > sudo apt-get -f install > > > > -f means "fix", at least in my head :) > > It says 0 installed, 0 removed and 6 not upgraded. but Pd still > complains about

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Matteo Sisti Sette
On 02/03/2012 09:56 PM, Kaj Ailomaa wrote: You could try installing puredata to get it's dependencies installed. I tried installing pd-extended, but it didn't install the dependencies. Could be you need to install tk8.5 manually. Yes. I've installed every dependency manually; then it compl