in reply to Why does DBD::Sybase return 'cannot assign requested adress'?

"Cannot assign requested address" usually comes from a bind() call that is done with a port that is already in use.

However - DBD::Sybase (and freetds) shouldn't call that function at all, so I don't know what could be causing this.

Have you tried asking on the FreeTDS mailing list?

Michael

  • Comment on Re: Why does DBD::Sybase return 'cannot assign requested adress'?