in reply to Sybase 15.0 & Perl 5.8
You can keep the both the 12.5 and 15.0 client libraries on your machine and install the DBD::Sybase ppm with SYBASE and SYBASE_OCS env vars pointed to the 12.5 libraries. Maybe you have to edit the PPD file. Then you also need to set $ENV{SYBASE} and $ENV{SYBASE_OCS} to the 12.5 directories in each perlscript in a BEGIN block. This is explained in the DBD::Sybase documentation.
Don't remember, but I have both on my machine, and DBD::Sybase 1.07_1 installed.
didn't try this: using the old dll name, you can create symbolic links to the new dll files. works also on NTFS)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sybase 15.0 & Perl 5.8
by Datadrum (Initiate) on Mar 26, 2009 at 14:28 UTC |