<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=5672&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] startxfce4 can't find libxfsm-4.6.so.0]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=5672</link>
		<description><![CDATA[The most recent posts in [Solved] startxfce4 can't find libxfsm-4.6.so.0.]]></description>
		<lastBuildDate>Wed, 26 Jan 2011 21:37:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] startxfce4 can't find libxfsm-4.6.so.0]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=20660#p20660</link>
			<description><![CDATA[<p>Thank you! Got it sorted out by compiling with --prefix=/usr.</p><p>Now it starts at least. Doesn&#039;t really work great though so far.</p>]]></description>
			<author><![CDATA[dummy@example.com (temcat)]]></author>
			<pubDate>Wed, 26 Jan 2011 21:37:40 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=20660#p20660</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] startxfce4 can't find libxfsm-4.6.so.0]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=20652#p20652</link>
			<description><![CDATA[<p>The problem with mine instaltion was that ALL the compiled libraies where installed into /usr/local/lib/ and xfce programs is looking for them /usr/lib<br />I messed somewhere with prefixes...I think.<br />Well, there are several solutions for that. For example symlink all the neccesery libs. Or copy-paste them (what I did in the end). Or rebuild/reinstall following this one:<br /><a href="http://www.xfce.org/download/building" rel="nofollow">http://www.xfce.org/download/building</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Dwimenor)]]></author>
			<pubDate>Wed, 26 Jan 2011 11:30:06 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=20652#p20652</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] startxfce4 can't find libxfsm-4.6.so.0]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=20646#p20646</link>
			<description><![CDATA[<p>Hi Dwimenor,</p><p>I have exactly the same problem. From your second post, I understood that you found a mistake in your configuration. Can you share your findings and fixes?</p><p>Thanks in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (temcat)]]></author>
			<pubDate>Tue, 25 Jan 2011 23:46:24 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=20646#p20646</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] startxfce4 can't find libxfsm-4.6.so.0]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=20528#p20528</link>
			<description><![CDATA[<p>Ok, I&#039;ve got it.<br />First I downloaded the xfce-session 4.6 .deb file from repo to check the files being installed with that package. It seems that make &amp;&amp; make install does copy the libxfsm-4.6.so.0 into /usr/local/lib/ <br />It does so, or I&#039;ve screw up somehow configuration</p><p>.deb package installs this library to /usr/lib. I&#039;ve bypassed thole thing by simply creating symlink from<br />/usr/local/lib/libxfsm-4.6.so.0 to /usr/lib/libxfsm-4.6.so</p><p>That required creating some other links (libxfsm-4.6.a&#160; &#160; &#160; .0.0.0 and so on), but xfce 4.8 is working now.</p><br /><p>EDIT (day later)<br />Yach, the part &quot;I&#039;ve screw up somehow configuration&quot; is more then accurate.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dwimenor)]]></author>
			<pubDate>Wed, 19 Jan 2011 16:52:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=20528#p20528</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] startxfce4 can't find libxfsm-4.6.so.0]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=20527#p20527</link>
			<description><![CDATA[<p>Just got xfce 4.8 tarball, made and installed it. Everyting good till starting:</p><div class="codebox"><pre><code>xfce4-session: error while loading shared libraries: libxfsm-4.6.so.0: cannot open shared object file: No such file or directory</code></pre></div><p>But:</p><div class="codebox"><pre><code>dwimenor@16:23:54:~$ for i in `locate libxfsm-4.6.so.0`;do file $i;done
/usr/local/lib/libxfsm-4.6.so.0: symbolic link to `libxfsm-4.6.so.0.0.0&#039;
/usr/local/lib/libxfsm-4.6.so.0.0.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
/usr/src/xfce/xfce4-session-4.8.0/libxfsm/.libs/libxfsm-4.6.so.0: symbolic link to `libxfsm-4.6.so.0.0.0&#039;
/usr/src/xfce/xfce4-session-4.8.0/libxfsm/.libs/libxfsm-4.6.so.0.0.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped</code></pre></div><p>I&#039;ve found out this one:<br /><a href="http://forum.xfce.org/viewtopic.php?id=4983" rel="nofollow">http://forum.xfce.org/viewtopic.php?id=4983</a><br />But to be honest, I don&#039;t want to install whole xfce 4.6 just to get 4.8 working.<br />Any idea?<br />I&#039;m running Ubuntu Lucid x86_64 with self compiled 2.6.37 kernel.</p><p>I could use some precompiled .debs (if there are any) but it&#039;s not that entertaining as doing it myself <img src="http://forum.xfce.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Dwimenor)]]></author>
			<pubDate>Wed, 19 Jan 2011 15:30:29 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=20527#p20527</guid>
		</item>
	</channel>
</rss>
