<?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>Fri, 03 Sep 2010 18:51:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<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! <img src='http://howtogetitworking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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>
	<item>
		<title>By: Adam</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-3701</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3701</guid>
		<description>What I needed to do was put an entry for the DSN in the odbc.ini that is in the /etc/ folder as well as an entry in the file /home/username/.odbc.ini.</description>
		<content:encoded><![CDATA[<p>What I needed to do was put an entry for the DSN in the odbc.ini that is in the /etc/ folder as well as an entry in the file /home/username/.odbc.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-3699</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 06 Apr 2010 16:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-3699</guid>
		<description>adam, great to hear you fix it, which part of the user-DSN are you referring to? so i can update the documentation</description>
		<content:encoded><![CDATA[<p>adam, great to hear you fix it, which part of the user-DSN are you referring to? so i can update the documentation</p>
]]></content:encoded>
	</item>
</channel>
</rss>
