SunVideo Plus for PCI User's Guide

Setting Your Environment

The demonstration applications that are shipped with SunVideo Plus are designed to search the /opt/SUNWo1kp/lib directory for the SunVideo Plus libraries. If the SunVideo Plus software has been installed in a location other than /opt/SUNWo1kp, or if you are using other SunVideo Plus applications which do not automatically search this default directory, you must include the path to the SunVideo Plus libraries libo1kusr and libotiaudio in your LD_LIBRARY_PATH pathname.

To change the path with the sh or ksh shell environment, type:


hostname% LD_LIBRARY_PATH=/opt/SUNWo1kp/lib:$LD_LIBRARY_PATH
hostname% export LD_LIBRARY_PATH

If you are using csh, type:


hostname% setenv LD_LIBRARY_PATH /opt/SUNWo1kp/lib:$LD_LIBRARY_PATH