Here are a few things to check:
Errors similar to `wave: can't load library 'libxview.so.3'' indicate an installation problem which is probably shared by other applications that use the same libraries. Use the command `ldd `which wave` to identify which dynamically linked libraries are missing. Locate these on your system (for example, using a command such as `find / -name libxview.so.3 -print'; if any of these libraries cannot be found on your system, it may be downloaded from MIT.) Add the directories in which the missing libraries are found to your LD_LIBRARY_PATH. For example, if the missing libraries are located in /usr/openwin/lib, and you are using the C-shell, use the command `setenv LD_LIBRARY_PATH /usr/openwin/lib:${LD_LIBRARY_PATH}'. Under Linux, if you can obtain root permissions, a more permanent solution is to add /usr/openwin/lib to the list of directories in `/etc/ld.so.conf', and then to run ldconfig.