<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Diff on Benny Simmonds</title>
    <link>https://www.bencode.io/tags/diff/</link>
    <description>Recent content in Diff on Benny Simmonds</description>
    <generator>Hugo -- 0.149.1</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 21 Apr 2018 22:01:01 +0000</lastBuildDate>
    <atom:link href="https://www.bencode.io/tags/diff/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Beyond Compare</title>
      <link>https://www.bencode.io/posts/2018-04-21-bcompare/</link>
      <pubDate>Sat, 21 Apr 2018 22:01:01 +0000</pubDate>
      <guid>https://www.bencode.io/posts/2018-04-21-bcompare/</guid>
      <description>&lt;p&gt;Installation on Linux is well &lt;a href=&#34;https://www.scootersoftware.com/download.php?zz=kb_linux_install&#34;&gt;documented&lt;/a&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;wget https://www.scootersoftware.com/bcompare-4.2.4.22795.x86_64.rpm
su
rpm --import https://www.scootersoftware.com/RPM-GPG-KEY-scootersoftware
yum install bcompare-4.2.4.22795.x86_64.rpm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;On my Fedora 27 box, I found the launcher bash &lt;code&gt;/usr/bin/bcompare&lt;/code&gt; exits with a return code of 1, if the linker cannot resolve all dependencies.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;BC_LIB=/usr/lib64/beyondcompare
export BC_LIB
EXEC=$BC_LIB/BCompare

#check to see if we have all of the shared libraries.
CHECK=`ldd $EXEC | grep &amp;quot;not found&amp;quot; | wc -l`

if [ &amp;quot;$CHECK&amp;quot; -ne  &amp;quot;0&amp;quot; ]; then
   echo Some Shared Libraries were not found
   ldd $EXEC
   exit 1
fi
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Dumping out the shared libs &lt;code&gt;BCompare&lt;/code&gt; depends on:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
