Open KES777 opened 1 year ago
this helped me: sudo SYBASE=/usr /home/kes/perl5/perlbrew/bin/cpanm DBD::Sybase
Would be nice if module will auto detect it
Setting the SYBASE env variable depends on which client libraries you are building against (i.e. Sybase libraries, or freetds). And if FreeTDS, then we also depend on where this is installed (in the main /usr area, or under /usr/local, etc).
So trying to guess this is a bit tricky - in addition to which I've only used FreeTDS very occasionally...
If implemented, it will be one case less to guess ;-)
This is not clear which value I should setup into that variable?
export SYSBASE=1
?