in reply to Re: DBD::Sybase cygwin installation failure
in thread DBD::Sybase cygwin installation failure
WITH} elsif($^O =~ /cygwin/) { $lib_string = "-L$SYBASE/lib -lct -lcs -lblk"; $inc_string .= " -D_MSC_VER=800"; } else {
So I added the "-liconv" library. THis resolved my issue. Here is a reference to the same issue. http://www.mail-archive.com/dbi-users@perl.org/msg17449.html Thanks -Ravi Prakash} elsif($^O =~ /cygwin/) { $lib_string = "-L$SYBASE/lib -lct -lcs -lblk -liconv"; $inc_string .= " -D_MSC_VER=800"; } else {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBD::Sybase cygwin installation failure
by Anonymous Monk on May 22, 2013 at 17:09 UTC |