<?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, 10 Jan 2012 15:38:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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>
	<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-3784</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 29 May 2010 05:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3784</guid>
		<description>Hi Brad, glad that it&#039;s helpful and thank you for the updates! =)</description>
		<content:encoded><![CDATA[<p>Hi Brad, glad that it&#8217;s helpful and thank you for the updates! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3782</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 28 May 2010 23:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3782</guid>
		<description>Great tutorial! I used this in conjunction with one I found here:

http://www.dotvoid.com/

FYI I had to install php5-sybase to get php to recognize the mssql_* functions. In ubuntu 10.04 I just ran this:

sudo apt-get install -y php5-sybase

Also, I&#039;m not sure if it really matters much, but I did add these empty text files to the freetds installation directory:

touch /usr/local/include/tds.h
touch /usr/local/lib/libtds.a

By the way, if you don&#039;t specify a directory, freetds installs by default in /usr/local/

One last thing:

When I installed the mssql.so file, I specified the freetds installation directory, like so:

./configure --with-mssql=/usr/local</description>
		<content:encoded><![CDATA[<p>Great tutorial! I used this in conjunction with one I found here:</p>
<p><a href="http://www.dotvoid.com/" rel="nofollow">http://www.dotvoid.com/</a></p>
<p>FYI I had to install php5-sybase to get php to recognize the mssql_* functions. In ubuntu 10.04 I just ran this:</p>
<p>sudo apt-get install -y php5-sybase</p>
<p>Also, I&#8217;m not sure if it really matters much, but I did add these empty text files to the freetds installation directory:</p>
<p>touch /usr/local/include/tds.h<br />
touch /usr/local/lib/libtds.a</p>
<p>By the way, if you don&#8217;t specify a directory, freetds installs by default in /usr/local/</p>
<p>One last thing:</p>
<p>When I installed the mssql.so file, I specified the freetds installation directory, like so:</p>
<p>./configure &#8211;with-mssql=/usr/local</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renato batisteli pinto</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3702</link>
		<dc:creator>renato batisteli pinto</dc:creator>
		<pubDate>Wed, 07 Apr 2010 23:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3702</guid>
		<description>Hi
Although new to linux I have a real problem with a MSSQL DB connection. I have, on one side, a server fedora-core8 and on the other hand, a Windows Server 2000. After much hesitation I decided to follow this tutorial but since installing the unixODBC I get the following error: configure: error: non acceptable C compiller found in $ PATH. 
I look for config.log but can not identify where the problem lies. Some good soul can help me?
Sorry for the style I&#039;m not fluent in English</description>
		<content:encoded><![CDATA[<p>Hi<br />
Although new to linux I have a real problem with a MSSQL DB connection. I have, on one side, a server fedora-core8 and on the other hand, a Windows Server 2000. After much hesitation I decided to follow this tutorial but since installing the unixODBC I get the following error: configure: error: non acceptable C compiller found in $ PATH.<br />
I look for config.log but can not identify where the problem lies. Some good soul can help me?<br />
Sorry for the style I&#8217;m not fluent in English</p>
]]></content:encoded>
	</item>
</channel>
</rss>

