Add new library paths with crle(1)

Useful when you want to use new shared libraries with your programs.
For example, if you want to add OpenCSW library path:

$ sudo crle -u -l /opt/csw/lib

The l option specify a new search directory to the runtime linker whereas the u option appends it to the existing ones.