Hallo,
Paolo Rudelli hat gesagt: // Paolo Rudelli wrote:
Hallo
i compiled PD 0.37 under fresh install redhat 9.0
after make install( under root whit su )
and launch pd
i have this error :
[root@212 src]# pd
/usr/local/lib/pd/bin/pd-gui: error while loading shared libraries:
libtcl8.4.so: cannot open shared object file: No such file or directory
What does "ldd /usr/local/lib/pd/bin/pd-gui" say?
Here's it show something like:
$ ldd /usr/lib/pd/bin/pd-gui
libtk8.3.so.1 => /usr/lib/libtk8.3.so.1 (0x4002c000)
libtcl8.3.so.1 => /usr/lib/libtcl8.3.so.1 (0x400e1000)
See if the files ldd points to do exist.
ciao