i recomplie again tcl and tk 8.4.5 and i dont get any error
i lunch pd but i dont get nothing ???
i got this and i have all exist files in the right directory
meaby is somthing whit tk8.3 and tcl 8.4 ???
[root@212 src]# ldd /usr/local/lib/pd/bin/pd-gui libtk8.3.so => /usr/lib/libtk8.3.so (0x40021000) libtcl8.4.so => /lib/libtcl8.4.so (0x400df000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40178000) librt.so.1 => /lib/librt.so.1 (0x40257000) libc.so.6 => /lib/tls/libc.so.6 (0x42000000) libm.so.6 => /lib/tls/libm.so.6 (0x40269000) libdl.so.2 => /lib/libdl.so.2 (0x4028c000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4028f000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
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.
Frank Barknecht _ ______footils.org__
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