<?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 working</description>
	<lastBuildDate>Tue, 20 Mar 2012 19:38:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Deepak</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-11767</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 20 Mar 2012 19:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-11767</guid>
		<description>Dhruv,if there were no error during compile, check the loaded configuration file in phpinfo. Most hosts today provide custom php.ini. If the php.ini path is different then you should put the load extension line in that file

echo “extension=mssql.so” &gt; /path/to/custom/php.ini</description>
		<content:encoded><![CDATA[<p>Dhruv,if there were no error during compile, check the loaded configuration file in phpinfo. Most hosts today provide custom php.ini. If the php.ini path is different then you should put the load extension line in that file</p>
<p>echo “extension=mssql.so” &gt; /path/to/custom/php.ini</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-2/#comment-10947</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-10947</guid>
		<description>dhruv, make sure that the various &quot;make install&quot; do not have any generated errors.</description>
		<content:encoded><![CDATA[<p>dhruv, make sure that the various &#8220;make install&#8221; do not have any generated errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhruv</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-10946</link>
		<dc:creator>dhruv</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-10946</guid>
		<description>i have followed the tutorial,
but still in my phpinfo() , its not showing ODBC section.

also getting this error on page 

Fatal error: Call to undefined function odbc_connect() in /home/frendzho/public_html/xyz.co.cc/mssql.php on line 8</description>
		<content:encoded><![CDATA[<p>i have followed the tutorial,<br />
but still in my phpinfo() , its not showing ODBC section.</p>
<p>also getting this error on page </p>
<p>Fatal error: Call to undefined function odbc_connect() in /home/frendzho/public_html/xyz.co.cc/mssql.php on line 8</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-2/#comment-8346</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-8346</guid>
		<description>Hi Roshan,

It seems like you are having problem with the freeTDS installation package. Do note that this post is written quite a while back in year 2008. I checked freeTDS and noted that it&#039;s now in version 0.91. I did encounter some issues previously with the different versions having compatibility issues. You may want to try with the 2008 release of freeTDS, version 08.2?

Btw, what OS are you installing in?

Steven</description>
		<content:encoded><![CDATA[<p>Hi Roshan,</p>
<p>It seems like you are having problem with the freeTDS installation package. Do note that this post is written quite a while back in year 2008. I checked freeTDS and noted that it&#8217;s now in version 0.91. I did encounter some issues previously with the different versions having compatibility issues. You may want to try with the 2008 release of freeTDS, version 08.2?</p>
<p>Btw, what OS are you installing in?</p>
<p>Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan Patil</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-8345</link>
		<dc:creator>Roshan Patil</dc:creator>
		<pubDate>Fri, 07 Oct 2011 17:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-8345</guid>
		<description>Hello,

I have installed the all packages which you have mentioned above tutorial, I am facing the some problem with tds 

1. When I am hit this command #rpm -qa &#124; grep freetds not get any output.
2. Also problem with libtdsodbc.so not installed on my server.

I hope you will help me regarding this.

Thanks,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have installed the all packages which you have mentioned above tutorial, I am facing the some problem with tds </p>
<p>1. When I am hit this command #rpm -qa | grep freetds not get any output.<br />
2. Also problem with libtdsodbc.so not installed on my server.</p>
<p>I hope you will help me regarding this.</p>
<p>Thanks,</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-2/#comment-3964</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 03 Sep 2010 18:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3964</guid>
		<description>Hi Ash, 

You do have &quot;Configuration File (php.ini) Path &quot; right? That should be the folder where your php.ini will be loaded from by default it &quot;Loaded Configuration File&quot; shows &quot;(none)&quot;.

Find &quot;PHP Extension&quot; in your phpinfo(). if it shows &quot;20060613+lfs&quot;, it means the .so extension file is loaded in the right directory.

Follow the steps in step 6 should let you create the .so file in the right directory.

hope this helps! :)</description>
		<content:encoded><![CDATA[<p>Hi Ash, </p>
<p>You do have &#8220;Configuration File (php.ini) Path &#8221; right? That should be the folder where your php.ini will be loaded from by default it &#8220;Loaded Configuration File&#8221; shows &#8220;(none)&#8221;.</p>
<p>Find &#8220;PHP Extension&#8221; in your phpinfo(). if it shows &#8220;20060613+lfs&#8221;, it means the .so extension file is loaded in the right directory.</p>
<p>Follow the steps in step 6 should let you create the .so file in the right directory.</p>
<p>hope this helps! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3963</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Fri, 03 Sep 2010 15:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3963</guid>
		<description>Hi Steven,
Sorry to bother again. I removed the php5 directory which i had before and installed php-5.2.14. I still could not find .so file in its ext/mssql/ directory but i did find one in usr/lib/php5/20060613+lfs/ but i don&#039;t understand one thing. Do i need to copy it back to the ext/mssql/ folder or what should i do next. there is no configure file in ext/mssql to run the ./configure command.

Also the phpinfo() page shows (none) in place of loaded configuration file. Does it mean that it cannot locate php.ini file? I am sure i did configure, make, make install and also make test .

Please help.

Thnks</description>
		<content:encoded><![CDATA[<p>Hi Steven,<br />
Sorry to bother again. I removed the php5 directory which i had before and installed php-5.2.14. I still could not find .so file in its ext/mssql/ directory but i did find one in usr/lib/php5/20060613+lfs/ but i don&#8217;t understand one thing. Do i need to copy it back to the ext/mssql/ folder or what should i do next. there is no configure file in ext/mssql to run the ./configure command.</p>
<p>Also the phpinfo() page shows (none) in place of loaded configuration file. Does it mean that it cannot locate php.ini file? I am sure i did configure, make, make install and also make test .</p>
<p>Please help.</p>
<p>Thnks</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-2/#comment-3962</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 03 Sep 2010 06:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3962</guid>
		<description>Hi Ash, great to hear that this tutorial have been helpful.

Yep, seems like the .so file is missing. since freeTDS is a source code library you jus need to get the version you need and overwrite w config-make-install will do.</description>
		<content:encoded><![CDATA[<p>Hi Ash, great to hear that this tutorial have been helpful.</p>
<p>Yep, seems like the .so file is missing. since freeTDS is a source code library you jus need to get the version you need and overwrite w config-make-install will do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3961</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3961</guid>
		<description>Hi Steven,
This tutorial is very helpful. Though many comments have really confused me for a while. I am trying to connect to MS SQL through PHP on Ubuntu.
The error says mssql.a&#124;so is missing. I don&#039;t know if its same .so file we are looking at. Can you please tell me how to downgrade and upgrade to later version of freeTDS. Thank you for ur help.</description>
		<content:encoded><![CDATA[<p>Hi Steven,<br />
This tutorial is very helpful. Though many comments have really confused me for a while. I am trying to connect to MS SQL through PHP on Ubuntu.<br />
The error says mssql.a|so is missing. I don&#8217;t know if its same .so file we are looking at. Can you please tell me how to downgrade and upgrade to later version of freeTDS. Thank you for ur help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3791</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Sun, 13 Jun 2010 14:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3791</guid>
		<description>Thank you very much...
After 2x months I now have it fixed in OpenSUSE-Factory.
Pity that the Novell / SUSE does not see this as a feature.
Ubunto and Fedora has this by default...</description>
		<content:encoded><![CDATA[<p>Thank you very much&#8230;<br />
After 2x months I now have it fixed in OpenSUSE-Factory.<br />
Pity that the Novell / SUSE does not see this as a feature.<br />
Ubunto and Fedora has this by default&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

