|
|
sybperl-l Archive
Up Prev Next
From: "Dr dot J dot S dot Farhat" <jfarhat at janainc dot com>
Subject: Re: Open Client on the server...
Date: Jan 11 1996 2:19AM
At 11:22 AM 1/10/96 +0000, Loren Delamarter wrote:
>
>Does everyone on this list have Open Client on the server?
>(i.e. purchased it as a separate product?)
>
Yes you need a to purchase the server's Open Client, that's what we did.
>It seems I don't have it and can't make Sybperl without it.
>In our environment (Solaris2.4,Sybase10.0.2,Perl5.001m), all of
>the clients are Windows, so we purchased "Open Client for Windows".
>There is a ctpublic.h file in the MS Win version,
>which I copied to the server include directory.
>
>Any suggestions?
>Thanks, Loren
>____________________________________________________________________
>
>Here's the results:
>
>$ make
>cc -c -O -Kpic -I/usr/local/lib/perl5/sun4-solaris/CORE -DCTLIBVS=100
>-DSYBPLVER='"2.01"' -DUNDEF_BUG -I/opt/sybase/include CTlib.c
>"CTlib.c", line 618: warning: semantics of ">" change in ANSI C; use
>explicit cast
>"CTlib.c", line 1186: warning: statement not reached
>Running Mkbootstrap for Sybase::CTlib ()
>chmod 644 CTlib.bs
>LD_RUN_PATH="" cc -o blib/auto/Sybase/CTlib/CTlib.so -G CTlib.o -lintl
>-ldl -lm
>chmod 755 blib/auto/Sybase/CTlib/CTlib.so
>cp CTlib.bs ./blib/auto/Sybase/CTlib/CTlib.bs
>chmod 644 blib/auto/Sybase/CTlib/CTlib.bs
>cp CTlib.pm blib/Sybase/CTlib.pm
>chmod 644 blib/Sybase/CTlib.pm
>AutoSplitting Sybase::CTlib (./blib/auto/Sybase/CTlib)
>
>$ make test
>/usr/local/bin/perl -I./blib -I./blib -I/usr/local/lib/perl5/sun4-solaris
>-I/usr/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose);
>$verbose=0; runtests @ARGV;' t/*.t
>t/ctlib.............FAILED on test 0
>Failed 1 test, 0.00% okay.
>Files=0, Tests=0, 0 secs ( 0.49 cusr 0.07 csys = 0.56 cpu)
>
>
|