<div dir="ltr">Well actually, not in this case. If you read the threads you will see that they have changed the configure scripts and the build system and have hardcoded the /usr/lib path in a few places. So even setting the LDFLAGS as you mention has no effect.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 June 2014 23:25, B Watson <span dir="ltr"><<a href="mailto:yalhcru@gmail.com" target="_blank">yalhcru@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 6/10/14, Miguel De Anda <<a href="mailto:miguel@thedeanda.com">miguel@thedeanda.com</a>> wrote:<br>
<br>
> /usr/lib/libxml2.so: error adding symbols: File in wrong format<br>
<br>
</div>That's a classic multilib error. You're building a 64-bit package, but the<br>
linker is trying to use the library in /usr/lib (which is the 32-bit one).<br>
<br>
Usually you can fix these by adding LDFLAGS="-L/usr/lib64" in front<br>
of the configure command (or whatever it's using), in the same way as<br>
CFLAGS and CXXFLAGS. See <a href="http://slackbuilds.org/faq/#multilib" target="_blank">http://slackbuilds.org/faq/#multilib</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</div></div></blockquote></div><br></div>