<div class="gmail_quote">On Wed, Feb 9, 2011 at 11:36 PM, Oliver Kullmann <span dir="ltr"><<a href="mailto:O.Kullmann@swansea.ac.uk">O.Kullmann@swansea.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":bz">./ecl_min: error while loading shared libraries: libffi.so.4: cannot open shared object file: No such file or directory<br></div></blockquote><div><br></div><div>The library is not in a standard location and it is shared, not static, which means that the OS has to find it. Do one of the following</div>

<div><br></div><div>1) Export LD_LIBRARY_PATH=location-to-the-library before building</div><div>2) Add some --rpath flags to LDFLAGS.</div><div><br></div><div>1) is just a temporary hack. 2) will hardcode the location of the library.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":bz">
The libffi-built created libffi.so.5 --- why does it want an earlier version (there is no libffi-version<br>
otherwise on that machine)?<br></div></blockquote></div><br>I do not know. It seems like either a problem with your linker or that there is indeed another copy with that version installed.<div><br></div><div>Juanjo<br clear="all">

<br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
</div>