<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MATLAB pour les geeks &#187; oscheck.sh</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?feed=rss2&#038;tag=oscheck-sh" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/matlab4geek</link>
	<description>&#62;&#62;why(393) </description>
	<lastBuildDate>Fri, 09 Jan 2015 13:05:12 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>MATLAB sous ubuntu 11.04</title>
		<link>https://blog.developpez.com/matlab4geek/?p=105</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=105#comments</comments>
		<pubDate>Tue, 03 May 2011 09:38:29 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[pensée MATLAB  du jour]]></category>
		<category><![CDATA[R2011a]]></category>
		<category><![CDATA[/lib/libc.so.6]]></category>
		<category><![CDATA[10.04 LTS]]></category>
		<category><![CDATA[605]]></category>
		<category><![CDATA[libc-2.13.so]]></category>
		<category><![CDATA[libc.so.6]]></category>
		<category><![CDATA[Natty Narwhal]]></category>
		<category><![CDATA[oscheck.sh]]></category>
		<category><![CDATA[r2011a]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Beaucoup de gens actuellement upgradent leur Ubuntu pour utiliser la 11.04 (nom de code : The Natty Narwhal) qui est la quatorzième version d&#8217;Ubuntu. Messages d&#8217;erreurs MATLAB devrait vous retourner qu&#8217;il ne trouve pas la librairie libc.so.6 en référence avec oscheck.sh Voici quelques variantes suivant que vous soyez sous 32 ou 64-bits: oscheck.sh: 605: /lib64/libc.so.6: [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Beaucoup de gens actuellement upgradent leur Ubuntu pour utiliser la 11.04 (nom de code : The Natty Narwhal) qui est la quatorzième version d&rsquo;Ubuntu.</p>
<ul>
<li><strong>Messages d&rsquo;erreurs</strong></li>
</ul>
<p>MATLAB devrait vous retourner qu&rsquo;il ne trouve pas la librairie libc.so.6 en référence avec oscheck.sh </p>
<p>Voici quelques variantes suivant que vous soyez sous 32 ou 64-bits:</p>
<blockquote><p>oscheck.sh: 605: /lib64/libc.so.6: not found<br />
oscheck.sh: 605: /lib/libc.so.6: not found<br />
matlab/bin/util/oscheck.sh: 605: /lib/libc.so.6: not found<br />
matlab/bin/util/oscheck.sh: 605: /lib64/libc.so.6: not found<br />
/opt/matlab/bin/util/oscheck.sh: 605: /lib/libc.so.6: not found<br />
oscheck.sh: 619: /lib/libc.so.6: not found<br />
bin/util/oscheck.sh: 619: /lib/libc.so.6: not found
</p></blockquote>
<ul>
<li><strong>Solution</strong></li>
</ul>
<p>Pour résoudre ce problème sous 64-bit:</p>
<blockquote><p><code class="codecolorer text default"><span class="text">sudo ln -s /lib64/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6</span></code></p></blockquote>
<p>sous 32-bit:</p>
<blockquote><p><code class="codecolorer text default"><span class="text">sudo ln -s /lib/i386-linux-gnu/libc-2.13.so /lib/libc.so.6</span></code></p></blockquote>
<ul>
<li><strong>Ubuntu 11.04 pas officiellement supporté</strong></li>
</ul>
<p>A noter que pour les distributions Ubuntu , <strong>la R2011a est officiellement supportée sur Ubuntu 10.04 LTS et 10.10</strong> cf <a href="http://www.mathworks.com/support/sysreq/current_release/linux.html">System Requirements &#8211; Release 2011a</a>:</p>
<blockquote><p><img src="http://blog.developpez.com/media/libc.so.6 ubuntu.JPG" width="775" height="586" alt="libc.so.6 matlab" /></p></blockquote>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
