NPS system shared library dependencies
An AE can declare dependencies on one or more of the NPS system shared libraries. For more
information, see CREATE [OR REPLACE] LIBRARY and Accessing the local drive space on the machine. While shared libraries for AEs can be actual Linux object lib*.so files, they can be any file type.
- --deps <lib,lib,...lib>
- Declares shared library dependencies. Library names must be comma-separated with no spaces.
Example:
--deps mylib1,mylib2,mylib3