Skip to Content.
Sympa Menu

freetds - Re: [freetds] Compile php5-sybase_ct-5.2.9 with freetds-devel-0.82.1_1, 1 in FreeBSD ports will Failed!

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stuart Henderson <stu AT spacehopper.org>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] Compile php5-sybase_ct-5.2.9 with freetds-devel-0.82.1_1, 1 in FreeBSD ports will Failed!
  • Date: Mon, 27 Jul 2009 15:55:03 +0000 (UTC)

replying to an old mail..

On 2009-03-26, James Chang <james.technew AT gmail.com> wrote:
>
> Because my backend DB Server is Sybase ASE 15.0.2, I need to re-build my
> php5-sybase_ct-5.2.9 with FreeTDS 0.82(or above). Or I will encounter
> truncated
> problem when column type is Char(n), VarChar(n), Binary(n), and VarBinary(n)
> datatypes where n is more than 255 bytes.
>
> Could you please do me a favor ?
>
> Best Regards!
>
> P.S.
> 1.The following is compiling Error message :<
[...]
> /usr/bin/ld: cannot find -lsybtcl
> *** Error code 1
>
> Stop in /usr/ports/databases/php5-sybase_ct/work/php-5.2.9/ext/sybase_ct.

in ext/sybase_ct/config.m4, change this line:

- if test -f $SYBASE_CT_INCDIR/tds.h; then

to this line:

+ if test -f $SYBASE_CT_INCDIR/sybdb.h; then





  • Re: [freetds] Compile php5-sybase_ct-5.2.9 with freetds-devel-0.82.1_1, 1 in FreeBSD ports will Failed!, Stuart Henderson, 07/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page