Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!ucsd!ucbvax!bloom-beacon!dprg-330.GOVt.shearson.COM!fgreco From: fgreco@dprg-330.GOVt.shearson.COM (Frank Greco) Newsgroups: comp.windows.x Subject: Re: rsh pageview question Message-ID: <9012201512.AA29965@fis1.> Date: 20 Dec 90 15:12:28 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 25 > > I'm running OpenWindow Version 2 on my SS1 (SunOS4.1). When I tried to do > "rsh 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.