Jason L. Froebe – Tech tips and How Tos for Fellow Techies

Tips & Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more

HOWTO: Building Perl module DBD::Sybase 1.14 on Windows (32bit or 64bit) with ActiveState Perl 5.16, Microsoft Visual Studio and Sybase OpenClient 15.7

by Jason L Froebe on February 20, 2013, 2 comments

Compiling the DBD::Sybase Perl module really requires Microsoft Visual C++ 2005 or higher. To get started open the “Visual Studio 2005 Command Prompt”. You will need to fix the Makefile.PL file: if ( $^O eq ‘MSWin32′ ) { $lib_string = “-L$SYBASE/lib -llibct.lib -llibcs.lib -llibtcl.lib -llibcomn.lib -llibintl.lib -llibblk.lib $attr{EXTRA_LIBS} -lm”; to if ( $^O eq ‘MSWin32′ [...]

Share Button

Get it here! Perl DBD::Sybase 1.14.01 for Active State Perl 5.16 Windows XP/Vista/7/8 32bit AND 64bit

by Jason L Froebe on February 17, 2013, 10 comments

Assuming that you installed Sybase SDK OpenClient 15.7. Sybase Openclient is included in the Sybase Developer’s Kit, and ASE PC Client. If you don’t have a license, you can download the ASE 15.7 Developer Edition for Windows which will include it. Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed.  [...]

Share Button

Get it here! Perl DBD::Sybase 1.09.01 for Active State Perl 5.10 and 5.8 on Windows XP/Vista/7 32bit

by Jason L Froebe on March 9, 2010, 10 comments

Assuming that you installed Sybase OpenClient 15.5 from the 15.5 PC Client: Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed.  It should be but you never know… Start -> ActiveState Perl -> Perl Package Manager install DBI exit Now, the easy part.  Install the DBD::Sybase 1.09.01 PPM: download DBD::Sybase [...]

Share Button

Get it here! Perl DBD::Sybase 1.09 for Active State Perl 5.10 on Windows XP/Vista/7 32bit

by Jason L Froebe on February 17, 2010, 6 comments

Assuming that you installed Sybase OpenClient 15.5 from the 15.5 PC Client: Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed.  It should be but you never know… Start -> ActiveState Perl -> Perl Package Manager install DBI exit Now, the easy part.  Install the DBD::Sybase 1.09 PPM: download DBD::Sybase [...]

Share Button
Facebook login by WP-FB-AutoConnect