Re: Tests fail on OS X with FreeTDS
Michael Peppler <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2005-05-19 at 20:20, Steve Gravrock wrote: > I'm trying to install DBD::Sybase 1.05 on Mac OS X with FreeTDS 0.63. > The test data source that I'm using is SQL Server 2000. I can connect > to it with tsql. > > When I run 'make test', many of the tests fail: That is expected - there are a lot of functionality/features of OpenClient that is missing from FreeTDS at the moment. > Here are the error messages printed by 'make test': > > cs_config(CS_LOC_PROP) failed at That's a warning in the DBD::Sybase code that you can disable (by editing the source in dbdimp.c). The warning just shows that this functionality isn't supported by FreeTDS. Michael -- Michael Peppler - [email protected] - http://www.peppler.org/ Sybase DBA/Developer Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html