Skip to Content.
Sympa Menu

freetds - Re: dg/ux challenges

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jeff Driscoll" <jdriscol AT gate.net>
  • To: freetds
  • Subject: Re: dg/ux challenges
  • Date: Sun, 26 Sep 1999 20:16:53


Regarding the tds_process_request_tokens() problem, I swear I tried
0.47pre2 before starting the message thread. The only thing that makes
sense is I didn't recompile sqsh before testing.

Anyway..... I think I got DBD-Sybase to work. This is the result from the
make test. The only thing that looks odd is the "?-style placeholder"
message.

I understand the "unknown property x" messages are harmless. Is there
anyway to make them go away?

% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/loca
l/lib/perl5/AViiON-dgux -I/usr/local/lib/perl5 -e 'use Test::Harness
qw(&runtest
s $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/autocommit........Unknown property 7
no statement executing at t/autocommit.t line 56.
ok
t/base..............ok
t/login.............Unknown property 7
Unknown property 7
ok
t/main..............Unknown property 7
ok
t/place.............Unknown property 7
?-style placeholders aren't supported with this SQL Server.
ok
All tests successful.
Files=5, Tests=35, 4 wallclock secs ( 1.66 cusr + 0.40 csys = 2.06
CPU)

On 09/26/99, "Brian Bruns <camber AT umcc.ais.org>" wrote:
> Cool. For DBD::Sybase the only 'trick' is thta you need to modify the
> Makefile.PL to remove references to -lcs -lcomn -lintl -ltcl (or -lsybtcl)
> and any other openclient libs except -lct
>
> Here is the relevent lines from mine:
>
> if($file) {
> $lib_string = "-L$SYBASE/lib -lct $attr{EXTRA_LIBS} -lm";
> } else {
> $lib_string = "-L$SYBASE/lib -lct $extra -lm";
> }
>
> Cheers,
>
> Brian




Archive powered by MHonArc 2.6.24.

Top of Page