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
ok i know is the tcl libraty
i try to recompile tcl8.45
but i have the same problem
i made some mistake ???
help please
Ciao
PR
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.
Frank Barknecht _ ______footils.org__
hi,
i guess you have to create a link by hand between
/usr/lib/libtcl8.4.0.so and /usr/lib/libtcl8.4.so
"ln -s /usr/lib/libtcl8.4.0.so /usr/lib/libtcl8.4.so"
ciao, sevy
Frank Barknecht wrote:
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