Ricardo Climent a �crit :
I cannot make pd-032-linux to run on Redhat linux 7 Any suggestions?
Let's say you have tcl/tk 8.3 installed. log as root go into /usr/lib type this:
ln -s libtcl8.3.so libtcl8.2.so ln -s libtcl8.3.so libtcl8.1.so ln -s libtcl8.3.so libtcl8.0.so ln -s libtk8.3.so libtk8.2.so ln -s libtk8.3.so libtk8.1.so ln -s libtk8.3.so libtk8.0.so ldconfig
This is to make sure sure that softwares expecting an ealier version of tcl/tk will try to use the latest version installed.
If it doesn't work, then recompile pd. It's better to recompile anyway.
Good luck Marc
On Thu, 15 Feb 2001 14:01:35 -0500 (EST) Karl MacMillan karlmac@peabody.jhu.edu wrote:
# I have a binary for redhat 7 here: # # http://mambo.peabody.jhu.edu/~karlmac/download # # Karl
Well, both suggestions make the gui to run but I can not open a patch on the screen unless -nosound is specified. Also tryed things like -nogui -open ~/file.pd
Ricardo Climent