<?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 on: How To: Install mssql extension for php on unix</title>
	<atom:link href="http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/</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>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>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>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>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>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>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>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>By: Steven</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-1795</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 20 Jul 2009 03:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-1795</guid>
		<description>Hi José Carlos, 

I have upload a copy of &lt;a href=&quot;http://www.howtogetitworking.com/downloads/mssql.so.zip&quot; rel=&quot;nofollow&quot;&gt;mssql.so&lt;/a&gt; here, you can download from, but will still recommend you follow the steps above to get your .so file. do hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi José Carlos, </p>
<p>I have upload a copy of <a href="http://www.howtogetitworking.com/downloads/mssql.so.zip" rel="nofollow">mssql.so</a> here, you can download from, but will still recommend you follow the steps above to get your .so file. do hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fotos de chicas en ligero</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-1793</link>
		<dc:creator>fotos de chicas en ligero</dc:creator>
		<pubDate>Mon, 20 Jul 2009 02:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-1793</guid>
		<description>I should notify you about it.</description>
		<content:encoded><![CDATA[<p>I should notify you about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Carlos</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-1/#comment-1792</link>
		<dc:creator>José Carlos</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-1792</guid>
		<description>hi!!!

I have tried this and lots of tutorials but I couldn&#039;t obtain mssql.so

Coul anybody please send me it to jcchavezs[a]uni.pe

ITS TOOOOOOO URGENT PLEASE

thanks a lot!!!!!</description>
		<content:encoded><![CDATA[<p>hi!!!</p>
<p>I have tried this and lots of tutorials but I couldn&#8217;t obtain mssql.so</p>
<p>Coul anybody please send me it to jcchavezs[a]uni.pe</p>
<p>ITS TOOOOOOO URGENT PLEASE</p>
<p>thanks a lot!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
