Re: FreeTDS - PHP - Mac OS X Leopard Server

Eloy Lafuente <[email protected]>
Newsgroups gmane.comp.db.tds.freetds
Message-ID <[email protected]>
I'd suggest you to use the MacPorts way:

http://www.macports.org/

It's a really handy "downloader/compiler/installer" for all 
those of things, looking for dependencies, configuring... 
lots easier than the manual way. I used to be "manual-guy" 
until discovered it. Once intalled, something like this will 
do the whole work:

port install php52 +apache2 +mssql +mysql5 +postgresql83
(see variants for options available on each package)

That is my current php5 port, it installs the freetds php 
driver by default.

Ciao, stronk7 :-)

Daniel Fazekas escribió:
> On Sep 25, 2009, at 14:59, Nikhil wrote:
> 
>> Does anyone have a successful FreeTDS installation with Leopard  
>> Server? The built-in PHP module in Leopard is not configured for  
>> MSSQL and I cannot seem to get PHP to talk with FreeTDS.
> 
> You'll have to build and install the mssql php extension.
> 
> First you have to get the PHP source code matching the version on your  
> system.
> It's probably easiest to go to
> http://www.opensource.apple.com/
> 
> Select the Mac OS X version you got, and look for the package named  
> "apache_mod_php-*"
> 
> Expand the archive until you get to the actual PHP source code, then  
> it should be as simple as:
> 
> cd ext/mssql
> phpize && ./configure && make && sudo make install
> 
> Then edit /etc/php.ini to get your freshly installed extension loaded:
> extension = mssql.so
> 
> Finally you may have to reload Apache so that the changes could take  
> place.
> sudo apachectl graceful
> 
> 
> Or you could try to use the ODBC driver in FreeTDS as PHP on Mac OS X  
> already comes with the odbc extension built in.
> _______________________________________________
> FreeTDS mailing list
> [email protected]
> http://lists.ibiblio.org/mailman/listinfo/freetds
> 


-- 
/// Moodle - open-source software for collaborative learning
///
/// Free software, community, information: http://moodle.org
/// Commercial support and other services: http://moodle.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.