I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-05-09 00:19:10.277495-07 by mjevans in response to 13711
Re: Error Compiling on 64 bit Windows 2008 server using cygwin
I don't really use this forum and the forum link for DBD::ODBC points to the dbi-users mailing list. However, I've no explanation for the undefined references you are getting with iODBC unless iODBC has not exported those symbols so I'd check how iODBC was built. May be try a nm -a (or whatever cygwin uses) to check the iodbc library and see what symbols it exports. Normally people use unixODBC, not iODBC but on cygwin I thought the default was to build against the MS ODBC driver manager. Sorry I cannot be more helpful. I neither use cygwin or iodbc. Perhaps you'll have better luck on the dbi-users mailing list or on irc.perl.org in the #dbi channel. BTW, the combination of DBD::ODBC and iODBC will not do unicode properly at all - see the unicode section in the DBD::ODBC docs.
Direct Responses: 13716 | Write a response