/opt/X11R5/libthis will cause a problem when using
/usr/openwin/bin/xtermbecause the library called for is old.
ld.so.1: xterm: fatal: relocation error: file /usr/openwin/lib/libXaw.so.5: symbol XmuRegisterExternalAgent: referenced symbol not found
/opt/X11R5/lib
alias xterm '(unsetenv LD_LIBRARY_PATH; /usr/openwin/bin/xterm)'and then to run xterm type
~/xterm
#!/bin/csh unsetenv LD_LIBRARY_PATH /usr/openwin/bin/xtermNotice that you needn't put the commands in () this time because you generate a new shell when you issue the command. You may still need to use
~/xtermdepending on where your home directory sits in your path.
unsetenv LD_LIBRARY_PATH; xterm -display @d