<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Tink Initialisation</title>
	<atom:link href="http://www.tinkinit.com/main/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tinkinit.com/main</link>
	<description>My computer adventures</description>
	<pubDate>Fri, 21 Nov 2008 12:52:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Game Xcode Project by Sarah</title>
		<link>http://www.tinkinit.com/main/2008/05/15/game-xcode-project/#comment-53</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 23 Jul 2008 01:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2008/05/15/game-xcode-project/#comment-53</guid>
		<description>Hello Honney, I've noticed that you haven't posted anything for a while. I had a look back through some of your old posts. You really are a clever chook and you it's obvious that you love what you're doing. I'm so proud of you for getting this site up and running. Keep it up. xoxo</description>
		<content:encoded><![CDATA[<p>Hello Honney, I&#8217;ve noticed that you haven&#8217;t posted anything for a while. I had a look back through some of your old posts. You really are a clever chook and you it&#8217;s obvious that you love what you&#8217;re doing. I&#8217;m so proud of you for getting this site up and running. Keep it up. xoxo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by sfischer</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-49</link>
		<dc:creator>sfischer</dc:creator>
		<pubDate>Tue, 03 Jun 2008 10:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-49</guid>
		<description>so. i got the other cd with linuxinstaller from a friend and now it works for me. but allthough thanks for your help,</description>
		<content:encoded><![CDATA[<p>so. i got the other cd with linuxinstaller from a friend and now it works for me. but allthough thanks for your help,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by Jim</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-47</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 22 May 2008 03:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-47</guid>
		<description>Can you go
ls -lart ~/UT2004/System and send me the details for libSDL1.2.so.0 and openal.
I think that you might of copied the symlinks not the actual files. You can try 
cp /usr/lib/libSDL1.2.so.0.11.1 ~/UT2004/System/libSDL1.2.so.0
also make sure that you have the right permisions on the so files.
so sudo chown sebastian:sebastion ~/UT2004/System/libSDL1.2.so.0
Note that libSDL1.2.so.0.11.1 might not be in /usr/lib


Do the same with openal, I don't know where that is.

If that doesn't work we can try to do it over MSN or something.</description>
		<content:encoded><![CDATA[<p>Can you go<br />
ls -lart ~/UT2004/System and send me the details for libSDL1.2.so.0 and openal.<br />
I think that you might of copied the symlinks not the actual files. You can try<br />
cp /usr/lib/libSDL1.2.so.0.11.1 ~/UT2004/System/libSDL1.2.so.0<br />
also make sure that you have the right permisions on the so files.<br />
so sudo chown sebastian:sebastion ~/UT2004/System/libSDL1.2.so.0<br />
Note that libSDL1.2.so.0.11.1 might not be in /usr/lib</p>
<p>Do the same with openal, I don&#8217;t know where that is.</p>
<p>If that doesn&#8217;t work we can try to do it over MSN or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by sfischer</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-46</link>
		<dc:creator>sfischer</dc:creator>
		<pubDate>Wed, 21 May 2008 23:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-46</guid>
		<description>Please excuse me not writing back again, I had some bigger problems and forgot about this. Well...heres the ls output;

lrwxrwxrwx  1 sebastian sebastian       20 2008-05-22 00:34 libSDL1.2.so.0 -&#62; libSDL-1.2.so.0.11.1
lrwxrwxrwx  1 sebastian sebastian       18 2008-05-22 00:38 
openal.so -&#62;libopenal.so.0.0.0
drwxr-xr-x  3 sebastian sebastian    20480 2008-05-22 00:39 .



and here the ldd:
sebastian@ubuntu:~/UT2004/System$ ldd ut2004-bin
	not a dynamic executable

and i do have copied the libs but i still get:
./ut2004-bin: error while loading shared libraries: ./libSDL-1.2.so.0: cannot open shared object file: No such file or directory

hope you still want to help me!</description>
		<content:encoded><![CDATA[<p>Please excuse me not writing back again, I had some bigger problems and forgot about this. Well&#8230;heres the ls output;</p>
<p>lrwxrwxrwx  1 sebastian sebastian       20 2008-05-22 00:34 libSDL1.2.so.0 -&gt; libSDL-1.2.so.0.11.1<br />
lrwxrwxrwx  1 sebastian sebastian       18 2008-05-22 00:38<br />
openal.so -&gt;libopenal.so.0.0.0<br />
drwxr-xr-x  3 sebastian sebastian    20480 2008-05-22 00:39 .</p>
<p>and here the ldd:<br />
sebastian@ubuntu:~/UT2004/System$ ldd ut2004-bin<br />
	not a dynamic executable</p>
<p>and i do have copied the libs but i still get:<br />
./ut2004-bin: error while loading shared libraries: ./libSDL-1.2.so.0: cannot open shared object file: No such file or directory</p>
<p>hope you still want to help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by Jim</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-42</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 10 Apr 2008 00:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-42</guid>
		<description>Try again but leave out the ./ So instead of ./ldd or ./ls do ldd ut2004-bin and ls lart

./ means run a script or program in the current directory. If you do ls -lart in a directory you will see 2 directories (. and ..). . is current directory .. is the directory one level back.</description>
		<content:encoded><![CDATA[<p>Try again but leave out the ./ So instead of ./ldd or ./ls do ldd ut2004-bin and ls lart</p>
<p>./ means run a script or program in the current directory. If you do ls -lart in a directory you will see 2 directories (. and ..). . is current directory .. is the directory one level back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by sfischer</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-36</link>
		<dc:creator>sfischer</dc:creator>
		<pubDate>Wed, 09 Apr 2008 11:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-36</guid>
		<description>Yes i copied libSDL-1.2.so.0 into the UT2004/System directory

here's the output:

sebastian@ubuntu:~/UT2004/System$ ./ldd ut2004-bin
bash: ./ldd: No such file or directory
sebastian@ubuntu:~/UT2004/System$ ./ls -lart
bash: ./ls: No such file or directory
sebastian@ubuntu:~/UT2004/System$ 

thank you!</description>
		<content:encoded><![CDATA[<p>Yes i copied libSDL-1.2.so.0 into the UT2004/System directory</p>
<p>here&#8217;s the output:</p>
<p>sebastian@ubuntu:~/UT2004/System$ ./ldd ut2004-bin<br />
bash: ./ldd: No such file or directory<br />
sebastian@ubuntu:~/UT2004/System$ ./ls -lart<br />
bash: ./ls: No such file or directory<br />
sebastian@ubuntu:~/UT2004/System$ </p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by Jim</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-34</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 06 Apr 2008 23:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-34</guid>
		<description>You need to copy libSDL-1.2.so.0 to your /UT2004/System directory.
If that is what you meant, run "ldd ut2004-bin" and give me the output.
Also run "ls -lart" in the same directory.</description>
		<content:encoded><![CDATA[<p>You need to copy libSDL-1.2.so.0 to your /UT2004/System directory.<br />
If that is what you meant, run &#8220;ldd ut2004-bin&#8221; and give me the output.<br />
Also run &#8220;ls -lart&#8221; in the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreal Anthology and linux by sfischer</title>
		<link>http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-33</link>
		<dc:creator>sfischer</dc:creator>
		<pubDate>Sun, 06 Apr 2008 17:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/08/27/unreal-anthology-and-linux/#comment-33</guid>
		<description>Please help me!
I'm a compelete newbe on linux (using ubuntu since 3 days)
I also installed my Unreal Anthology pack like you described. But when I wanted to start it over terminal, I got that reply:

sebastian@ubuntu:~/UT2004/System$ ./ut2004-bin
./ut2004-bin: error while loading shared libraries: ./libSDL-1.2.so.0: cannot open shared object file: No such file or directory

What could this mean? I copied ./libSDL-1.2.so.0 directly from /usr/lib/
please reply!!!!</description>
		<content:encoded><![CDATA[<p>Please help me!<br />
I&#8217;m a compelete newbe on linux (using ubuntu since 3 days)<br />
I also installed my Unreal Anthology pack like you described. But when I wanted to start it over terminal, I got that reply:</p>
<p>sebastian@ubuntu:~/UT2004/System$ ./ut2004-bin<br />
./ut2004-bin: error while loading shared libraries: ./libSDL-1.2.so.0: cannot open shared object file: No such file or directory</p>
<p>What could this mean? I copied ./libSDL-1.2.so.0 directly from /usr/lib/<br />
please reply!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows: Hiding files starting with a full stop by Hot Chick</title>
		<link>http://www.tinkinit.com/main/2007/09/12/windows-hiding-files-starting-with-a-full-stop/#comment-10</link>
		<dc:creator>Hot Chick</dc:creator>
		<pubDate>Wed, 12 Sep 2007 00:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/09/12/windows-hiding-files-starting-with-a-full-stop/#comment-10</guid>
		<description>My oh my, what a genius MT is. We should all give him money.</description>
		<content:encoded><![CDATA[<p>My oh my, what a genius MT is. We should all give him money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Max OS X: Shortcut to network share by Hot Chick</title>
		<link>http://www.tinkinit.com/main/2007/09/12/max-os-x-shortcut-to-network-share/#comment-9</link>
		<dc:creator>Hot Chick</dc:creator>
		<pubDate>Wed, 12 Sep 2007 00:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinkinit.com/main/2007/09/12/max-os-x-shortcut-to-network-share/#comment-9</guid>
		<description>Wow, you know MT? He sure is smart and good looking. He is truly a god among men.</description>
		<content:encoded><![CDATA[<p>Wow, you know MT? He sure is smart and good looking. He is truly a god among men.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
