Comment 2 for bug 1708048

Revision history for this message
Ben Shum (bshum) wrote :

Some notes about the process so far for me:

- ldconfig did not appear to be working correctly for me, where we setup the /openils/lib shared library in /etc/ld.so.conf.d/opensrf.conf ; I get errors in startup and many services fail to run correctly. The workaround I found is to set the LD_LIBRARY_PATH manually in opensrf user's .bashrc:

export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/openils/lib

- I have to retest the manual installation of nodejs (npm package is deprecated and removed from Stretch, so we have to try manually installing nodejs). I copied the style we used for Debian Wheezy and Ubuntu Trusty.