Help for this page

Select Code to Download


  1. or download this
    Can't find any Sybase libraries in /usr/local/lib or /usr/local/lib64 
    +at Makefile.PL line 155, <IN> line 44.
    
  2. or download this
      my @libdir = ( 'lib', 'lib64' );
      if ($^O =~ /win/i) {
        @libdir = ( 'dll' );
      }
    
  3. or download this
      my @libdir = ( 'lib', 'lib64' );
      if ($^O =~ /^win/i) {
        @libdir = ( 'dll' );
      }