Hal Murray via devel <devel@ntpsec.org>:
> The symptom is that it links but doesn't run.  At runtime, it can't find 
> libaes_siv
> 
> It was installed in /usr/local/lib/
> 
> It works after I add links from /usr/lib64/ over to /usr/local/lib/

I suppose a more graceful solution would be to beat waf into looking at
/usr/local/lib.  This might do it:

    ./waf configure [your-usual-options] --libdir=/usr/local/lib

That's assuming --libdir is additive. It's also passible you might have
to mwess with PKG_CONFIG_PATH, as in this report:

https://github.com/MTG/essentia/issues/248

Let us know what work - it should be documented.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>

My work is funded by the Internet Civil Engineering Institute: https://icei.org
Please visit their site and donate: the civilization you save might be your own.


_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to