SunVideo Plus for PCI User's Guide

Setting SVC Environment Variables (Solaris 2.5.1 only)

Use the special XIL pipelines and SunVideo Plus compatibility features, you must set the XILHOME environment variable to /opt/SUNWo1kp/svc.

You must include DESTDIR/lib in the LD_LIBRARY_PATH environmental variable, where DESTDIR is the destination location for the SunVideo compatibility mode pipeline hierarchy. This is the location specified when the svc_install script was run. The default location for DESTDIR is /opt/SUNWo1kp/svc.

If the XIL library is already in your LD_LIBRARY_PATH, then either DESTDIR/lib must precede LD_LIBRARY_PATH, or the XIL library path must be removed from your LD_LIBRARY_PATH before you attach the new path to LD_LIBRARY_PATH.

The following is an example of attaching DESTDIR/lib using csh shell:


hostname% setenv O1KHOME /opt/SUNWo1kp
hostname% setenv LD_LIBRARY_PATH /opt/SUNWo1kp/lib:$LD_LIBRARY_PATH
hostname% setenv LD_LIBRARY_PATH /opt/SUNWits/Graphics-sw/lib:$LD_LIBRARY_PATH
hostname% setenv XILHOME /opt/SUNWo1kp/svc