Re: tds for sql 200o on CentOS release 5.3 (Final)
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/10/21 Tareq <[email protected]>: > > > I want to insall tds CentOS release 5.3 (Final) > > Can anyone tell me how please > If packages are available for your platform you can use them. If not available you can compile from sources using rpmbuild -ta freetds-x.xxxx.tar.gz or build from sources without packages using the classic tar zxvf freetds-x.xxx.tar.gz cd freetds-x.xxxx ./configure --put_here_options make make install (require usually root access) for more informations see http://www.freetds.org/userguide/ freddy77