From: Alan W. I. <ir...@be...> - 2002-07-24 22:42:44
|
On Wed, 24 Jul 2002, Maurice LeBrun wrote: > Jo=E3o Cardoso writes: > > Trying to follow the the tkwin receipt gives: > > > > [jcard@feup] wish > > % load libplplotd.so.5.1.0 Plplotter > > couldn't load file "libplplotd.so.5.1.0": libplplotd.so.5.1.0: cannot > > open shared object file: No such file or directory > > > > % load libplplotd.so Plplotter > > couldn't find procedure Plplotter_Init > > ... > > I've been unable to get this stuff to work either. I just checked again in plplot/tmp, and I was getting that error also. Turned out setenv LD_LIBRARY_PATH . fixed the problem. (I normally use this in any case since it is also required for java to work, but by accident I didn't have it set this time, hence the error.) So let me know if this solves the problem with wish. Alan |