No, the ldconfig is not useful here ... LD_LIBRARY_PATH will be used. On Mon, Sep 6, 2021 at 3:51 PM Aardric <aard...@aardvarr.ca> wrote:
> Hail, > When installing new code (built outside the prefix) into a prefix > (gr39), does ldconfig in the stock recipe make sense? > > mkdir build > cd build > cmake -DCMAKE_INSTALL_PREFIX=gr39 .. > make > make install > ldconfig > > The prefix environment was sourced prior to the build and installation > below. Hence > LIBRARY_PATH=prefix/gr39/lib:prefix/gr39/lib64/: > PKG_CONFIG_PATH=prefix/gr39/lib/pkgconfig:prefix/gr39/lib64/pkgconfig: > and > PYBOMBS_PREFIX=prefix/gr39 > > > Rick > > >