Re: Prompts While Installing freebsd package
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4dUKzEBCHjJsTyqCUesorcd8DsL4eLt36CV+euUSnboog@mail.gmail.com> |
2012/10/9 Evan Panagiotopoulos <[email protected]>: > During the installation of the package I receive the prompt: > > [ ] OPENSSL Use openssl > [ ] GNUTLS Use GNUTLS > [ ] IODBC Use iodbc (Mutually Exclusive) > [ ] UNIXODBC Use unixodbc (Mutually Exclusive) > [ ] MSDBLIB MS SQL Server support (breaks databases/sybtcl) > > Since I am trying to connect to a MS SQL database I should select the last > option, MSDBLIB MS SQL Server support. Is this assumption correct? Should > I select any additional options? > > > -- > Evan Panagiotopoulos If you use a recent version defining this at compile time is useless and just break stuff, better to define MSDBLIB in your code or project files (and only apply if you use dblib). Personally I use gnutls and unixodbc but this is up to you. I think you are using Gentoo, isn't it? Frediano