Adding Additional Libraries to LRP

Placing new libraries into LRP is a fairly simple matter for most. Simply put the executable in one of these places:

The preferred place is probably most often /usr/lib, since the system libraries are in lib. /Note that in Oxygen, /usr/lib is backed up with usr.lrp, and in all versions, /usr/local/lib is backed up with local.lrp. This means that libraries in these directories are not available during boot the way /lib is. Thus, any executable that requires a library not in /lib must not (and indeed, cannot) be used during the boot process. Any binary to be used during booting must rely only on dynamic libraries located in /bin.