OSH_PRELOAD_LIBS

Set the OSH_PRELOAD_LIBS environment variable to specify a colon-separated list of names of libraries to be loaded before any other processing.

Libraries containing custom operators must be assigned to this variable or they must be registered. For example, in Korn shell syntax:


$ export OSH_PRELOAD_LIBS="orchlib1:orchlib2:mylib1"