<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Trouble running SF 2.41.2564]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=705&amp;type=atom" />
	<updated>2019-06-02T22:24:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=705</id>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3312#p3312" />
			<content type="html"><![CDATA[<p>John,</p><p>I believe that recent versions of Raspbian will, like Debian, rely on libssl version 1.1.&nbsp; However, having both installed shouldn&#039;t be a problem.&nbsp; Your system will continue receiving updates to 1.1, but, since version 1.0 was manually installed as opposed to using the repos directly, it should remain at its current version.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2019-06-02T22:24:56Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3312#p3312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3311#p3311" />
			<content type="html"><![CDATA[<p>Thanks Jeff.&nbsp; &nbsp;You&#039;ll recall that SF was purring away happily on my RPi ages ago (in 2015/16 I believe).&nbsp; I&#039;ve had this bother now simply because, on returning to my RPi after a long time away from it, I thought I&#039;d bring it fully up to date by rebuilding it with the latest Raspbian, then just reinstall my key saved downloads like SF.&nbsp; Ha!&nbsp; The most recent versions of system software don&#039;t always do what the lder versions did!</p><p>I have now successfully installed SF 2.41&nbsp; in its armhf.deb version, and, you were right, I did have to downgrade OpenSSL.&nbsp; I had to install libSSL ver.1.0.0 and OpenSSL ver.1.0.0.&nbsp; &nbsp;It took a while to find them but I did track them down.&nbsp; I also had to remove the current libSSL and OpenSSL first, because Gdpkg refused to obey me until they were gone.</p><p>I hope this will be my last question:&nbsp; Do I need to do anything to prevent libSSL and OpenSSL from updating again to the latest versions?&nbsp; That is, now that SF is installed, must I now keep the old versions of the above, AND do I now have to take any action to PREVENT them from being updated by commands like &#039;apt-get update&#039; etc?<br />--- <br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2019-06-02T19:42:58Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3311#p3311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3310#p3310" />
			<content type="html"><![CDATA[<p>John,</p><p>We do offer the .deb file for Raspbian which might work better:</p><p><a href="http://download.approximatrix.com/simplyfortran/2.41/simplyfortran-2.41.2564_armhf.deb">http://download.approximatrix.com/simpl … _armhf.deb</a></p><p>The AppImage for 2.41 is apparently missing a few dependencies, but the deb file should work fine (although you may need to install an older version of OpenSSL).</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2019-05-31T11:34:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3310#p3310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3309#p3309" />
			<content type="html"><![CDATA[<p>I&#039;ve also mounted the file, simplyfortran, as an .iso file, and I have noted its contents </p><p>I copied everything from [etc] and [usr] into my [root] /etc and /usr folders, respectively.<br />I can&#039;t get /ust/bin/simplyfortran to execute.&nbsp; The error is &#039;Cannot open file&#039;.&nbsp; Settting the executable attribute doesn&#039;t fix it.&nbsp; I don&#039;t know where to put the other four files.<br />---<br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2019-05-31T01:12:30Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3309#p3309</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3308#p3308" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>John,<br />..you just need to run:</p><div class="codebox"><pre><code>sudo apt-get install libgail-3-0</code></pre></div><p>...to fix the problem.</p><p>Let me know if the above works.</p></blockquote></div><p>Thanks Jeff.&nbsp; I&#039;m using Raspbian 32-bit ARMhf on the 64-bit Pi3B+.&nbsp; I had already installed GFortran but, you were right, I didn&#039;t have the <em>libgail-3-0</em> library, so I have also installed that.</p><p>I have unpacked SF into my&nbsp; &nbsp;/opt&nbsp; directory.<br />In trying to run it after installing the above, with this command..</p><div class="codebox"><pre><code>pi@raspberrypi:~ $ /opt/simplyfortran-2.41.2564/SimplyFortran</code></pre></div><p>..I am seeing the following:</p><div class="codebox"><pre><code>/tmp/.mount_ZqBXrW/usr/bin/simplyfortran: relocation error: /usr/lib/arm-linux-gnueabihf/libgnutls.so.30: symbol asn1_decode_simple_ber, version LIBTASN1_0_3 not defined in file libtasn1.so.6 with link time reference</code></pre></div><p>---<br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2019-05-30T23:59:31Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3308#p3308</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3307#p3307" />
			<content type="html"><![CDATA[<p>John,</p><p>It might be a missing but common library.&nbsp; I think you just need to run:</p><div class="codebox"><pre><code>sudo apt-get install libgail-3-0</code></pre></div><p>if you&#039;re running on Ubuntu, Debian, or Raspbian to fix the problem.</p><p>Let me know if the above works.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2019-05-26T23:50:54Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3307#p3307</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3306#p3306" />
			<content type="html"><![CDATA[<p>Dear Jeff,</p><p>Re:</p><div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>Try installing the Debian package instead:</p><p><a href="http://download.approximatrix.com/simplyfortran/2.41/simplyfortran-2.41.2564_amd64.deb">http://download.approximatrix.com/simpl … _amd64.deb</a></p><p>The AppImage package may have issues on non-Debian systems (though this was corrected in version 3.0).</p></blockquote></div><p>I&#039;m in much the same boat with my RPi3+.64-bit.&nbsp; <br />I too am still on SF ver.2.xx alas, and the ARM 32-bit appimage executable is giving this error:</p><div class="codebox"><pre><code>/tmp/.mount_6JDvrj/usr/bin/simplyfortran: error while loading shared libraries: libgailutil-3.so.0: cannot open shared object file: No such file or directory</code></pre></div><p>I&#039;ve searched the www without success for an ARM version of libgailutil-3.so.0.<br />Do you by any chance have a RPI package forf SF.2.41.2584, and might that solve the problem?<br />--- <br />Yours sincerely,<br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2019-05-26T00:18:23Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3306#p3306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3265#p3265" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>Try installing the Debian package instead:</p><p><a href="http://download.approximatrix.com/simplyfortran/2.41/simplyfortran-2.41.2564_amd64.deb">http://download.approximatrix.com/simpl … _amd64.deb</a></p><p>The AppImage package may have issues on non-Debian systems (though this was corrected in version 3.0).</p></blockquote></div><p>Works as of now and registered as well. It will be awesome to see more info about the registration (name and the days left) in the help menu. <img src="https://forums.approximatrix.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Thanks a ton, Jeff!!</p>]]></content>
			<author>
				<name><![CDATA[sunilgk]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3827</uri>
			</author>
			<updated>2019-01-07T14:43:54Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3265#p3265</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3263#p3263" />
			<content type="html"><![CDATA[<p>Try installing the Debian package instead:</p><p><a href="http://download.approximatrix.com/simplyfortran/2.41/simplyfortran-2.41.2564_amd64.deb">http://download.approximatrix.com/simpl … _amd64.deb</a></p><p>The AppImage package may have issues on non-Debian systems (though this was corrected in version 3.0).</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2019-01-07T14:17:58Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3263#p3263</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Trouble running SF 2.41.2564]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3262#p3262" />
			<content type="html"><![CDATA[<p>Hello!</p><p>I have a license key for the v2 of SF and, recently after the update the key no longer works with v3.0. I went back to the downloads page and downloaded the older one for Ubuntu x64. Soon I realized that the file is executable (.Appimage kind) and I just had to run the ./SimplyFortran to start.<br />But, sadly I encounter an error like this:</p><p><em>/tmp/.mount_dcplhH/usr/bin/simplyfortran: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30: undefined symbol: p11_kit_uri_get_pin_value</em></p><p>I have tried installing and uninstalling few components and still this error comes up. The log file after&nbsp; <em>LD_DEBUG=libs ./SimplyFortran</em> is huge and I will attach it here, Hope to receive a solution from this forum. </p><p>The specs of the system are : KUbuntu 18.04.1 LTS x64, the version of SimplyFortran being 2.41.2564 with a single executable file.</p><br /><br /><div class="codebox"><pre><code>:
      7556:     calling fini: /lib/x86_64-linux-gnu/libtinfo.so.5 [0]
      7556:
      7556:
      7556:     calling fini: /lib/x86_64-linux-gnu/libdl.so.2 [0]
      7556:
      7577:
      7577:     calling fini: /bin/bash [0]
      7577:
      7577:
      7577:     calling fini: /lib/x86_64-linux-gnu/libtinfo.so.5 [0]
      7577:
      7577:
      7577:     calling fini: /lib/x86_64-linux-gnu/libdl.so.2 [0]
      7577:
      7578:     find library=libc.so.6 [0]; searching
      7578:      search path=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls:/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib:/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls:/tmp/.mount_UnC8FO/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:            (LD_LIBRARY_PATH)
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64/libc.so.6
      7579:     find library=libpthread.so.0 [0]; searching
      7579:      search path=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls:/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib:/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls:/tmp/.mount_UnC8FO/lib/x86_64/x86_64      7580::find library=/tmp/.mount_UnC8FO/lib/x86_64libc.so.6: [/tmp/.mount_UnC8FO/lib/x86_640:]; searching
/tmp/.mount_UnC8FO/lib:tls/x86_64/x86_64:tls/x86_64      7580:  : search path=tls/x86_64/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64::tls/tmp/.mount_UnC8FO/usr/lib/tls/x86_64::x86_64/x86_64/tmp/.mount_UnC8FO/usr/lib/tls/x86_64::x86_64/tmp/.mount_UnC8FO/usr/lib/tls::x86_64/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64::/tmp/.mount_UnC8FO/usr/lib/x86_64               (:/tmp/.mount_UnC8FO/usr/lib/x86_64LD_LIBRARY_PATH:)
/tmp/.mount_UnC8FO/usr/lib:/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64      7579:  :  trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64/libpthread.so.0:
/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls:/tmp/.mount_UnC8FO/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7580:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64/libc.so.6
      7580:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libpthread.so.0
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libpthread.so.0
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/usr/lib/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/libpthread.so.0
      7578:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64/libpthread.so.0
      7578:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libc.so.6
      7580:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libpthread.so.0
      7578:       trying file=/tmp/.mount_UnC8FO/lib/tls/libc.so.6
      7580:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/libc.so.6
      7578:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libpthread.so.0
      7580:           7578:       trying file=  trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64/libc.so.6/tmp/.mount_UnC8FO/lib/x86_64/libc.so.6

      7578:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpthread.so.0
      7579:           7578:       trying file=  trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64/libpthread.so.0/tmp/.mount_UnC8FO/lib/libc.so.6

      7580:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libc.so.6
      7578:       trying file=tls/x86_64/x86_64/libc.so.6
      7578:       trying file=tls/x86_64/libc.so.6
      7578:       trying file=tls/x86_64/libc.so.6
      7578:       trying file=tls/libc.so.6
      7578:       trying file=x86_64/x86_64/libc.so.6
      7578:       trying file=      7580:         trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libc.so.6
x86_64/libc.so.6      7579:
  trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libpthread.so.0
      7578:       trying file=x86_64/libc.so.6
      7578:       trying file=libc.so.6
      7578:      search cache=/etc/ld.so.cache
      7578:       trying file=/lib/x86_64-linux-gnu/libc.so.6
      7578:
      7580:           7579:       trying file=  trying file=/tmp/.mount_UnC8FO/usr/lib/libc.so.6/tmp/.mount_UnC8FO/lib/tls/x86_64/libpthread.so.0

      7578:
      7578:     calling init: /lib/x86_64-linux-gnu/libc.so.6
      7578:
      7578:           7580:
  trying file=      7578:       /tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64/libc.so.6initialize program: 
tr
      7578:
      7578:
      7578:     transferring control: tr
      7579:           7578:       trying file=
/tmp/.mount_UnC8FO/lib/tls/libpthread.so.0
      7580:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libc.so.6
      7580:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/x86_64/libpthread.so.0
      7580:       trying file=/tmp/.mount_UnC8FO/lib/tls/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libpthread.so.0
      7580:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libpthread.so.0
      7580:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libc.so.6
      7579:       trying file=/tmp/.mount_UnC8FO/lib/libpthread.so.0
      7580:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libc.so.6
      7579:       trying file=tls/x86_64/x86_64/libpthread.so.0
      7579:       trying file=tls/x86_64/libpthread.so.0
      7579:       trying file=tls/x86_64/libpthread.so.0
      7579:       trying file=tls/libpthread.so.0
      7579:       trying file=x86_64/x86_64/libpthread.so.0
      7579:       trying file=x86_64/libpthread.so.0
      7579:       trying file=x86_64/libpthread.so.0
      7579:       trying file=libpthread.so.0
      7579:      search cache=/etc/ld.so.cache
      7579:       trying file=/lib/x86_64-linux-gnu/libpthread.so.0
      7579:
      7580:       trying file=/tmp/.mount_UnC8FO/lib/libc.so.6
      7579:     find library=libc.so.6 [0]; searching
      7579:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7579:       trying file=/tmp/.mount_UnC8FO/usr/lib/libc.so.6
      7580:       trying file=tls/x86_64/x86_64/libc.so.6
      7580:       trying file=tls/x86_64/libc.so.6
      7579:           7580:       trying file=  trying file=tls/x86_64/x86_64/libc.so.6tls/x86_64/libc.so.6

      7580:       trying file=tls/libc.so.6      7579:
  trying file=      7580:       tls/x86_64/libc.so.6  trying file=
x86_64/x86_64/libc.so.6
      7579:           7580:       trying file=  trying file=tls/x86_64/libc.so.6x86_64/libc.so.6

      7579:           7580:       trying file=  trying file=tls/libc.so.6x86_64/libc.so.6

      7579:           7580:       trying file=  trying file=x86_64/x86_64/libc.so.6libc.so.6

      7579:           7580:       trying file= search cache=x86_64/libc.so.6/etc/ld.so.cache

      7579:       trying file=x86_64/libc.so.6
      7579:       trying file=libc.so.6
      7579:      search cache=/etc/ld.so.cache
      7579:       trying file=/lib/x86_64-linux-gnu/libc.so.6      7580:
  trying file=/lib/x86_64-linux-gnu/libc.so.6
      7579:           7580:

      7580:
      7580:     calling init: /lib/x86_64-linux-gnu/libc.so.6
      7580:
      7579:
      7579:     calling init: /lib/x86_64-linux-gnu/libpthread.so.0
      7579:
      7579:           7580:

      7579:           7580:     calling init: initialize program: /lib/x86_64-linux-gnu/libc.so.6head

      7579:           7580:

      7580:
      7580:     transferring control: head
      7580:
      7579:
      7579:     initialize program: sort
      7579:
      7579:
      7579:     transferring control: sort
      7579:
      7576:
      7576:     calling fini: /bin/bash [0]
      7576:
      7576:
      7576:     calling fini: /lib/x86_64-linux-gnu/libtinfo.so.5 [0]
      7576:
      7576:
      7576:     calling fini: /lib/x86_64-linux-gnu/libdl.so.2 [0]
      7576:
      7582:     find library=libcrypto.so.1.0.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls:/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib:/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls:/tmp/.mount_UnC8FO/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:            (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libcrypto.so.1.0.0
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libcrypto.so.1.0.0
      7582:
      7582:     find library=libstdc++.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls:/tmp/.mount_UnC8FO/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:               (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/tls/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/x86_64/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libstdc++.so.6
      7582:       trying file=/tmp/.mount_UnC8FO/lib/libstdc++.so.6
      7582:       trying file=tls/x86_64/x86_64/libstdc++.so.6
      7582:       trying file=tls/x86_64/libstdc++.so.6
      7582:       trying file=tls/x86_64/libstdc++.so.6
      7582:       trying file=tls/libstdc++.so.6
      7582:       trying file=x86_64/x86_64/libstdc++.so.6
      7582:       trying file=x86_64/libstdc++.so.6
      7582:       trying file=x86_64/libstdc++.so.6
      7582:       trying file=libstdc++.so.6
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libstdc++.so.6
      7582:
      7582:     find library=libsfluajit-5.1.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libsfluajit-5.1.so.2
      7582:
      7582:     find library=libdl.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libdl.so.2
      7582:       trying file=tls/x86_64/x86_64/libdl.so.2
      7582:       trying file=tls/x86_64/libdl.so.2
      7582:       trying file=tls/x86_64/libdl.so.2
      7582:       trying file=tls/libdl.so.2
      7582:       trying file=x86_64/x86_64/libdl.so.2
      7582:       trying file=x86_64/libdl.so.2
      7582:       trying file=x86_64/libdl.so.2
      7582:       trying file=libdl.so.2
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libdl.so.2
      7582:
      7582:     find library=libsfvte2_90.so.9 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libsfvte2_90.so.9
      7582:
      7582:     find library=libsfgtkhtml-4.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libsfgtkhtml-4.0.so.0
      7582:
      7582:     find library=libgtk-3.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgtk-3.so.0
      7582:
      7582:     find library=libxml2.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libxml2.so.2
      7582:
      7582:     find library=libgdk-3.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgdk-3.so.0
      7582:
      7582:     find library=libatk-1.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libatk-1.0.so.0
      7582:
      7582:     find library=libgio-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgio-2.0.so.0
      7582:
      7582:     find library=libpangocairo-1.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpangocairo-1.0.so.0
      7582:
      7582:     find library=libgdk_pixbuf-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgdk_pixbuf-2.0.so.0
      7582:
      7582:     find library=libcairo-gobject.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libcairo-gobject.so.2
      7582:
      7582:     find library=libpango-1.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpango-1.0.so.0
      7582:
      7582:     find library=libcairo.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libcairo.so.2
      7582:
      7582:     find library=libgobject-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgobject-2.0.so.0
      7582:
      7582:     find library=libglib-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libglib-2.0.so.0
      7582:
      7582:     find library=libgmodule-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgmodule-2.0.so.0
      7582:
      7582:     find library=libm.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libm.so.6
      7582:       trying file=tls/x86_64/x86_64/libm.so.6
      7582:       trying file=tls/x86_64/libm.so.6
      7582:       trying file=tls/x86_64/libm.so.6
      7582:       trying file=tls/libm.so.6
      7582:       trying file=x86_64/x86_64/libm.so.6
      7582:       trying file=x86_64/libm.so.6
      7582:       trying file=x86_64/libm.so.6
      7582:       trying file=libm.so.6
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libm.so.6
      7582:
      7582:     find library=libpthread.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpthread.so.0
      7582:       trying file=tls/x86_64/x86_64/libpthread.so.0
      7582:       trying file=tls/x86_64/libpthread.so.0
      7582:       trying file=tls/x86_64/libpthread.so.0
      7582:       trying file=tls/libpthread.so.0
      7582:       trying file=x86_64/x86_64/libpthread.so.0
      7582:       trying file=x86_64/libpthread.so.0
      7582:       trying file=x86_64/libpthread.so.0
      7582:       trying file=libpthread.so.0
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libpthread.so.0
      7582:
      7582:     find library=libpcre.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpcre.so.3
      7582:
      7582:     find library=libcurl.so.4 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libcurl.so.4
      7582:
      7582:     find library=libgcc_s.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgcc_s.so.1
      7582:
      7582:     find library=libc.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libc.so.6
      7582:       trying file=tls/x86_64/x86_64/libc.so.6
      7582:       trying file=tls/x86_64/libc.so.6
      7582:       trying file=tls/x86_64/libc.so.6
      7582:       trying file=tls/libc.so.6
      7582:       trying file=x86_64/x86_64/libc.so.6
      7582:       trying file=x86_64/libc.so.6
      7582:       trying file=x86_64/libc.so.6
      7582:       trying file=libc.so.6
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libc.so.6
      7582:
      7582:     find library=libX11.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libX11.so.6
      7582:
      7582:     find library=libXext.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXext.so.6
      7582:
      7582:     find library=libncurses.so.5 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libncurses.so.5
      7582:       trying file=tls/x86_64/x86_64/libncurses.so.5
      7582:       trying file=tls/x86_64/libncurses.so.5
      7582:       trying file=tls/x86_64/libncurses.so.5
      7582:       trying file=tls/libncurses.so.5
      7582:       trying file=x86_64/x86_64/libncurses.so.5
      7582:       trying file=x86_64/libncurses.so.5
      7582:       trying file=x86_64/libncurses.so.5
      7582:       trying file=libncurses.so.5
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libncurses.so.5
      7582:
      7582:     find library=libtinfo.so.5 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libtinfo.so.5
      7582:       trying file=tls/x86_64/x86_64/libtinfo.so.5
      7582:       trying file=tls/x86_64/libtinfo.so.5
      7582:       trying file=tls/x86_64/libtinfo.so.5
      7582:       trying file=tls/libtinfo.so.5
      7582:       trying file=x86_64/x86_64/libtinfo.so.5
      7582:       trying file=x86_64/libtinfo.so.5
      7582:       trying file=x86_64/libtinfo.so.5
      7582:       trying file=libtinfo.so.5
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libtinfo.so.5
      7582:
      7582:     find library=libutil.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libutil.so.1
      7582:       trying file=tls/x86_64/x86_64/libutil.so.1
      7582:       trying file=tls/x86_64/libutil.so.1
      7582:       trying file=tls/x86_64/libutil.so.1
      7582:       trying file=tls/libutil.so.1
      7582:       trying file=x86_64/x86_64/libutil.so.1
      7582:       trying file=x86_64/libutil.so.1
      7582:       trying file=x86_64/libutil.so.1
      7582:       trying file=libutil.so.1
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libutil.so.1
      7582:
      7582:     find library=libenchant.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libenchant.so.1
      7582:
      7582:     find library=libgailutil-3.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgailutil-3.so.0
      7582:
      7582:     find library=libXi.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXi.so.6
      7582:
      7582:     find library=libXcomposite.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXcomposite.so.1
      7582:
      7582:     find library=libXdamage.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXdamage.so.1
      7582:
      7582:     find library=libXfixes.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXfixes.so.3
      7582:
      7582:     find library=libatk-bridge-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libatk-bridge-2.0.so.0
      7582:
      7582:     find library=libpangoft2-1.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpangoft2-1.0.so.0
      7582:
      7582:     find library=libfontconfig.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libfontconfig.so.1
      7582:
      7582:     find library=libfreetype.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libfreetype.so.6
      7582:
      7582:     find library=libz.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libz.so.1
      7582:
      7582:     find library=liblzma.so.5 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/liblzma.so.5
      7582:
      7582:     find library=libXinerama.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXinerama.so.1
      7582:
      7582:     find library=libXrandr.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXrandr.so.2
      7582:
      7582:     find library=libXcursor.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXcursor.so.1
      7582:
      7582:     find library=libwayland-client.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libwayland-client.so.0
      7582:
      7582:     find library=libxkbcommon.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libxkbcommon.so.0
      7582:
      7582:     find library=libwayland-cursor.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libwayland-cursor.so.0
      7582:
      7582:     find library=librt.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/librt.so.1
      7582:       trying file=tls/x86_64/x86_64/librt.so.1
      7582:       trying file=tls/x86_64/librt.so.1
      7582:       trying file=tls/x86_64/librt.so.1
      7582:       trying file=tls/librt.so.1
      7582:       trying file=x86_64/x86_64/librt.so.1
      7582:       trying file=x86_64/librt.so.1
      7582:       trying file=x86_64/librt.so.1
      7582:       trying file=librt.so.1
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/librt.so.1
      7582:
      7582:     find library=libselinux.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libselinux.so.1
      7582:
      7582:     find library=libresolv.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libresolv.so.2
      7582:       trying file=tls/x86_64/x86_64/libresolv.so.2
      7582:       trying file=tls/x86_64/libresolv.so.2
      7582:       trying file=tls/x86_64/libresolv.so.2
      7582:       trying file=tls/libresolv.so.2
      7582:       trying file=x86_64/x86_64/libresolv.so.2
      7582:       trying file=x86_64/libresolv.so.2
      7582:       trying file=x86_64/libresolv.so.2
      7582:       trying file=libresolv.so.2
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libresolv.so.2
      7582:
      7582:     find library=libgthread-2.0.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgthread-2.0.so.0
      7582:
      7582:     find library=libpng12.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpng12.so.0
      7582:
      7582:     find library=libthai.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libthai.so.0
      7582:
      7582:     find library=libpixman-1.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libpixman-1.so.0
      7582:
      7582:     find library=libxcb-shm.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libxcb-shm.so.0
      7582:
      7582:     find library=libxcb-render.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libxcb-render.so.0
      7582:
      7582:     find library=libxcb.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libxcb.so.1
      7582:
      7582:     find library=libXrender.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXrender.so.1
      7582:
      7582:     find library=libffi.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libffi.so.6
      7582:
      7582:     find library=libidn.so.11 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libidn.so.11
      7582:
      7582:     find library=librtmp.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/librtmp.so.1
      7582:
      7582:     find library=libssh2.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libssh2.so.1
      7582:
      7582:     find library=libssl.so.1.0.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libssl.so.1.0.0
      7582:
      7582:     find library=libgssapi_krb5.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgssapi_krb5.so.2
      7582:
      7582:     find library=libkrb5.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libkrb5.so.3
      7582:
      7582:     find library=libk5crypto.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libk5crypto.so.3
      7582:
      7582:     find library=libcom_err.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libcom_err.so.2
      7582:
      7582:     find library=liblber-2.4.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/liblber-2.4.so.2
      7582:       trying file=tls/x86_64/x86_64/liblber-2.4.so.2
      7582:       trying file=tls/x86_64/liblber-2.4.so.2
      7582:       trying file=tls/x86_64/liblber-2.4.so.2
      7582:       trying file=tls/liblber-2.4.so.2
      7582:       trying file=x86_64/x86_64/liblber-2.4.so.2
      7582:       trying file=x86_64/liblber-2.4.so.2
      7582:       trying file=x86_64/liblber-2.4.so.2
      7582:       trying file=liblber-2.4.so.2
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/liblber-2.4.so.2
      7582:
      7582:     find library=libldap_r-2.4.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libldap_r-2.4.so.2
      7582:       trying file=tls/x86_64/x86_64/libldap_r-2.4.so.2
      7582:       trying file=tls/x86_64/libldap_r-2.4.so.2
      7582:       trying file=tls/x86_64/libldap_r-2.4.so.2
      7582:       trying file=tls/libldap_r-2.4.so.2
      7582:       trying file=x86_64/x86_64/libldap_r-2.4.so.2
      7582:       trying file=x86_64/libldap_r-2.4.so.2
      7582:       trying file=x86_64/libldap_r-2.4.so.2
      7582:       trying file=libldap_r-2.4.so.2
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2
      7582:
      7582:     find library=libatspi.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libatspi.so.0
      7582:
      7582:     find library=libdbus-1.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libdbus-1.so.3
      7582:
      7582:     find library=libharfbuzz.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libharfbuzz.so.0
      7582:
      7582:     find library=libexpat.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libexpat.so.1
      7582:
      7582:     find library=libdatrie.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libdatrie.so.1
      7582:
      7582:     find library=libXau.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXau.so.6
      7582:
      7582:     find library=libXdmcp.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libXdmcp.so.6
      7582:
      7582:     find library=libgnutls-deb0.so.28 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgnutls-deb0.so.28
      7582:
      7582:     find library=libhogweed.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libhogweed.so.2
      7582:
      7582:     find library=libnettle.so.4 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libnettle.so.4
      7582:
      7582:     find library=libgmp.so.10 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgmp.so.10
      7582:
      7582:     find library=libgcrypt.so.20 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgcrypt.so.20
      7582:
      7582:     find library=libkrb5support.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libkrb5support.so.0
      7582:
      7582:     find library=libkeyutils.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libkeyutils.so.1
      7582:
      7582:     find library=libsasl2.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libsasl2.so.2
      7582:
      7582:     find library=libgssapi.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgssapi.so.3
      7582:       trying file=tls/x86_64/x86_64/libgssapi.so.3
      7582:       trying file=tls/x86_64/libgssapi.so.3
      7582:       trying file=tls/x86_64/libgssapi.so.3
      7582:       trying file=tls/libgssapi.so.3
      7582:       trying file=x86_64/x86_64/libgssapi.so.3
      7582:       trying file=x86_64/libgssapi.so.3
      7582:       trying file=x86_64/libgssapi.so.3
      7582:       trying file=libgssapi.so.3
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libgssapi.so.3
      7582:
      7582:     find library=libgnutls.so.30 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgnutls.so.30
      7582:       trying file=tls/x86_64/x86_64/libgnutls.so.30
      7582:       trying file=tls/x86_64/libgnutls.so.30
      7582:       trying file=tls/x86_64/libgnutls.so.30
      7582:       trying file=tls/libgnutls.so.30
      7582:       trying file=x86_64/x86_64/libgnutls.so.30
      7582:       trying file=x86_64/libgnutls.so.30
      7582:       trying file=x86_64/libgnutls.so.30
      7582:       trying file=libgnutls.so.30
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libgnutls.so.30
      7582:
      7582:     find library=libgraphite2.so.3 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgraphite2.so.3
      7582:
      7582:     find library=libp11-kit.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libp11-kit.so.0
      7582:
      7582:     find library=libtasn1.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libtasn1.so.6
      7582:
      7582:     find library=libgpg-error.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libgpg-error.so.0
      7582:
      7582:     find library=libheimntlm.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libheimntlm.so.0
      7582:       trying file=tls/x86_64/x86_64/libheimntlm.so.0
      7582:       trying file=tls/x86_64/libheimntlm.so.0
      7582:       trying file=tls/x86_64/libheimntlm.so.0
      7582:       trying file=tls/libheimntlm.so.0
      7582:       trying file=x86_64/x86_64/libheimntlm.so.0
      7582:       trying file=x86_64/libheimntlm.so.0
      7582:       trying file=x86_64/libheimntlm.so.0
      7582:       trying file=libheimntlm.so.0
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libheimntlm.so.0
      7582:
      7582:     find library=libkrb5.so.26 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libkrb5.so.26
      7582:       trying file=tls/x86_64/x86_64/libkrb5.so.26
      7582:       trying file=tls/x86_64/libkrb5.so.26
      7582:       trying file=tls/x86_64/libkrb5.so.26
      7582:       trying file=tls/libkrb5.so.26
      7582:       trying file=x86_64/x86_64/libkrb5.so.26
      7582:       trying file=x86_64/libkrb5.so.26
      7582:       trying file=x86_64/libkrb5.so.26
      7582:       trying file=libkrb5.so.26
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libkrb5.so.26
      7582:
      7582:     find library=libasn1.so.8 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libasn1.so.8
      7582:       trying file=tls/x86_64/x86_64/libasn1.so.8
      7582:       trying file=tls/x86_64/libasn1.so.8
      7582:       trying file=tls/x86_64/libasn1.so.8
      7582:       trying file=tls/libasn1.so.8
      7582:       trying file=x86_64/x86_64/libasn1.so.8
      7582:       trying file=x86_64/libasn1.so.8
      7582:       trying file=x86_64/libasn1.so.8
      7582:       trying file=libasn1.so.8
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libasn1.so.8
      7582:
      7582:     find library=libhcrypto.so.4 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libhcrypto.so.4
      7582:       trying file=tls/x86_64/x86_64/libhcrypto.so.4
      7582:       trying file=tls/x86_64/libhcrypto.so.4
      7582:       trying file=tls/x86_64/libhcrypto.so.4
      7582:       trying file=tls/libhcrypto.so.4
      7582:       trying file=x86_64/x86_64/libhcrypto.so.4
      7582:       trying file=x86_64/libhcrypto.so.4
      7582:       trying file=x86_64/libhcrypto.so.4
      7582:       trying file=libhcrypto.so.4
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libhcrypto.so.4
      7582:
      7582:     find library=libroken.so.18 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libroken.so.18
      7582:       trying file=tls/x86_64/x86_64/libroken.so.18
      7582:       trying file=tls/x86_64/libroken.so.18
      7582:       trying file=tls/x86_64/libroken.so.18
      7582:       trying file=tls/libroken.so.18
      7582:       trying file=x86_64/x86_64/libroken.so.18
      7582:       trying file=x86_64/libroken.so.18
      7582:       trying file=x86_64/libroken.so.18
      7582:       trying file=libroken.so.18
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libroken.so.18
      7582:
      7582:     find library=libidn2.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libidn2.so.0
      7582:       trying file=tls/x86_64/x86_64/libidn2.so.0
      7582:       trying file=tls/x86_64/libidn2.so.0
      7582:       trying file=tls/x86_64/libidn2.so.0
      7582:       trying file=tls/libidn2.so.0
      7582:       trying file=x86_64/x86_64/libidn2.so.0
      7582:       trying file=x86_64/libidn2.so.0
      7582:       trying file=x86_64/libidn2.so.0
      7582:       trying file=libidn2.so.0
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libidn2.so.0
      7582:
      7582:     find library=libunistring.so.2 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libunistring.so.2
      7582:       trying file=tls/x86_64/x86_64/libunistring.so.2
      7582:       trying file=tls/x86_64/libunistring.so.2
      7582:       trying file=tls/x86_64/libunistring.so.2
      7582:       trying file=tls/libunistring.so.2
      7582:       trying file=x86_64/x86_64/libunistring.so.2
      7582:       trying file=x86_64/libunistring.so.2
      7582:       trying file=x86_64/libunistring.so.2
      7582:       trying file=libunistring.so.2
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libunistring.so.2
      7582:
      7582:     find library=libnettle.so.6 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libnettle.so.6
      7582:       trying file=tls/x86_64/x86_64/libnettle.so.6
      7582:       trying file=tls/x86_64/libnettle.so.6
      7582:       trying file=tls/x86_64/libnettle.so.6
      7582:       trying file=tls/libnettle.so.6
      7582:       trying file=x86_64/x86_64/libnettle.so.6
      7582:       trying file=x86_64/libnettle.so.6
      7582:       trying file=x86_64/libnettle.so.6
      7582:       trying file=libnettle.so.6
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libnettle.so.6
      7582:
      7582:     find library=libhogweed.so.4 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libhogweed.so.4
      7582:       trying file=tls/x86_64/x86_64/libhogweed.so.4
      7582:       trying file=tls/x86_64/libhogweed.so.4
      7582:       trying file=tls/x86_64/libhogweed.so.4
      7582:       trying file=tls/libhogweed.so.4
      7582:       trying file=x86_64/x86_64/libhogweed.so.4
      7582:       trying file=x86_64/libhogweed.so.4
      7582:       trying file=x86_64/libhogweed.so.4
      7582:       trying file=libhogweed.so.4
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libhogweed.so.4
      7582:
      7582:     find library=libwind.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libwind.so.0
      7582:       trying file=tls/x86_64/x86_64/libwind.so.0
      7582:       trying file=tls/x86_64/libwind.so.0
      7582:       trying file=tls/x86_64/libwind.so.0
      7582:       trying file=tls/libwind.so.0
      7582:       trying file=x86_64/x86_64/libwind.so.0
      7582:       trying file=x86_64/libwind.so.0
      7582:       trying file=x86_64/libwind.so.0
      7582:       trying file=libwind.so.0
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libwind.so.0
      7582:
      7582:     find library=libheimbase.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libheimbase.so.1
      7582:       trying file=tls/x86_64/x86_64/libheimbase.so.1
      7582:       trying file=tls/x86_64/libheimbase.so.1
      7582:       trying file=tls/x86_64/libheimbase.so.1
      7582:       trying file=tls/libheimbase.so.1
      7582:       trying file=x86_64/x86_64/libheimbase.so.1
      7582:       trying file=x86_64/libheimbase.so.1
      7582:       trying file=x86_64/libheimbase.so.1
      7582:       trying file=libheimbase.so.1
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libheimbase.so.1
      7582:
      7582:     find library=libhx509.so.5 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libhx509.so.5
      7582:       trying file=tls/x86_64/x86_64/libhx509.so.5
      7582:       trying file=tls/x86_64/libhx509.so.5
      7582:       trying file=tls/x86_64/libhx509.so.5
      7582:       trying file=tls/libhx509.so.5
      7582:       trying file=x86_64/x86_64/libhx509.so.5
      7582:       trying file=x86_64/libhx509.so.5
      7582:       trying file=x86_64/libhx509.so.5
      7582:       trying file=libhx509.so.5
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/usr/lib/x86_64-linux-gnu/libhx509.so.5
      7582:
      7582:     find library=libsqlite3.so.0 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libsqlite3.so.0
      7582:
      7582:     find library=libcrypt.so.1 [0]; searching
      7582:      search path=/tmp/.mount_UnC8FO/usr/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:             (LD_LIBRARY_PATH)
      7582:       trying file=/tmp/.mount_UnC8FO/usr/lib/libcrypt.so.1
      7582:       trying file=tls/x86_64/x86_64/libcrypt.so.1
      7582:       trying file=tls/x86_64/libcrypt.so.1
      7582:       trying file=tls/x86_64/libcrypt.so.1
      7582:       trying file=tls/libcrypt.so.1
      7582:       trying file=x86_64/x86_64/libcrypt.so.1
      7582:       trying file=x86_64/libcrypt.so.1
      7582:       trying file=x86_64/libcrypt.so.1
      7582:       trying file=libcrypt.so.1
      7582:      search cache=/etc/ld.so.cache
      7582:       trying file=/lib/x86_64-linux-gnu/libcrypt.so.1
      7582:
      7582:     /usr/lib/x86_64-linux-gnu/libgnutls.so.30: error: symbol lookup error: undefined symbol: p11_kit_uri_get_pin_value (fatal)
/tmp/.mount_UnC8FO/usr/bin/simplyfortran: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30: undefined symbol: p11_kit_uri_get_pin_value
      7586:     find library=libc.so.6 [0]; searching
      7586:      search path=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls/x86_64:/tmp/.mount_UnC8FO/usr/lib/tls:/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib/x86_64:/tmp/.mount_UnC8FO/usr/lib:/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls/x86_64:/tmp/.mount_UnC8FO/lib/tls:/tmp/.mount_UnC8FO/lib/x86_64/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib/x86_64:/tmp/.mount_UnC8FO/lib:tls/x86_64/x86_64:tls/x86_64:tls/x86_64:tls:x86_64/x86_64:x86_64:x86_64:            (LD_LIBRARY_PATH)
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/tls/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/usr/lib/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/tls/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/tls/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/x86_64/libc.so.6
      7586:       trying file=/tmp/.mount_UnC8FO/lib/libc.so.6
      7586:       trying file=tls/x86_64/x86_64/libc.so.6
      7586:       trying file=tls/x86_64/libc.so.6
      7586:       trying file=tls/x86_64/libc.so.6
      7586:       trying file=tls/libc.so.6
      7586:       trying file=x86_64/x86_64/libc.so.6
      7586:       trying file=x86_64/libc.so.6
      7586:       trying file=x86_64/libc.so.6
      7586:       trying file=libc.so.6
      7586:      search cache=/etc/ld.so.cache
      7586:       trying file=/lib/x86_64-linux-gnu/libc.so.6
      7586:
      7586:
      7586:     calling init: /lib/x86_64-linux-gnu/libc.so.6
      7586:
      7586:
      7586:     initialize program: rm
      7586:
      7586:
      7586:     transferring control: rm
      7586:
      7543:
      7543:     calling fini: /bin/bash [0]
      7543:
      7543:
      7543:     calling fini: /lib/x86_64-linux-gnu/libtinfo.so.5 [0]
      7543:
      7543:
      7543:     calling fini: /lib/x86_64-linux-gnu/libdl.so.2 [0]
      7543:</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sunilgk]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3827</uri>
			</author>
			<updated>2019-01-07T13:25:01Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3262#p3262</id>
		</entry>
</feed>
