Re: [PHP-DB] I need Microsoft SQL Library: mssql70.so

2002-10-02 Thread Kae Verens
Leo Hotmail wrote: > > I've installed Linux Red Hat 7.1 with php 4 and have the this libraries in >/usr/lib/php4 > > pgsql.so > ldap.so > imap.so > > but I need Microsoft SQL Library: mssql70.so > > how can I install it? freetds.org has a library that will allow you to connect to mssql 7

Re: [PHP-DB] I need Microsoft SQL Library: mssql70.so

2002-10-02 Thread Adam Voigt
You need the FreeTDS connection library (it works wonders for us): Goto www.freetds.org Download it Configure, make, make install it Edit your freetds config file to your needs Add the --with-sybase=/path/to/freetds to your PHP configure line yes, I know that says sybase, but trust me, it works.

[PHP-DB] I need Microsoft SQL Library: mssql70.so

2002-10-02 Thread Leo Hotmail
I've installed Linux Red Hat 7.1 with php 4 and have the this libraries in /usr/lib/php4 pgsql.so ldap.so imap.so but I need Microsoft SQL Library: mssql70.so how can I install it? Leo