sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Fw: Sybperl install problems
Date: Aug 2 2001 8:50PM
Brian Barnes writes:
> In a nutshell I'm trying to install sybperl using freetds to connect to a MSSQL 2000 server. During make test I receive the error "undefined symbol: dbsetmaxprocs". I've also received other undefined symbol errors when trying other settings.
>
Try FreeTDS 0.52 - I think it fixes that problem.
Alternatively, you can add
void dbsetmaxprocs(i)
int i;
{
}
and
int dbgetmaxprocs()
{
return 25;
}
somewhere at the top of DBlib.xs and rebuild.
Michael
--
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler@peppler.org - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
|