|
|
sybperl-l Archive
Up Prev Next
From: dhagberg at gds dot com (D dot J dot Hagberg)
Subject: Re: sybperl_question
Date: Nov 18 1995 1:21AM
> From sybperl-list-request@itf.CH Sat Nov 18 00:02:42 1995
>
> Hello,
> Can I ask something about sybperl installation?
> We use perl5, sybperl I want to install is version2.0, hardware=sparc2,
> os version=Solaris2.3, sybase version=10.0.2.
> When I tried to install you sybper2.0, everything works fine
> until it goes to the DBlib.c file.
> The error message I've got is (after type "make"):
> ------------------------------------------------------------
> DBlib.c: In function `XS_Sybase__DBlib_bcp_colfmt':
> DBlib.c:4142: `DBTYPEINFO' undeclared (first use this function)
You're compiling against an OpenClient installation of a version
less than 10.0. Check your $SYBASE/include/sybdb.h. OpenClients
prior to 10.0 don't define DBTYPEINFO.
Either install a newer OpenClient or decrease your DBLIBVS in the
config file.
-=- D. J.
-=- dhagberg@gds.com
|