<div dir="ltr"><div dir="ltr">I have built and installed odb with build2 with this configuration:<div><br></div><div><pre style="font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:0.92em;letter-spacing:0px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05);border-radius:0.2em;padding:0.8em 0.4em;color:rgb(41,41,41)">bpkg create -d odb-gcc-X cc     \
  config.cxx=g++                  \
  config.cc.coptions=-O3          \
  config.bin.rpath=/usr/local/lib/64 \
  config.install.root=/usr/local<br></pre><pre style="font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:0.92em;letter-spacing:0px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05);border-radius:0.2em;padding:0.8em 0.4em;color:rgb(41,41,41)">However, when I run odb I get<br class="gmail-Apple-interchange-newline"></pre><pre style="background-color:rgba(0,0,0,0.05);border-radius:0.2em;padding:0.8em 0.4em"><font color="#292929" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:11.96px;white-space:pre-wrap">odb: error while loading shared libraries: <a href="http://libcutl-1.11.0-b.5.so">libcutl-1.11.0-b.5.so</a>: cannot open shared object file: No such file or directory</span></font><span style="color:rgb(41,41,41);font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:0.92em;letter-spacing:0px;white-space:pre-wrap">
</span></pre></div><div><br></div><div>the reason is that those .so are installed under /usr/local/lib and not /usr/local/lib64, even though they are 64bit ELFs. On Fedora, the convention is to install them under lib64</div><div><br></div><div>I manually moved them from lib to lib64, and now odb works</div><div><br></div><div>Is there a config option to obtain the correct result?</div><div><br></div><div>Rds,</div></div></div>