in reply to Re^2: DBD::Sybase error
in thread DBD::Sybase error

I suppose it's possible that the version under apt is 1.14 and the version that cpan partially installed was 1.15. What I would do is remove the package from cpan and apt and try reinstalling just the apt version.

After that try

sudo apt-get autoremove && sudo apt-get install libdbd-sybase-perl -y

Basically try to clean up some of the mess.