[comp.windows.x] rsh pageview question

khui@brahms.amd.com (Kelvin Hui) (12/07/90)

I'm running OpenWindow Version 2 on my SS1 (SunOS4.1).  When I tried to do
"rsh <console machine> pageview ... " from the remote machine that I 
login from the console I got the error message:

ld.so: libxview.so.3: not found

I'm at lost here.  Can anyone kindly point out what I'm doing wrong?  Many
thanks.

--
_______________________________________________________________________
          Kelvin Y. Hui      |    
       khui@brahms.amd.com   |   I'm doing nothing, I'm doing research.
_____________________________|_________________________________________

fgreco@dprg-330.GOVt.shearson.COM (Frank Greco) (12/20/90)

> 
> I'm running OpenWindow Version 2 on my SS1 (SunOS4.1).  When I tried to do
> "rsh <console machine> pageview ... " from the remote machine that I 
> login from the console I got the error message:
> 
> ld.so: libxview.so.3: not found
> 
> I'm at lost here.  Can anyone kindly point out what I'm doing wrong?  Many
> thanks.


	Check to see if your LD_LIBRARY_PATH environment variable is set
	to include the OpenWindows libs (esp the xview libs).

	Here's how mine is set:

	csh:
	  setenv LD_LIBRARY_PATH $OPENWINHOME/lib:/usr/lib:/usr/local/lib

	sh/ksh:
	  LD_LIBRARY_PATH=$OPENWINHOME/lib:/usr/lib:/usr/local/lib export LD_LIBRARY_PATH



	Frank G.