Ubuntu 10.04: Sybase with Perl Segmentation Fault

Hi,

Operating System: Ubuntu 10.04
Other Packages Installed: freetds,DBI,DBD-Sybase

I am trying to connect to SYBASE using perl programming..But the moment I am executing my perl program it throws a SEGMENTATION FAULT error.

I have attached strace output for the same...

Thanks for help..

Segmentation fault doesn't tell you much when nothing's compiled with debugging information and it's not being run in a debugger anyway.

But no matter what you do in your perl code it should not be segfaulting. That's a bug. Try upgrading perl, or the module you use to connect to sybase, or both.