sybperl
view release on metacpan or search on metacpan
perl -V:libs
If this includes -ldb then you must rebuild perl, making sure that
-ldb is not included.
It has been repported that sybperl requires LD_LIBRARY_PATH to be set
under certain versions of DEC Unix. If you get a failure at the make
test phase you should set LD_LIBRARY_PATH to point to the Sybase
library directory:
setenv LD_LIBRARY_PATH "$SYBASE/lib"
or
export LD_LIBRARY_PATH="$SYBASE/lib"
depending on the shell you are using.
Stuart Garner (stuartmg@newscorp.com) says that one of the problems
with DEC Unix 4.0A is that it includes libtcl.so in /usr/shlib, which
causes problems. Here's his solution:
( run in 0.571 second using v1.01-cache-2.11-cpan-a1d94b6210f )