<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for How to get it done</title>
	<atom:link href="http://howtogetitworking.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtogetitworking.com</link>
	<description>get things workin</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:37:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by uberweiss</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3659</link>
		<dc:creator>uberweiss</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3659</guid>
		<description>I have double checked everyting. changed the conf. for unixODBC to point to /usr/lib/ all server info is correct but i still get.

[IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified
[ISQL]ERROR: Could not SQLConnect</description>
		<content:encoded><![CDATA[<p>I have double checked everyting. changed the conf. for unixODBC to point to /usr/lib/ all server info is correct but i still get.</p>
<p>[IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified<br />
[ISQL]ERROR: Could not SQLConnect</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by Steven</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-3655</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 05 Mar 2010 16:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3655</guid>
		<description>uberweiss, you may want to double check your freeTDS installation. the configuration for unixODBC will work correctly only if those files are installed in the correct directory, cause there is direct dependancy.</description>
		<content:encoded><![CDATA[<p>uberweiss, you may want to double check your freeTDS installation. the configuration for unixODBC will work correctly only if those files are installed in the correct directory, cause there is direct dependancy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by uberweiss</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-3654</link>
		<dc:creator>uberweiss</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3654</guid>
		<description>Dear Steven.

Thank you very much for your feedback. 

the &quot;libtdsodbc.so&quot; wasnt in &quot;/usr/local/lib/&quot; but in &quot;/usr/lib/&quot; so i have copied it to &quot;/usr/local/lib/&quot;.#

i&#039;ve checked the information entered in the /etc/freetds.conf and it looks correct. 

[a_name]

        host = 192.168.10.5
        port = 1433
        tds version = 8.0

but i still get the same error.</description>
		<content:encoded><![CDATA[<p>Dear Steven.</p>
<p>Thank you very much for your feedback. </p>
<p>the &#8220;libtdsodbc.so&#8221; wasnt in &#8220;/usr/local/lib/&#8221; but in &#8220;/usr/lib/&#8221; so i have copied it to &#8220;/usr/local/lib/&#8221;.#</p>
<p>i&#8217;ve checked the information entered in the /etc/freetds.conf and it looks correct. </p>
<p>[a_name]</p>
<p>        host = 192.168.10.5<br />
        port = 1433<br />
        tds version = 8.0</p>
<p>but i still get the same error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by Steven</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-3653</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3653</guid>
		<description>invisibled, you may want to check out http://lists.ibiblio.org/pipermail/freetds/2009q2/024684.html for snow leopard.</description>
		<content:encoded><![CDATA[<p>invisibled, you may want to check out <a href="http://lists.ibiblio.org/pipermail/freetds/2009q2/024684.html" rel="nofollow">http://lists.ibiblio.org/pipermail/freetds/2009q2/024684.html</a> for snow leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by invisibled</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-3646</link>
		<dc:creator>invisibled</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3646</guid>
		<description>Hey There,

I followed the tutorial and connected to the database in terminal no problems. But I can&#039;t seem to get the mssql extension installed. It Doesn&#039;t show up in phpinfo() and says call to undefinded function when i run mssql_connect()

any suggestions? I&#039;m using OS X snow leopard.</description>
		<content:encoded><![CDATA[<p>Hey There,</p>
<p>I followed the tutorial and connected to the database in terminal no problems. But I can&#8217;t seem to get the mssql extension installed. It Doesn&#8217;t show up in phpinfo() and says call to undefinded function when i run mssql_connect()</p>
<p>any suggestions? I&#8217;m using OS X snow leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by Steven</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-3644</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3644</guid>
		<description>uberweiss, you may want to check your &quot;/usr/local/lib/&quot; folder if the &quot;libtdsodbc.so&quot; is there? and make sure in step 3 your names are same and correct.</description>
		<content:encoded><![CDATA[<p>uberweiss, you may want to check your &#8220;/usr/local/lib/&#8221; folder if the &#8220;libtdsodbc.so&#8221; is there? and make sure in step 3 your names are same and correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by uberweiss</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-3641</link>
		<dc:creator>uberweiss</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3641</guid>
		<description>i have followed this guide  but get the following error when i run the command isql -v mstest satest satest which is under step 5.

[IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified
[ISQL]ERROR: Could not SQLConnect

can anybody help what this mean.?!?</description>
		<content:encoded><![CDATA[<p>i have followed this guide  but get the following error when i run the command isql -v mstest satest satest which is under step 5.</p>
<p>[IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified<br />
[ISQL]ERROR: Could not SQLConnect</p>
<p>can anybody help what this mean.?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overcoming Gmail &#8220;All Mail&#8221; Folder in IMAP by Steven</title>
		<link>http://howtogetitworking.com/2009/04/12/overcoming-gmail-mail-folder-imap/comment-page-1/#comment-3055</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=24#comment-3055</guid>
		<description>great to hear that it help solve the double notification, it does get a bit irritating after a while.</description>
		<content:encoded><![CDATA[<p>great to hear that it help solve the double notification, it does get a bit irritating after a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overcoming Gmail &#8220;All Mail&#8221; Folder in IMAP by Joe C</title>
		<link>http://howtogetitworking.com/2009/04/12/overcoming-gmail-mail-folder-imap/comment-page-1/#comment-3053</link>
		<dc:creator>Joe C</dc:creator>
		<pubDate>Thu, 07 Jan 2010 06:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=24#comment-3053</guid>
		<description>BRILLIANT! This is EXACTLY what I was looking for. I&#039;m using Firefox 3.0 integrated with Gmail and I always got double notifications for e-mails, and this totally eliminates this issue.</description>
		<content:encoded><![CDATA[<p>BRILLIANT! This is EXACTLY what I was looking for. I&#8217;m using Firefox 3.0 integrated with Gmail and I always got double notifications for e-mails, and this totally eliminates this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Fix ThinkPad Keyboard Beep by Steven</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-fix-thinkpad-keyboard-beep/comment-page-1/#comment-3011</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=7#comment-3011</guid>
		<description>James, you are most welcome!!</description>
		<content:encoded><![CDATA[<p>James, you are most welcome!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
