DOCUMENT ID:  0909-02

SYNOPSIS:     Setting the LD_LIBRARY_PATH variable

OS RELEASE:   Solaris

PRODUCT:      Solaris x86

KEYWORDS:     LD_LIBRARY_PATH variable Wabi kernel driver


DESCRIPTION:

I have just installed Wabi 1.1 successfully, but I get this error
message:

Warning: The Wabi kernel driver is not installed.
Run  /opt/SUNWwabi/drvr/wabiload  as root to install the driver.

ld.so.1: /opt/SUNWwabi/bin/wabiprog: fatal: libXext.so.0:
can't open file: errno=2
Killed


SOLUTION:

Define LD_LIBRARY_PATH

For Bourne and Korn shell users:

LD_LIBRARY_PATH=/usr/lib:/usr/openwin/lib
export LD_LIBRARY_PATH

To set it system wide, insert the above lines in /etc/profile

For C shell users:

setenv LD_LIBRARY_PATH /usr/lib:/usr/openwin/lib

To set it system wide, have each user's .cshrc source a
/etc/cshrc, which you will have to create.


DATE APPROVED: 10/23/95