<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">Was away from Harfbuzz for a while, but today tried to get it running (as expected) on a freshly installed server Ubuntu 16.04 32 bit.</div><div class="">I followed the build instructions at <a href="https://github.com/behdad/harfbuzz/blob/master/BUILD.md" class="">https://github.com/behdad/harfbuzz/blob/master/BUILD.md</a> to setup the basic packages etc.</div><div class=""><br class=""></div><div class="">I kept some old notes from previous installations (going back to 0.9.26 I think), and after downloading in the root home folder;</div><div class=""><div class="">- sudo ./autogen.sh</div><div class="">- sudo ./configure --prefix=/usr</div><div class="">- sudo make && make install</div></div><div class=""><br class=""></div><div class="">(sometimes the configure was with more options, but as this was for basic use anyway, I didn’t add any)</div><div class=""><br class=""></div><div class="">After this I usually copied util/hb-view to /usr/local/bin and that was it (used it from there instead of /usr/bin).</div><div class=""><br class=""></div><div class="">But, now with 1.5.1, I noticed the util/.libs folder that final hb-view build (was also copied in /usr/bin).</div><div class="">When I run hb-view —version I get:</div><div class=""><div class="">- hb-view (HarfBuzz) 1.5.1</div><div class="">- Available shapers: graphite2,ot,fallback</div><div class="">- Linked HarfBuzz library has a different version: 1.0.1</div></div><div class=""><br class=""></div><div class="">Question: why is that 3rd line there?</div><div class=""><br class=""></div><div class="">When I run a simple hb-view test I get:</div><div class="">- hb-view: symbol lookup error: hb-view: undefined symbol: hb_font_set_variations</div><div class=""><br class=""></div><div class="">Question: what does this mean?</div><div class=""><br class=""></div><div class="">Should I destroy this server and start over?</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class="">Rolf</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">PS locally, on OS X using brew, the updates/upgraded always are fine without issues</div></body></html>